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

9937 commits

Author SHA1 Message Date
Anton Leherbauer
6cca59bb7c Bug 345809 - Quick-Outline doesn't respect user preferences on its labels
Patch by Patrick Hofer
2011-05-16 08:24:16 +00:00
Anton Leherbauer
f87a7ad4e3 Bug 345834 - Enumerators disappear from outline after reconciling the editor
Patch by Patrick Hofer
2011-05-16 07:16:48 +00:00
Anton Leherbauer
db1a6be8f8 Small performance enhancement, related to 343538 2011-05-13 07:08:43 +00:00
Sergey Prigogin
6c51aa8adf Configurable name style for constant and variable names. 2011-05-13 06:17:30 +00:00
Sergey Prigogin
c5a85e4b4d Template-based New Class creation. 2011-05-13 02:41:49 +00:00
Anton Leherbauer
c3d3296b60 Bug 343538 - Index not updated when complete folder deleted 2011-05-12 13:41:58 +00:00
Anton Leherbauer
a5750c313d Bug 345124 - NPE while Toggle Source/Header 2011-05-12 09:31:11 +00:00
Sergey Prigogin
b414e5add0 Cosmetics. 2011-05-11 18:39:50 +00:00
Sergey Prigogin
dd14bdd42e Cosmetics. 2011-05-11 18:39:28 +00:00
Sergey Prigogin
135c54443a Cosmetics. 2011-05-11 17:58:59 +00:00
Markus Schorn
8bdef4b07e Bug 341605: Disable search button for missing element selection, by Marko Tomljenovic. 2011-05-11 15:23:04 +00:00
Anton Leherbauer
fe42af7abe Initialize file descriptors with -1 in case of exec_detached, related to 345164 2011-05-11 12:12:30 +00:00
Anton Leherbauer
19370c7dcf Bug 345164 - Spawner leaks pipes 2011-05-11 08:35:03 +00:00
Sergey Prigogin
6ea674106c Cosmetics. 2011-05-10 23:26:13 +00:00
Sergey Prigogin
21a2b93c96 Fixed insertion of extraneous space character. 2011-05-10 23:06:24 +00:00
Sergey Prigogin
2ba3a82120 Bug 326269 - Checker for instantiation of an abstract class. Patch by Anton Gorenkov. 2011-05-10 19:44:49 +00:00
Chris Recoskie
af28c6569c Bug 133881 - Make refreshing after building optional
- changed scheduling rules for refreshes to be the set of resources to be refreshed for a given project
2011-05-10 18:55:15 +00:00
Marc Khouzam
04e7974825 Bug 345164: Revert changes to Spawner and instead explicitly close streams in DSF-GDB and CDI 2011-05-10 17:38:42 +00:00
Chris Recoskie
b609ec68ba Bug 133881 - Make refreshing after building optional
- serialize/deserialize to/from C project description
- fix stack overflow issue on load
- move ResourceExclusion and friends to internal packages
2011-05-10 16:53:37 +00:00
Sergey Prigogin
496fe2cc92 Cosmetics. 2011-05-10 03:02:17 +00:00
Sergey Prigogin
ab3d7d9a43 Cosmetics. 2011-05-10 02:36:00 +00:00
Sergey Prigogin
be029369eb Cosmetics. 2011-05-10 02:34:46 +00:00
Marc Khouzam
371fea8238 Bug 345164 - Spawner leaks pipes 2011-05-09 18:18:38 +00:00
Sergey Prigogin
46ac14620b Methods for controlling grabExcessHorisontalSpace and grapExcessVerticalSpace grid layout attributes. 2011-05-08 22:23:40 +00:00
Sergey Prigogin
dbf3690c8b Cosmetics. 2011-05-08 06:12:24 +00:00
Vivian Kong
f3be8a1ae2 Bug 340523 - Found 2 consecutive single quotes in text not handled by Java MessageFormat class 2011-05-06 19:31:54 +00:00
Sergey Prigogin
f7a9c21d2e Cosmetics. 2011-05-06 03:50:55 +00:00
Sergey Prigogin
47c5cf200e Cosmetics. 2011-05-06 03:24:39 +00:00
Sergey Prigogin
b6a00cad30 Fixed typo. 2011-05-06 01:47:21 +00:00
Marc-Andre Laperle
343844689b Bug 344604 - Hyperlink on arguments inside macro function call underlines all the call 2011-05-04 05:45:38 +00:00
Sergey Prigogin
1b82834478 Cosmetics. 2011-05-04 02:59:36 +00:00
Sergey Prigogin
54f1590001 Cosmetics. 2011-05-04 02:53:51 +00:00
Sergey Prigogin
c2fe1df925 Cosmetics. 2011-05-04 02:10:34 +00:00
Sergey Prigogin
ac05898a57 Cosmetics. 2011-05-04 01:50:33 +00:00
Sergey Prigogin
3b5439c8ea Cosmetics. 2011-05-04 00:26:59 +00:00
Sergey Prigogin
241d1dcfa9 Cosmetics. 2011-05-04 00:23:24 +00:00
Sergey Prigogin
a89d4541e9 Cosmetics. 2011-05-03 23:23:12 +00:00
Sergey Prigogin
19cd344600 Cosmetics. 2011-05-03 22:52:33 +00:00
Sergey Prigogin
9827997ee8 Cosmetics. 2011-05-03 22:33:35 +00:00
Sergey Prigogin
920b26a152 Cosmetics. 2011-05-03 22:31:35 +00:00
Markus Schorn
2771aee44d Bug 344521: ClassCastException during content assist. 2011-05-03 09:45:14 +00:00
Chris Recoskie
dff7d999fc Bug 133881 - Make refreshing after building optional
Fix ConcurrentModificationException in clearExclusionsForProject()
2011-05-02 19:34:51 +00:00
Chris Recoskie
8cd8d355be Bug 133881 - Make refreshing after building optional
Fix ConcurrentModificationException by making RefreshScopeManager and friends threadsafe.
2011-05-02 17:37:56 +00:00
Chris Recoskie
7e74809492 Bug 133881 - Make refreshing after building optional
Fixing project close/delete and open workflows.
2011-05-02 15:52:54 +00:00
Chris Recoskie
f4f78d731d Bug 133881 - Make refreshing after building optional
Fixing project close/delete and open workflows.
2011-05-02 15:04:43 +00:00
Markus Schorn
557c7ee6d6 Bug 344310: Address of overloaded method for instantiation. 2011-05-02 13:38:51 +00:00
Markus Schorn
63eebc5290 Bug 173458: Make camel-case content assist a UI preference, by Jens Elmenthaler. 2011-05-02 09:24:05 +00:00
Anton Leherbauer
f915813d3e Bug 344387 - Content assist get activated when it's not supposed to 2011-05-02 07:57:02 +00:00
Anton Leherbauer
a23de8c133 Bug 343948 - Shared ast is exposed for concurrent usage 2011-05-02 07:52:10 +00:00
James Blackburn
17c5a3eb29 Bug 342806 - [Compatibility] GB18030 4.1:can't open Call Hierarchy,Include Browser and Type Hierarchy 2011-04-30 08:44:31 +00:00