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

423 commits

Author SHA1 Message Date
Andrew Gvozdev
5edeb05a5b bug 328007: [sd90] Disablement of property pages depending on preference 2012-05-01 23:05:41 -04:00
Andrew Gvozdev
2b5e3e6a20 bug 328007: [sd90] Design user interface for new scanner discovery 2012-05-01 23:05:37 -04:00
Anton Gorenkov
9ecafd83cd Bug 180256 - Launch configurations should support build variables 2012-04-02 12:23:36 -07:00
Andrew Gvozdev
f8496f2693 bug 369236: [Make Target View] Can't copy make targets anymore 2012-01-24 18:10:10 -05:00
Andrew Gvozdev
9b8d4451dd bug 367559: Fixed exception in MakeContentProvider, viewer can be
TableViewer.
2012-01-06 12:08:17 -05:00
Andrew Gvozdev
96c0441f69 Bug 367559: better handling of project add/remove/open/close 2011-12-31 13:31:55 -05:00
Andrew Gvozdev
032d94ff51 Bug 367559: avoid recursive refreshes of Make Targets view 2011-12-30 00:45:14 -05:00
Andrew Gvozdev
336c95dacc bug 367559: Fixed exception 2011-12-28 00:37:50 -05:00
Andrew Gvozdev
dc523305ef bug 367559: Double source folder in Make Targets View - handle deletions
in more robust way
2011-12-27 14:53:05 -05:00
Andrew Gvozdev
08a0e81c57 bug 367559: Double source folder in Make Targets View 2011-12-26 23:40:59 -05:00
Andrew Gvozdev
d99855ebf4 bug 367559: Double source folder in Make Targets View 2011-12-26 23:25:49 -05:00
Andrew Gvozdev
834679c69c bug 367559: Double source folder in Make Targets View 2011-12-26 17:17:42 -05:00
Andrew Gvozdev
e3358c10f7 bug 355601: Make Targets Not Found In Nested Folders 2011-12-26 15:21:14 -05:00
Andrew Gvozdev
2a1cddd716 auto-clean: @Override annotations + organize imports + unnecessary
casts/$NON-NLS + trailing white spaces
2011-11-17 17:34:21 -05:00
Sergey Prigogin
09967ad791 Version number changes missed in the previous commit. 2011-10-19 20:53:44 -07:00
Sergey Prigogin
2932f9122c Updated parent feature version in pom.xml files. 2011-10-19 19:32:07 -07:00
Sergey Prigogin
7a3c9ba3a1 Switched to Java 1.6. 2011-10-17 18:04:17 -07:00
Sergey Prigogin
457af57f60 Changed the execution environment to JavaSE-1.6 2011-10-17 16:44:49 -07:00
Andrew Gvozdev
14939e4ab6 bug 355601: Make Targets Not Found In Nested Folders 2011-09-26 12:15:42 -04:00
Andrew Gvozdev
c1d7d96f91 Incremented build plugin versions for Juno 2011-09-06 14:27:46 -04:00
Gaetano Santoro
d3c33d0ab0 Bug 351671 - F5 (refresh) do not work in makefile editor when resource is out of sync with filesystem 2011-07-12 08:01:19 +02:00
Doug Schaefer
d7092b12c9 Mavenizing CDT releng.
Also removed unsupported cdt.core fragments from the platform feature.
2011-06-28 05:21:58 -04:00
Sergey Prigogin
46ac14620b Methods for controlling grabExcessHorisontalSpace and grapExcessVerticalSpace grid layout attributes. 2011-05-08 22:23:40 +00:00
Andrew Gvozdev
e4264eb0d4 compilation warnings 2011-04-26 21:21:24 +00:00
Andrew Gvozdev
72353369b3 bug 342069: Scanner discovery output is lost when running compiler specs command 2011-04-24 03:50:37 +00:00
Andrew Gvozdev
49f89720a9 bug 340995: CDT Global Build Console created for every CDT CBuildConsole extension 2011-04-19 16:59:15 +00:00
Anton Leherbauer
6945632db0 Bug 342898 - Outline View does not fill backward history 2011-04-15 07:39:47 +00:00
Chris Recoskie
e923b9a3c9 Bug 205257 - CDTProject creation scalability issue 2011-03-24 17:11:35 +00:00
Andrew Gvozdev
b131a8f06b compilation warnings 2011-03-15 22:42:26 +00:00
Andrew Gvozdev
74d6ab99d9 compilation warnings 2011-03-15 22:24:14 +00:00
Andrew Gvozdev
1db8cc744d bug 339015: Preference "Show source roots at the top of project" should update views immediately 2011-03-11 19:12:48 +00:00
Andrew Gvozdev
2242cfd362 bug 339015: Preference "Show source roots at the top of project" should also apply for Make Target View 2011-03-08 19:27:55 +00:00
Andrew Gvozdev
eb4639d52f bug 339015: extracted FilterEmtpyFoldersAction 2011-03-07 03:07:07 +00:00
Anton Leherbauer
9749e71126 Bug 316502 - makefile outline doesn't work with alternate encoding 2011-02-24 10:23:50 +00:00
Andrew Gvozdev
54a25cca18 bug 337257: Make target: Files in referenced projects are not saved
Patch from Axel Mueller
2011-02-16 04:40:25 +00:00
Andrew Gvozdev
81fde57a42 bug 333113: Rebuild last target: option to use build location of active build configuration
Patch from Axel Mueller
2011-02-16 03:52:33 +00:00
Andrew Gvozdev
9c85e9f651 compilation warnings 2011-02-15 03:29:30 +00:00
Andrew Gvozdev
5909deb37f bug 333113: compilation warning 2011-02-15 03:24:13 +00:00
Andrew Gvozdev
bf50b0ce07 bug 333113: Removed Java 6 usage 2011-02-15 03:23:20 +00:00
Andrew Gvozdev
665a8be9c2 Compilation warnings 2011-02-14 17:57:49 +00:00
Andrew Gvozdev
289d4bbf35 bug 333113: Rebuild last target: option to use build location of active build configuration
Patch from Axel Mueller
2011-02-14 17:53:43 +00:00
James Blackburn
08de213b26 Bug 334118 - Build Preferences need some tidying
Re-factor the build preferences out of CPluginPreferencePage to their own page BuildPreferencePage.  Build category defined by cdt.ui: org.eclipse.cdt.ui.preferences.BuildSettings
2011-01-14 10:27:31 +00:00
Anton Leherbauer
98a4695397 Fix help context issues related to bugs 317992 and 310375 2010-11-22 10:26:26 +00:00
Andrew Gvozdev
b1132c434c bug 197124: [Usability] convert C/C++ Projects wizard should display some message explaining what projects could be converted 2010-11-05 21:37:12 +00:00
Andrew Gvozdev
d320195a9e bug 88402: UI plugins should share common images 2010-11-05 16:05:04 +00:00
Andrew Gvozdev
970872140e Deprecated old classes from CDT 3.X. 2010-10-29 20:50:30 +00:00
Andrew Gvozdev
e9b3b08cb4 Deprecated. 2010-10-29 20:43:48 +00:00
Anton Leherbauer
87f0ba4453 Bug 326265 - [Makefile Editor] Folding actions in its rulers context menu
Patch from Patrick Hofer
2010-10-28 09:09:31 +00:00
Andrew Gvozdev
61ac5642e9 bug 309113: Ability to have a single build console for a multi-project build
Patch from Alex Collins (with a few improvements)
2010-10-19 15:40:17 +00:00
Andrew Gvozdev
4a17586a41 bug 270326: console window displays black 2010-09-19 03:36:46 +00:00