Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham21-63/+126
Change-Id: Ifbb1d5af2a00bd5634dea200320e8c4303ffca6c
2017-03-23Generify ListenerList.Alexander Kurtakov1-5/+4
Generified, some lamnda conversions and some non-javadoc removal. Change-Id: Ibf0493917ac3da7531de1ca591a9bfdc250ddf2a Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-04-21Bug 492200 - Replace StringBuffer with StringBuilderAlex Blewitt1-3/+3
There are many opportunities for replacing `StringBuffer` with `StringBuilder` provided that the type isn't visible from the public API and is used only in internal methods. Replace these where appropriate. Change-Id: I769ceb6eaee18d183fb0e00fa0d730651f8a7edb Signed-off-by: Alex Blewitt <alex.blewitt@gmail.com>
2016-02-11Update copyright datesMarc Khouzam5-5/+5
Change-Id: I94ac38c37657e270f62db9bbd2859c2c6de40e5f
2016-01-05Bug 485028: Toggle Comments for Makefile EditorAndrew Gvozdev5-14/+377
Change-Id: I40b6daca54aa17022971df0749d1c4d7708a6564 Signed-off-by: Andrew Gvozdev <angvoz.dev@gmail.com>
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam1-1/+1
This commit does not add missing copyrights, just updates the date on the existing ones. Change-Id: I646f5afd533a1fcc539bdf2e0686b22f406ecf65
2015-12-31Fixed some warningsAndrew Gvozdev2-6/+6
Change-Id: Icb6f7ba6151b55296c3f8137552a10fd7872b317 Signed-off-by: Andrew Gvozdev <angvoz.dev@gmail.com>
2013-07-11Bug 411498: Content assist in Makefile Editor for builtin functionsAndrew Gvozdev1-0/+10
2013-07-08Bug 411970: Some more work on colors and icons for Makefile EditorAndrew Gvozdev2-7/+7
2013-07-05Bug 412346: Makefile Editor: F3 navigation to user defined functions from ↵Andrew Gvozdev1-3/+2
$(call user-fun)
2013-07-05Bug 412250: Tidy up.Andrew Gvozdev1-3/+3
2013-07-04Bug 412250: Makefile Editor won't open include with F3Andrew Gvozdev1-1/+28
2013-06-27Cosmetics.Andrew Gvozdev19-289/+113
2013-06-27bug 411649: Use CDT SharedImagesFactory for images of cdt.make.ui pluginAndrew Gvozdev3-12/+16
2013-04-09bug 405279: Even simplest bracket matching would be extremely useful in ↵Andrew Gvozdev1-53/+38
Makefile editor
2011-11-17auto-clean: @Override annotations + organize imports + unnecessaryAndrew Gvozdev6-101/+124
casts/$NON-NLS + trailing white spaces
2011-07-12Bug 351671 - F5 (refresh) do not work in makefile editor when resource is ↵Gaetano Santoro1-3/+3
out of sync with filesystem
2011-04-15Bug 342898 - Outline View does not fill backward historyAnton Leherbauer1-3/+4
2011-03-15compilation warningsAndrew Gvozdev2-40/+38
2011-03-15compilation warningsAndrew Gvozdev2-9/+8
2010-10-28Bug 326265 - [Makefile Editor] Folding actions in its rulers context menuAnton Leherbauer3-0/+93
Patch from Patrick Hofer
2010-07-14bug 319777: Missing @Override annotationsAndrew Gvozdev5-0/+11
patch from Petri Tuononen
2010-06-02Bug 315439 Fix up copyrightVivian Kong3-3/+3
2010-04-30compilation warningsAndrew Gvozdev2-9/+20
2010-04-30compilation warningsAndrew Gvozdev1-10/+9
2010-04-30compilation warningsAndrew Gvozdev1-4/+2
2010-04-30compilation warningsAndrew Gvozdev1-5/+2
2010-03-30Bug 307496: Add make target offered too often.Markus Schorn1-16/+21
2009-07-07Bug 278987 - Text Colors wrong in MakefileAnton Leherbauer1-34/+13
2009-04-30bug 271449: Incorrect text direction in makefile in mirrored eclipseVivian Kong1-1/+8
2009-03-26Bug 270013 - Open Include action always displayed in the outline view in the ↵Anton Leherbauer1-3/+6
Makefile editor, by Violaine Batthish
2009-01-15Bug 260261 - Makefile syntax highlighting error on comments at multiple linesAnton Leherbauer1-21/+63
2008-12-18Bug 172331 - F3 shortcut does not work in Makefile editorAnton Leherbauer2-2/+3
2008-12-18Bug 172331 - Keyboard shortcuts don't work in Makefile Editor, patch by ↵Anton Leherbauer1-0/+9
Olexiy Buyanskyy
2008-11-05Code cleanupAnton Leherbauer1-29/+1
2008-04-02Fix for 194578: NPE when attempting to edit a (new type) Makefile on a ↵Anton Leherbauer3-86/+37
remote system Patch by David Inglis
2008-03-28Cosmetic changes and long time fixes for the Makefile editore.Alain Magloire1-1/+1
2008-02-15Fix manifest warningsAnton Leherbauer3-7/+7
2008-02-06Fix for 186106: The Makefile Editor inserts spaces instead of a tab characterAnton Leherbauer1-2/+11
2007-08-17Fix for 194198: No syntax highlighting when comparing makefilesAnton Leherbauer2-30/+53
2007-06-14Fix up copyrights.Doug Schaefer1-1/+1
2007-06-04Fix for 190742: after saving a non-project ".mk" file, the cursor jumps ↵Anton Leherbauer1-2/+13
always to the beginning of the file
2007-03-061. Build System Backward Compatibility supportMikhail Sennikovsky1-14/+1
2. Bug-fixes
2007-02-20New Project Model initial check-inMikhail Sennikovsky1-1/+14
2007-01-19Fix for Bug 170921 - Makefile editor does not respect tab width settingAnton Leherbauer2-6/+9
2006-07-03Fix for bug 141295 - Avoid using deprecated extension point "documentCreation"Anton Leherbauer3-140/+1
* Removed documentCreation extensions * Removed IDocumentFactory implementations * Removed PartiallySynchronizedDocument classes * Removed private SetUpSynchronization methods from document providers
2006-06-23Updated copyright dates to reflect latest in CVS.Doug Schaefer11-11/+11
2006-06-23Update Copyright dates and fix those that had no copyrights.Doug Schaefer16-16/+16
2006-06-14update copyrightsChris Recoskie2-2/+2
2006-05-03Adds default preference pages for the C- and Makefile Editor; Toni's patch ↵Markus Schorn1-29/+25
for bug 138212

Back to the top