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

619 commits

Author SHA1 Message Date
Andrew Gvozdev
1fe815d140 bug 230185 comment #16 patch: add to project a popup menu to clean all / selected configurations 2010-04-14 13:30:11 +00:00
Warren Paul
d346fcd041 fixed validateProjectName logic. 2010-04-13 23:23:40 +00:00
James Blackburn
868b8f9a8a Bug 230185 Add Clean All / selected configurations to project pop-up 2010-04-13 13:09:00 +00:00
Andrew Gvozdev
dd621839a6 cleanup: compilation warnings 2010-04-08 15:48:41 +00:00
Andrew Gvozdev
55d9c94968 bug 300539: Add ability to specify filter-path to build-options that support browsing
Patch from Baltasar Belyavsky
2010-03-26 17:45:42 +00:00
Andrew Gvozdev
c5bb4beda7 cleanup: removed some JavaDoc warnings plus other cosmetics 2010-03-16 16:55:34 +00:00
Andrew Gvozdev
de881ce70d replaced configuration icon on "Select Configuration" page of New C/C++ Project Wizard with "classic" configuration icon. 2010-03-16 16:48:20 +00:00
Andrew Gvozdev
af6798c3e8 cleanup: deprecated class used for CDT 3.X style projects 2010-03-15 21:10:54 +00:00
Doug Schaefer
6e45806355 Reused import existing as new with existing. Fixed title on import. 2010-03-11 21:11:41 +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
Andrew Gvozdev
d6c4fd9d5f bug 305041: compilation warnings 2010-03-09 23:31:21 +00:00
Andrew Gvozdev
a2fd559aec cleanup: JavaDoc/compiler warnings 2010-03-09 22:53:14 +00:00
Doug Schaefer
0c26d91b94 New Import Existing Code Wizard. 2010-03-09 21:00:10 +00:00
Andrew Gvozdev
70629e88a9 cleanup: @Override 2010-02-21 16:15:07 +00:00
Andrew Gvozdev
9792eb18f1 bug 289169: Organize build preferences under Build Settings page 2010-02-21 14:45:20 +00:00
Andrew Gvozdev
b94f2c2a1c bug 289169: Organize build preferences under Build Settings page 2010-02-21 05:21:56 +00:00
Andrew Gvozdev
56f7fff484 bug 303416: Preference tab Multiple Configurations Edit is different 2010-02-21 04:40:51 +00:00
Andrew Gvozdev
ec0f826863 bug 300707: Add ability to specify file-extension filter for build-options that support file browsing
Patch from Baltasar Belyavsky
2010-02-08 23:01:45 +00:00
Andrew Gvozdev
49febc4abd bug 301373: [API] add @noextend and @noimplement
added check for malformed tags
2010-02-08 03:10:18 +00:00
Andrew Gvozdev
285388adce bug 301373: [API] add @noextend and @noimplement
Oops @noimplement was meant
2010-02-08 03:10:06 +00:00
Andrew Gvozdev
1c7074d5ba bug 301373: [API] add @noextend and @noimplement tags - org.eclipse.cdt.managedbuilder.ui 2010-02-08 01:02:18 +00:00
Andrew Gvozdev
9825c82b7f bug 301373: [API] add @noextend and @noimplement tags - org.eclipse.cdt.managedbuilder.ui 2010-02-07 22:24:45 +00:00
Andrew Gvozdev
973abf0454 bug 301373: [API] add @noextend and @noimplement tags - org.eclipse.cdt.managedbuilder.core 2010-02-07 17:14:29 +00:00
Vivian Kong
6d906f69c5 externalize strings in plugin.xml in various plugins 2010-02-01 16:23:38 +00:00
Andrew Gvozdev
27e4d74c8e bug 237115: "Other objects" list does not resize
Patch from Marc-Andre Laperle
2010-01-13 02:30:36 +00:00
Andrew Gvozdev
9fa4bd5b07 bug 290997: [Contribution] VS-style option tooltip display in Property Pages
patch from Miwako Tokugawa
2009-12-04 19:00:15 +00:00
James Blackburn
ef68953626 Bug 295588 Changing Artifact type should update export settings 2009-11-19 14:16:08 +00:00
James Blackburn
606c0a5e4f Bug 294046 Improvements to FileListControl
(multi-select, copy, paste, undo, redo, proj.rel paths, fix warnings).
2009-11-05 13:42:16 +00:00
Mike Kucera
7400462cd0 Bug 293079 - Allow new C/C++ project wizard extension 2009-11-04 16:39:44 +00:00
James Blackburn
f63630ee74 Bug 229085 / Bug 100844 - Project references should pick up -l library_name automatically.
- IOption#LIBRARIES mapped to cdt.core.settings entry LIBRARY_FILE
 -  Configuration sets up exported library file by default
 - JavaDoc + Generics
