1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

3344 commits

Author SHA1 Message Date
Anton Leherbauer
5e8566888d Bug 307078 - CStorageDocumentProvider should provide annotation model
Patch from Adam Neal (IBM)
2010-03-26 09:22:37 +00:00
James Blackburn
617f0c7802 Bug 170590 - CDTBuildAction: save before build preference should cause dirty editors in referenced projects to be saved. 2010-03-22 10:37:18 +00:00
Emanuel Graf
3d44a24ca3 FIXED - bug 306129: Error occurred when using generates getter and setters (for underscrore suffix variable)
https://bugs.eclipse.org/bugs/show_bug.cgi?id=306129
2010-03-18 15:40:14 +00:00
Emanuel Graf
d9629c20b0 Fix for failing unit tests 2010-03-18 13:51:42 +00:00
Anton Leherbauer
0563296668 Bug 306305 - Improve wording of Tab key preference 2010-03-18 11:21:19 +00:00
Anton Leherbauer
bb9b38bfe9 Bug 280596 - Wrong indentation with spaces following a tab 2010-03-18 11:08:41 +00:00
Mike Kucera
6fd9d65358 import wizard file dialog says Save As when it should say Open 2010-03-16 17:28:07 +00:00
Andrew Gvozdev
833ccaaee1 cleanup: deprecated class used for CDT 3.X style projects 2010-03-16 01:35:44 +00:00
Andrew Gvozdev
4e54e89878 cleanup: deprecated class used for CDT 3.X style projects 2010-03-16 01:00:20 +00:00
Andrew Gvozdev
495cb046e7 cleanup: deprecated class used for CDT 3.X style projects 2010-03-16 00:35:17 +00:00
Andrew Gvozdev
af6798c3e8 cleanup: deprecated class used for CDT 3.X style projects 2010-03-15 21:10:54 +00:00
Andrew Gvozdev
8336eb7f38 cleanup: deprecated class used for CDT 3.X style projects 2010-03-15 21:01:47 +00:00
Andrew Gvozdev
adfdd48115 cleanup: deprecated class used for CDT 3.X style projects 2010-03-15 19:31:54 +00:00
Andrew Gvozdev
54460ccbce cleanup: deprecated class used for CDT 3.X style projects 2010-03-15 18:54:35 +00:00
Andrew Gvozdev
6e30f63572 cleanup: deprecated class used for CDT 3.X style projects 2010-03-15 18:45:20 +00:00
Andrew Gvozdev
aa96a34e7e cleanup: deprecated class used for CDT 3.X style projects 2010-03-15 18:35:24 +00:00
Andrew Gvozdev
4d13a49e37 cleanup: deprecated class used for CDT 3.X style projects 2010-03-15 18:12:12 +00:00
Andrew Gvozdev
f382d74102 cleanup: deprecated class used for CDT 3.X style projects 2010-03-15 17:44:34 +00:00
Andrew Gvozdev
6087aa3dd6 cleanup: deprecated class used for CDT 3.X style projects 2010-03-15 17:39:00 +00:00
Andrew Gvozdev
457215b5b8 cleanup: deprecated class used for CDT 3.X style projects 2010-03-15 17:24:06 +00:00
Andrew Gvozdev
d934cb5a03 cleanup: deprecated class used for CDT 3.X style projects 2010-03-15 17:13:45 +00:00
Andrew Gvozdev
0c0bb08f51 Another NPE in build console fixed + cleanup wizard 2010-03-15 16:28:05 +00:00
Markus Schorn
0dc6ec197c Bug 305487: ArrayStoreException using F3 2010-03-15 15:41:43 +00:00
Markus Schorn
05957c8002 Bug 305118: Add include for relative inclusion from different folder. 2010-03-15 13:41:02 +00:00
Andrew Gvozdev
fed65b3655 bug 294106: Save CDT Build Console output into a file
Patch from Dmitry Kozlov
2010-03-11 18:04:41 +00:00
Vivian Kong
a50a1925f2 Bug 305402 - [Accessibility] Path and symbols properties page (Include/Symbols tab) 2010-03-10 21:22:37 +00:00
Andrew Gvozdev
50847671c9 bug 294106 #comment 92: prevent NPE
patch from Mario Pierro
2010-03-09 15:27:23 +00:00
Anton Leherbauer
3fa42529d9 Fix deprecation warnings 2010-03-09 10:21:09 +00:00
Anton Leherbauer
40335a9f9f Bug 264140 - [templates] Add support for Templates view
Patch from Marc-Andre Laperle
2010-03-05 10:57:28 +00:00
Anton Leherbauer
9c9a82a646 Bug 304150 - case within switch indentation issue
Bug 303175 - enum with value-assignment indents badly
2010-03-03 15:09:34 +00:00
Andrew Gvozdev
ef1c9cc92b bug 303410: [API] cdt.make.ui.NewMakeProjectPreferencePage and friends are obsolete 2010-03-03 04:16:28 +00:00
Andrew Gvozdev
cd9a705e11 bug 304033: Synch with editor action should trigger right away
Patch from Dmitry Kozlov
2010-03-02 15:32:04 +00:00
Andrew Gvozdev
67adea10b6 bug 295625: Error highlighting in Build Console
Patch from Dmitry Kozlov
2010-03-02 14:11:44 +00:00
Sergey Prigogin
a71b6c6659 Fixed a typo. 2010-03-01 05:14:49 +00:00
Andrew Gvozdev
d65711d055 bug 295625#60: Error highlighting in Build Console
patch from Dmitry Kozlov, order of next/previous error arrows in build console
2010-02-27 18:33:02 +00:00
Sergey Prigogin
351cb70ef4 Do not reindex files if their contents haven't changed. Bug 302083. 2010-02-26 18:50:48 +00:00
Andrew Gvozdev
4735712764 bug 295625: Error highlighting in Build Console
patch from Dmitry Kozlov
2010-02-25 20:53:51 +00:00
Markus Schorn
fc4b41e811 Bug 302289: File size limit for files to be indexed. 2010-02-24 15:44:36 +00:00
Markus Schorn
bead75a3d1 Replace usage of deprecated code. 2010-02-24 09:58:34 +00:00
Andrew Gvozdev
8a6292bcf4 bug 301732: When a Hello World project is created, open generated file automatically
Patch from Marc-Andre Laperle
2010-02-22 15:46:36 +00:00
Andrew Gvozdev
9792eb18f1 bug 289169: Organize build preferences under Build Settings page 2010-02-21 14:45:20 +00:00
Andrew Gvozdev
d5ca22f3e6 wording for tooltip preference 2010-02-21 05:31:37 +00:00
Andrew Gvozdev
56f7fff484 bug 303416: Preference tab Multiple Configurations Edit is different 2010-02-21 04:40:51 +00:00
Andrew Gvozdev
63934dce7a bug 299895: Project Explorer does not honor indexer's configuration preference for build settings overlay adornment 2010-02-19 18:08:50 +00:00
Markus Schorn
1fc47b91e1 Bug 302412: Syntax for c++0x initializer lists 2010-02-17 16:23:57 +00:00
Anton Leherbauer
bb71bcd2c2 Don't enable debug option by default 2010-02-17 12:19:15 +00:00
Anton Leherbauer
c569861751 Bug 280010 - Add include feature does not work in C for RC4 when CHelpProvider has info
Patch from Jeff Johnston
2010-02-15 08:33:33 +00:00
Andrew Gvozdev
8984912905 bug 251972: [project] Problem adding a symbol for ALL configurations
Patch from Mario Pierro
2010-02-12 03:14:08 +00:00
Ken Ryall
7f290336f3 Listen for APPLIED instead of DATA_APPLIED to hear about the active config changing. This seemed to break in CDT 6.0. 2010-02-11 19:45:09 +00:00
Ken Ryall
9514e9c398 Bug 181020, Ugly/confusing presentation of (sub) source folders in C/C++ view 2010-02-11 19:41:24 +00:00