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
Markus Schorn
432edada85 Fixes for API problems. 2009-10-23 11:32:02 +00:00
Markus Schorn
037ae1d1b3 Navigation of fields, bug 292635. 2009-10-23 07:27:33 +00:00
James Blackburn
5333c64790 Bug293029 Don't reset selected configuration when changing page. 2009-10-22 13:00:19 +00:00
Vivian Kong
b74f0e0b85 Bug 292978 - New C/C++ wizard toolbar buttons are showing UI contributions that should be hidden by activities 2009-10-22 03:29:44 +00:00
Markus Schorn
1558c3a6e8 Proper template support in search for references, bug 268726. 2009-10-21 14:55:21 +00:00
Markus Schorn
6936409241 Fixed a few compiler warnings. 2009-10-21 14:29:08 +00:00
James Blackburn
90b40763b4 Bounds check before moving referenced project. 2009-10-21 14:28:23 +00:00
James Blackburn
57557c4bc8 Bug76407 - Should be able to specify project references order
- ICConfigurationDescrption#get|setReferenceInfo(...) preserves the ordering of the referenced configurations
  - RefsTab has been improved so you can move referenced projects up and down.
  - RefsTab now displays referenced projects which aren't open / available -- so users know what dependencies aren't fulfilled
  - RefsTab displays invalid / unavailable configurations / projects as grayed
  - Generics + Comments
2009-10-21 14:10:36 +00:00
Emanuel Graf
45872aa127 FIXED - bug 291268: Source->Implement Method goes into an infinite loop for parameter with white spaces in type name
https://bugs.eclipse.org/bugs/show_bug.cgi?id=291268
2009-10-21 09:20:31 +00:00
James Blackburn
ae5e0a74f3 Bug 243907 - AbstractCPropertyTab#dispose() never called
- AbstractPage leaks Tab icon SWT Images
    - AbstractCPropertyTab uses reflection for setGrayed API
