1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-05 16:56:04 +02:00
Commit graph

3129 commits

Author SHA1 Message Date
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
Warren Paul
a774350786 fixed bug #214619. 2009-08-10 18:23:18 +00:00
Andrew Gvozdev
33186a3a28 bug 285746: Replace deprecated class org.eclipse.ui.views.navigator.LocalSelectionTransfer 2009-08-05 18:10:31 +00:00
Andrew Gvozdev
559fbe81b4 bug 285482: Duplicate message ID 2009-08-04 17:13:05 +00:00
Sergey Prigogin
be0c3c2347 Auto closing angle brackets after *_cast. Bug 285366. 2009-08-01 20:10:20 +00:00
Andrew Gvozdev
ed95e2bbdf bug 269313: wrong shell focus after multiple configurations selection
patch from Irit Belezko
2009-07-29 16:37:36 +00:00
Emanuel Graf
b86829cf94 FIXED - bug 280432: Refactoring removes comments in class header file and reformats file.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=280432
2009-07-29 08:46:31 +00:00
Sergey Prigogin
cc5f407e23 Bug 284664. 2009-07-25 22:16:08 +00:00
Sergey Prigogin
2851e70790 Adjusted keyboard shortcuts. Bug 1454534. 2009-07-25 18:02:12 +00:00
Markus Schorn
ceabc19821 Improves navigation of unknown bindings, bug 233822. 2009-07-24 12:36:53 +00:00
Markus Schorn
0ca5db3105 Trigger re-index when editing relevant properties, bug 144085. 2009-07-23 12:42:53 +00:00
Markus Schorn
6f9b44ab96 Indexer blocked by unreleased read-lock, bug 271909. 2009-07-22 11:12:30 +00:00
Sergey Prigogin
ca169204ad Indentation of conditional expression. Bug 283970. 2009-07-20 06:19:16 +00:00
Sergey Prigogin
2fcc072972 Indentation of ctor initializer list. 2009-07-18 23:58:55 +00:00
Sergey Prigogin
f15afe121e Made Source Folder Exclusion Patterns dialog resizable. 2009-07-18 20:21:05 +00:00
Sergey Prigogin
f210364ccd Made Source Folder Exclusion Patterns dialog resizable. 2009-07-18 20:14:59 +00:00