2009-10-29 16:03:05 +00:00
Andrew Gvozdev
9283fb4363 bug 291690: DiscoveryTab.java isn't properly protected against internal array being null
Patch from Jeff Johnston
2009-10-08 01:33:50 +00:00
Andrew Gvozdev
a16d5c8cbd bug 289608: [Scanner Discovery] Discovery options does not offer profiles defined in supertypes in project properties 2009-09-16 16:42:54 +00:00
Andrew Gvozdev
b0529877b9 bug 288036: cdt-build plugins compilation settings are too lax
consider missing JavaDoc tags as a warning
2009-09-16 16:35:04 +00:00
Andrew Gvozdev
f0475b4959 cleanup, no real changes 2009-09-15 14:19:59 +00:00
Andrew Gvozdev
fda133c743 bug 289448: Tool Settings File field editor incorrectly draws focus.
Patch from Wieant <wieant@tasking.com>
2009-09-15 14:11:06 +00:00
Andrew Gvozdev
eefe7f459b bug 289080: definedSymbols + string option with browseType messes up Properties->Tool Settings layout.
Patch from Wieant <wieant@tasking.com>
2009-09-14 15:54:58 +00:00
Andrew Gvozdev
00ab9a82b8 bug 226419: [Scanner Discovery] "Other toolchain" projects attempt scanner config discovery
rewrote how profiles are obtained
2009-09-07 03:47:57 +00:00
Andrew Gvozdev
0f82f86fa9 bug 226419: [Scanner Discovery] "Other toolchain" projects attempt scanner config discovery 2009-09-03 17:50:32 +00:00
Andrew Gvozdev
07f340d670 bug 272912: Tool settings UI layout issues
patch from Gaetano Santoro
2009-09-01 13:35:59 +00:00
Andrew Gvozdev
c180619310 bug 288156: [Scanner Discovery] Makefile project pretends not having discovery profile 2009-09-01 03:29:32 +00:00
Andrew Gvozdev
640ca45d95 bug 286226: Launch configuration naming, fixed NPE 2009-09-01 01:18:49 +00:00
Ken Ryall
c0d0d15fb8 Bug 286226 - Launch configuration naming 2009-08-31 08:17:12 +00:00
Andrew Gvozdev
9982386c07 bug 288032: [Scanner Discovery] One can't change arguments of scanner discovery command 2009-08-30 02:45:15 +00:00
Andrew Gvozdev
8696b7c566 bug 288032: renamed some private members to self-documented names 2009-08-30 02:21:26 +00:00
Andrew Gvozdev
1f826ef9a9 bug 288036: cdt-build plugins compilation settings are too lax 2009-08-29 21:49:47 +00:00
Andrew Gvozdev
2747337ce8 warning levels set to be in sync with org.eclipse.cdt.ui (except for discouragedReference) 2009-08-29 17:52:43 +00:00
Andrew Gvozdev
0843b02a8f bug 288032: reformatting only 2009-08-29 17:29:47 +00:00
Andrew Gvozdev
b37f1f3d9b message ids concatenated to enjoy eclipse IDE support, no functionality changes 2009-08-29 02:49:37 +00:00
Andrew Gvozdev
9bbb8450e9 formatting, null pointer warnings, loops to enhanced - no functionality changes 2009-08-12 14:31:28 +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