Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-01-27Bug 486656: [key binding] Toggle Word Wrap shortcut Alt+Shift+Y is wrong on ↵I20160128-2000I20160127-2000Markus Keller1-3/+15
the Mac
2016-01-21Bug 486273: [typing] "Cut Line" command misses to add first line to ↵I20160125-0800I20160125-0400I20160124-2000Markus Keller2-4/+7
clipboard when selection was non-empty
2016-01-20Fixes for bug 483340: ListenerList should be parameterizedMarkus Keller1-5/+4
2016-01-20Bug 484157: Fix computation of fonts to propage zoom actionMickael Istria1-3/+7
Change-Id: I058fff5a7bf3df89b646a15696b8ab79f8eb632d Signed-off-by: Mickael Istria <mistria@redhat.com>
2016-01-15Bug 485748 - Proactively call done() on progress monitors at the top levelStefan Xenos1-10/+19
Signed-off-by: Stefan Xenos <sxenos@gmail.com> Change-Id: Id1deda76707e000651043cae003359730fde1ba5
2016-01-11Bug 470203: [content assist] color/style substring code completionNoopur Gupta1-2/+30
proposals Change-Id: If767b15faa7daef7795aa70cb6274f112e9a74ef Signed-off-by: Noopur Gupta <noopur_gupta@in.ibm.com>
2015-12-18Bug 484697 - NPE in getInitialWordWrapStatusAndrey Loskutov1-1/+5
Change-Id: I220c1f53717591b1e6b649a84828367e6a5f5b2b Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2015-12-09Bug 483942: [key binding] bind 'Zoom In' to both Ctrl+= and Ctrl++I20151213-2000I20151209-2300I20151209-2000I20151209-0800Mickael Istria1-0/+5
Signed-off-by: Mickael Istria <mistria@redhat.com>
2015-12-08Bug 483942: [key binding] 'Zoom In' should be bound to Ctrl+=I20151208-2000Markus Keller1-1/+1
2015-12-08Bug 483939: %command.zoomIn.descriptionMarkus Keller1-1/+1
2015-12-02Bug 476037: Increase/Decrease font size commands for text editorsI20151203-1230I20151203-0800Mickael Istria8-1/+278
Basic support for Zoom In/Out on text editors. Note that the action, which relies on preferences, affects all text editors in the workspace (which is probably what most users of this feature would prefer). Change-Id: I61c2fcc3a6535cb978f97ea7bbb6e9551203b279 Signed-off-by: Mickael Istria <mistria@redhat.com>
2015-12-01follow-up to bug 478673: fixed resource leaksMarkus Keller1-1/+0
2015-12-01Bug 478673: generify codeI20151201-1100I20151201-0800Markus Keller40-515/+531
2015-12-01Bug 478673: remove unused castsMarkus Keller24-42/+42
2015-12-01Bug 478673: added @Override/@Deprecated and removed non-Javadoc boilerplateMarkus Keller99-1587/+819
2015-12-01Bug 478673: Move platform text to Java 1.8 BREEMarkus Keller7-29/+91
2015-11-18Bug 396949: Pinch to change font size in editorMarkus Keller3-49/+54
Change-Id: I7b996bef9f4e9425220563ecac9cd86d3243fd28
2015-11-11Bug 35779 - [misc] Text Viewer and Editor needs to support word wrapI20151117-0800Markus Keller2-16/+17
fixed formatting & typo
2015-11-10Bug 35779 - [misc] Text Viewer and Editor needs to support word wrapI20151110-0800Andrey Loskutov1-1/+13
Fix for SourceViewer vertical ruler layout. If the horizontal scrollbar is toggled off, the lower ruler part should properly paint line numbers. Change-Id: I392e7a066faea02201d2405fc7705db9eda43eee Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2015-11-10Bug 35779 - [misc] Text Viewer and Editor needs to support word wrapAndrey Loskutov11-7/+181
Added "Enable word wrap when opening an editor" preference to "Text Editors" preference page, "Toggle Word Wrap" text editor action / toolbar button and ALT+SHIFT+Y shortcut for text editors extending AbstractTextEditor. Change-Id: Ibc4d64d0c76a31aff781726336d41b9ee1cbd659 Also-by: Florian Weßling <flo@cdhq.de> Also-by: Holger Voormann <eclipse@voormann.de> Also-by: Lars Vogel <Lars.Vogel@vogella.com> Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2015-11-10Bug 35779 - [misc] Text Viewer and Editor needs to support word wrapAndrey Loskutov5-9/+126
Added ITextEditorExtension6 API and implementation to control word wrap in AbstractTextEditor. The new word wrap mode is mutually exclusive with the block selection mode of the ITextEditorExtension5. Change-Id: I1102a25b111840f07627c28db1731d6efd16782c Also-by: Holger Voormann <eclipse@voormann.de> Also-by: Florian Weßling <flo@cdhq.de> Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2015-11-02Bug 64510: [templates] "Restore Removed" button on template pref page could ↵I20151103-0800Markus Keller1-1/+20
select restored
2015-09-01Increased bundle version for NeonI20150901-0800Dani Megert2-3/+3
2015-09-01Updated copyright dateDani Megert1-1/+1
2015-08-31Bug 394739 - Remove org.eclipse.core.runtime.compatibility* bundlesSopot Cela1-10/+4
Removed references to Platform#getPlugin. Change-Id: If3b071f52ba4f22a24734c4aa66a3251cfb27d5a Signed-off-by: Sopot Cela <scela@redhat.com>
2015-07-02Bug 469765: Prep for 4.6 (Neon) and 4.5 (Mars) maintenance buildsI20150707-0800Markus Keller1-1/+1
2014-10-23Bug 448549: [key binding] Ctrl+Up/Down are used by Mission Control onMarkus Keller1-1/+15
Mac
2014-08-04Increased bundle version for MarsDani Megert2-3/+3
2014-08-04Fixed bug 203722: [preferences][templates] Editor templates pref page: Allow ↵Nicolaj Hoess1-20/+89
to sort by column Signed-off-by: Nicolaj Hoess <nicohoess@gmail.com>
2014-06-19Bug 436736 - Prep for 4.5 (Mars) and 4.4 maintenance buildsI20140708-0800I20140701-0800Paul Webster1-1/+1
Update parent versions from 4.4.0 to 4.5.0 Signed-off-by: Paul Webster <pwebster@ca.ibm.com>
2014-04-11Fixed bug 368354: Copy/Paste fails intermittentlyI20140415-0800Dani Megert1-3/+6
2013-08-02CosmeticsI20130813-0800I20130807-2000I20130807-0800I20130806-2000I20130806-0800I20130805-2000I20130805-0800I20130804-2300Dani Megert1-3/+6
2013-08-02Fixed bug 412267: [typing] Recenter command doesn't support top bottom ↵darren ha2-9/+38
movement just like the Emacs Signed-off-by: darren ha <nberserk@gmail.com>
2013-07-25Log when Go to Last Edit Location failsI20130730-0800Dani Megert1-1/+6
2013-07-22Fixed bug 413430: [navigation] Last edit position's editor id for multi-page ↵I20130724-1600I20130723-0800Dani Megert1-1/+6
editors is ""
2013-06-26Fixed bug 411168: Update parent POMs for LunaI20130717-1600I20130716-0800I20130709-0800I20130702-1230I20130702-1000I20130702-0800Dani Megert1-1/+1
2013-06-20Increased bundle version for Luna fixesI20130625-0800Dani Megert2-2/+2
2013-06-20Fixed bug 406994: [implementation] ClassCastException in ↵Dani Megert2-14/+26
HyperlinkDetectorDescriptor 102, if CustomHyperlinkDetector implements IHyperlinkDetector but does not extend AbstractHyperlinkDetector
2013-06-20Fixed bug 410603: Add workaround for Combo bug on LinuxDani Megert3-4/+22
2013-05-14Bug 407434: [BiDi][templates] Wrong BTD in templates [BiDi 2013]I20130514-2000Moshe WAJNBERG1-0/+5
2013-05-13Updated copyright dateI20130513-2000Dani Megert1-1/+1
2013-04-26Bug 350840: NPE trying to save fileI20130512-2000I20130511-1500I20130510-2000I20130509-2000I20130508-2000I20130508-1200I20130507-2000I20130507-1100I20130507-0000I20130506-2000I20130505-2000I20130504-1500I20130503-2000I20130502-0800I20130501-2000I20130501-1400I20130501-1100I20130501-0800I20130430-2000I20130430-0800I20130430-0031I20130429-2000I20130429-0800I20130428-2000Markus Keller1-2/+2
2013-03-27Fixed bug 403969: Update Platform Text with the new parent versionI20130402-0800Paul Webster1-4/+2
- excluded addition of forceQualifierUpdate.txt
2013-02-25converted line delimiters to Unixv20130225-182143Markus Keller2-367/+367
2013-02-25Bug 399451: Some projects have incorrect encoding setMarkus Keller1-0/+2
2013-02-25Fixed bug 397850: [CBI] use the correct group IDs for all artifactsDani Megert1-2/+2
2013-01-08Fixed bug 397113: [quick diff] "Delete Added Line" operation fails tov20130108-175952Dani Megert1-3/+25
delete LF at end of file
2013-01-03Don't handle activation triggered by save dialog, otherwise we get thev20130103-150834I20130108-0800Dani Megert1-10/+13
out of sync dialog twice.
2012-12-10Fixed bug 396110: Merge in CBI patches from 4.2.2 into 4.3 (pom changes)v20121210-150853I20121218-1600I20121218-0800I20121214-0730I20121213-1200I20121212-2000I20121212-0800I20121211-2000I20121211-0800I20121210-2000Dani Megert1-1/+1
for eclipse.platform.text
2012-07-05Improved switch statement checkingv20120705-111822I20120725-1800I20120724-0800I20120717-0800I20120710-0800Dani Megert1-2/+4

Back to the top