Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-08-16Bug 323848 - Add Build (was Make) Targets to the Project NavigatorDoug Schaefer8-39/+370
2016-04-21Bug 492200 - Replace StringBuffer with StringBuilderAlex Blewitt7-16/+16
2016-04-19Bug 491984 - Replace .equals("") with .isEmpty()Alex Blewitt3-11/+11
2016-04-16Bug 491825 - Remove primitive wrapper creationAlex Blewitt3-6/+6
2016-02-11Update copyright datesMarc Khouzam6-6/+6
2016-01-05Bug 485028: Toggle Comments for Makefile EditorAndrew Gvozdev5-14/+377
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam62-62/+62
2015-12-31Fixed some warningsAndrew Gvozdev5-24/+7
2015-12-28Bug 382746 - Adding C/C++ nature for C Project impossibleMarc-Andre Laperle1-2/+2
2015-12-14Cleanups.Alexander Kurtakov1-2/+2
2015-11-21Use varargs MessageFormat.format method.Alexander Kurtakov2-3/+3
2015-05-07Switch from SubProgressMonitor to SubMonitor to improve progressStefan Xenos1-4/+6
2015-03-25Remove warnings caused by change to getAdaptable()Marc Khouzam4-4/+4
2014-09-09Bug 442123: java.lang.StringIndexOutOfBoundsException inAndrew Gvozdev1-1/+5
2014-04-09Missing NON-NLS stringsMarc Khouzam1-1/+1
2013-09-13Bug 417220 - MakeContentProvider causes SWTException: Widget isSergey Prigogin1-0/+2
2013-09-13JavaDoc adjustment.Sergey Prigogin1-4/+2
2013-07-11Bug 411498: Content assist in Makefile Editor for builtin functionsAndrew Gvozdev5-118/+191
2013-07-08Bug 411970: Some more work on colors and icons for Makefile EditorAndrew Gvozdev4-12/+18
2013-07-07Bug 412457: Makefile Editor does not highlight built-in functions enclosed in...Andrew Gvozdev1-3/+6
2013-07-07Bug 412457: Makefile Editor does not highlight built-in functions enclosed in...Andrew Gvozdev2-16/+35
2013-07-05Bug 412346: Makefile Editor: F3 navigation to user defined functions from $(c...Andrew Gvozdev2-4/+43
2013-07-05Bug 412250: Tidy up.Andrew Gvozdev4-82/+68
2013-07-04Bug 412250: Makefile Editor won't open include with F3Andrew Gvozdev2-7/+111
2013-07-01Bug 411970: Default colors in Makefile Editor consistent with C/C++ editorAndrew Gvozdev3-7/+11
2013-06-30CosmeticsAndrew Gvozdev3-31/+13
2013-06-28Bug 411894: Macros having unconventional but legal characters in names are no...Andrew Gvozdev1-2/+6
2013-06-28bug 411845: Keywords are not highlighted when indented with spaces in Makefil...Andrew Gvozdev1-12/+38
2013-06-27Cosmetics.Andrew Gvozdev19-289/+113
2013-06-27bug 411649: Use CDT SharedImagesFactory for images of cdt.make.ui pluginAndrew Gvozdev13-256/+159
2013-06-26Add PLUGIN_ID to MakeUIPluginAndrew Gvozdev1-12/+10
2013-06-26bug 411649: Use CDT SharedImagesFactory for images of cdt.make.ui pluginAndrew Gvozdev1-0/+135
2013-05-05CosmeticsAndrew Gvozdev1-60/+24
2013-05-03bug 407179: Remove multiline highlight of define...endef block in Makefile Ed...Andrew Gvozdev1-6/+0
2013-05-03bug 406911: Highlight called function name as in $(call func-name) in Makefil...Andrew Gvozdev1-0/+8
2013-05-03bug 406911: Highlight $$(...) same as $(...) for meaningful highlight inside ...Andrew Gvozdev2-1/+4
2013-05-03bug 406911: CosmeticsAndrew Gvozdev1-26/+28
2013-05-03bug 407169: Highlight of automatic variables in Makefile EditorAndrew Gvozdev2-0/+57
2013-05-03bug 406911: GNU Makefile editor does not highlight built-in function "filter-...Andrew Gvozdev1-1/+1
2013-04-30bug 406911: GNU Makefile editor does not highlight built-in functions correct...Andrew Gvozdev2-24/+106
2013-04-25bug 406596: Makefile editor won't highlight conditional variable assignmentAndrew Gvozdev1-1/+1
2013-04-09bug 405279: Even simplest bracket matching would be extremely useful in Makef...Andrew Gvozdev5-132/+85
2013-03-29bug 404599: Makefile Editor does not sense that # is escaped (\#), still colo...Andrew Gvozdev1-1/+17
2012-11-21Bug 394756 - Reduce number of ScopedPreferenceStore instancesAnton Leherbauer2-4/+17
2012-04-02Bug 180256 - Launch configurations should support build variablesAnton Gorenkov2-5/+5
2012-01-24bug 369236: [Make Target View] Can't copy make targets anymoreAndrew Gvozdev1-2/+2
2012-01-06bug 367559: Fixed exception in MakeContentProvider, viewer can beAndrew Gvozdev1-4/+18
2011-12-31Bug 367559: better handling of project add/remove/open/closeAndrew Gvozdev1-10/+32
2011-12-30Bug 367559: avoid recursive refreshes of Make Targets viewAndrew Gvozdev1-166/+94
2011-12-28bug 367559: Fixed exceptionAndrew Gvozdev1-1/+1

Back to the top