2009-10-20 16:40:30 +00:00
Emanuel Graf
24ce8e3659 FIXED - bug 195604: Source folder becomes common folder after rename
https://bugs.eclipse.org/bugs/show_bug.cgi?id=195604
2009-10-20 13:54:25 +00:00
Emanuel Graf
95e3b558d5 FIXED - bug 291190: Refactoring tests use the index without read-locks
https://bugs.eclipse.org/bugs/show_bug.cgi?id=291190
2009-10-20 10:19:04 +00:00
Markus Schorn
7c27796dbd Proper template support in call hierarchy, bug 240589. 2009-10-19 12:11:05 +00:00
Markus Schorn
37c899ffc2 In call hierarchy, show virtual overriders for the input method, bug 246064. 2009-10-16 11:45:52 +00:00
Anton Leherbauer
4752115f03 Bug 291995 - Unable to modify code template or create a new C++ source file 2009-10-15 07:16:54 +00:00
Sergey Prigogin
be4c1f9cf2 Filtering by visibility for content assist. Second attempt. Bug 172305. 2009-10-11 06:24:20 +00:00
James Blackburn
dbdf6703ef Bug 291887 Allow build configurations to reference other configurations in the same project 2009-10-09 14:37:11 +00:00
James Blackburn
f9aa9d90d7 Bug 291751 Build project action causes referenced projects to be built twice. 2009-10-09 12:08:51 +00:00
James Blackburn
f42306ff24 Bug 212373 Display up to 5 configs + projects in the build project button tooltip 2009-10-08 16:21:12 +00:00
Markus Schorn
2bc7bae4a4 Pushes commonalities of c and c++ into IBasicType, bug 231859. 2009-10-08 16:13:54 +00:00
Markus Schorn
70d30d88f4 Modifying project properties freezes UI, bug 291737. 2009-10-08 13:59:38 +00:00
Andrew Gvozdev
0137ebe88f bug 245368: "C/C++ General" property page is not shown for objects that adapt to IResource
Patch from Thierry Goldwaser
2009-10-07 15:23:11 +00:00
Sergey Prigogin
1c2270f0cb Cosmetics. 2009-10-06 05:58:08 +00:00
Markus Schorn
dc18c3165d Improve non c++ fallback navigation, follow up for bug 282335. 2009-10-02 10:10:59 +00:00
Anton Leherbauer
e0a8f9eb3c Bug 291008 - [help] Register help listener for context sensitive help 2009-10-02 10:00:34 +00:00
Anton Leherbauer
b5cdb51b36 Bug 286908 - get rid of PreferencesAdapter 2009-10-02 09:57:52 +00:00
Markus Schorn
7c343c6050 Avoid computation of implicit references, bug 291024. 2009-10-02 09:25:24 +00:00
Markus Schorn
d9a409f830 Use c++ specific navigation algorithms in c++ files, only. Bug 282335. 2009-09-30 08:57:29 +00:00
Markus Schorn
f6c4c980e3 Wrong warning in new class wizard, bug 290118. 2009-09-24 08:43:11 +00:00
Andrew Gvozdev
1656612800 bug 279502: User friendly icons for Paths&Symbols and Includes tree in Project Explorer
Added icon for built-in include folders. Also new icon for workspace and using plain folder icon for filesystem folders.
2009-09-21 16:19:16 +00:00
Anton Leherbauer
e121a4b255 Bug 285932 - DocCommentOwnerManager doesn't use the DefaultScope for settings, patch by Johan Ekberg 2009-09-21 07:33:12 +00:00
Andrew Gvozdev
4ffa61aca1 bug 289813: [New project Wizard] Project type changes on toggling of supported platform settings 2009-09-18 14:47:45 +00:00
Andrew Gvozdev
dbbdbd8f95 bug 109139: Generic Error parser
(RegexErrorParser)
2009-09-11 02:09:38 +00:00
Emanuel Graf
3a1fa5bf5b FIXED - bug 288268: c-refactoring creates c++-parameters
https://bugs.eclipse.org/bugs/show_bug.cgi?id=288268
2009-09-08 11:54:06 +00:00
Andrew Gvozdev
35b929b894 bug 288775: [Template Engine] Mappings between labels and values in not reversible for <property> with id="functional_area" 2009-09-07 21:00:08 +00:00
Emanuel Graf
4c0e343b27 FIXED - bug 288736: Source->Implement Method goes into an infinite loop for methods which have a templated parameter with no name
https://bugs.eclipse.org/bugs/show_bug.cgi?id=288736
2009-09-07 12:10:05 +00:00
Emanuel Graf
49fee1ebef FIXED - bug 285375: Allow to decide where to place getters and setters
https://bugs.eclipse.org/bugs/show_bug.cgi?id=285375
2009-09-03 09:09:02 +00:00
Emanuel Graf
86f9ee8ab7 Extract Function: Add virtual option 2009-09-02 07:53:54 +00:00
Alena Laskavaia
798392d7ee [ 279241] - fixed validation error when directory already exists, applied patch from Jens 2009-09-01 12:43:04 +00:00
Andrew Gvozdev
cf1ffeaadc added logging of exceptions, inspired by bug 286226 2009-08-31 22:24:02 +00:00
Anton Leherbauer
09209e6efd Bug 280414 - Method search doesn't work in pop-up outline view (CTRL+O) when "Group method definitions" enabled 2009-08-26 07:53:56 +00:00
Sergey Prigogin
90300f0889 Enclosing definitions in C/C++ search results. Patch by Andrey Eremchenko. Bug 282668. 2009-08-23 19:05:23 +00:00
Vivian Kong
65ab982bac "Includes" should not be translatable 2009-08-20 18:25:53 +00:00
Anton Leherbauer
e1fc9fedd9 Bug 283082 - Add / to operator rule 2009-08-20 09:44:26 +00:00
Anton Leherbauer
b82a765a3f Bug 286922 - DND of a folder onto a file will cause exception 2009-08-20 09:37:29 +00:00
Markus Schorn
b3c11fe78f Improve dialog label, related to bug 144085. 2009-08-18 11:43:05 +00:00
Emanuel Graf
6f00ced625 FIXED - bug 284973: "Internal Error" while using "Source -> Generate getters/setters"
https://bugs.eclipse.org/bugs/show_bug.cgi?id=284973
2009-08-18 08:43:42 +00:00
Andrew Gvozdev
220b55c636 bug 230165: renaming a project doesn't update it's default artifact name
Based on patches from Alex Freidin and Irit Belezko
2009-08-12 13:45:55 +00:00
Andrew Gvozdev
1f40e10f38 bug 249795: Import of Includes from referenced Projects fails
Patch from Tim <tim.bodenmueller@dlr.de> + renamed BUTTON constants
2009-08-12 01:39:29 +00:00
Andrew Gvozdev
aebfe7a190 bug 286080: org.eclipse.cdt.internal.ui.dialogs.StatusDialog class deprecated in favor of platform one 2009-08-10 19:53:30 +00:00