Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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 Keller3-8/+12
2015-12-01Bug 478673: generify codeI20151201-1100I20151201-0800Markus Keller301-3391/+3407
2015-12-01Bug 478673: remove unused castsMarkus Keller50-88/+88
2015-12-01Bug 478673: added @Override/@Deprecated and removed non-Javadoc boilerplateMarkus Keller648-9184/+5291
2015-12-01Bug 478673: Move platform text to Java 1.8 BREEMarkus Keller91-387/+1227
2015-11-25Increased bundle version for NeonDani Megert2-3/+3
2015-11-20avoid non-ASCII chars in properties filesI20151124-1000I20151124-0800Markus Keller1-1/+1
2015-11-18Bug 396949: Pinch to change font size in editorMarkus Keller4-49/+75
Change-Id: I7b996bef9f4e9425220563ecac9cd86d3243fd28
2015-11-11Bug 35779 - [misc] Text Viewer and Editor needs to support word wrapI20151117-0800Markus Keller7-26/+27
fixed formatting & typo
2015-11-10Bug 35779 - [misc] Text Viewer and Editor needs to support word wrapI20151110-0800Andrey Loskutov2-3/+20
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 Loskutov18-14/+203
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 Loskutov9-21/+211
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-11-01Increased bundle version for NeonDani Megert2-3/+3
2015-10-30Fixed bug 397610: "org.eclipse.core.runtime.AssertionFailedException" in ↵Dani Megert1-4/+4
"org.eclipse.jface.text.source.AnnotationModel.getRegionAnnotationIterator()"
2015-10-27Bug 479244: New icon for quick-fixable InfosI20151029-1100I20151028-2000I20151028-0800I20151027-2000Markus Keller1-0/+0
2015-10-16Bug 479244: New icon for quick-fixable InfosI20151027-0800I20151026-2000I20151026-0800I20151025-2000I20151020-0800Markus Keller1-0/+0
2015-10-07Bug 477523: Provide new severity level "information" in the UII20151014-1100I20151013-0800Noopur Gupta2-5/+6
Change-Id: I6f0dd88f55a3db31745439970f0a65c1d53f1bbc Signed-off-by: Noopur Gupta <noopur_gupta@in.ibm.com>
2015-09-29Partial fix for bug 420653: [hovering] HTMLPrinter - BG_COLOR_RGB, ↵I20151006-0800Dani Megert1-3/+3
FG_COLOR_RGB are set asynchronously
2015-09-28Fixed bug 478554: Text Search should be enabled even if file name patterns ↵I20150929-0800Dani Megert1-3/+3
is empty.
2015-09-24Bug 468856: [rulers] Can't scroll with mouse wheel when mouse over line ↵Markus Keller3-13/+40
number ruler Restored the "Jump to next range of the same revision" feature when revisions are shown via Show Annotations
2015-09-11Renamed "Binary resources" to "Binary files"I20150922-0800I20150916-2000I20150916-0800I20150915-2000I20150915-0800I20150914-2000I20150914-1545I20150914-1130I20150914-0800I20150913-2000Dani Megert1-1/+1
2015-09-11Fixed bug 475602: No way to search for text with * in text files onlyDani Megert8-18/+68
2015-09-07Bug 473836 - ConcurrentModificationException in OverviewRuler.isCoveredI20150908-0800Andrey Loskutov1-18/+31
Protect fAllowedAnnotationTypes and fAllowedHeaderAnnotationTypes maps read/write code with synchronized blocks. The code can be accessed from different threads because some annotation models (like ResourceMarkerAnnotationModel) broadcast model changes from non-UI thread. Change-Id: Ie8d3dfd0fc1f764bd727726dbf45befc3de50b87 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2015-09-03Bug 468856: [rulers] Can't scroll with mouse wheel when mouse over line ↵Markus Keller3-5/+31
number ruler
2015-09-03Bug 468856: [rulers] Can't scroll with mouse wheel when mouse over line ↵Markus Keller3-4/+46
number ruler
2015-09-01Increased bundle version for NeonI20150901-0800Dani Megert2-3/+3
2015-09-01Updated copyright dateDani Megert2-2/+2
2015-08-31Bug 394739 - Remove org.eclipse.core.runtime.compatibility* bundlesSopot Cela2-18/+7
Removed references to Platform#getPlugin. Change-Id: If3b071f52ba4f22a24734c4aa66a3251cfb27d5a Signed-off-by: Sopot Cela <scela@redhat.com>
2015-08-19Bug 471835 - Build succeeds, even when "old" parent pom is referred toI20150825-0800Markus Keller1-12/+22
2015-07-31Added note that concrete editors may override textual editor settingsI20150818-0800I20150811-1400I20150805-2000I20150805-0800I20150804-2000I20150804-0800I20150803-2000I20150803-0800I20150802-2000Dani Megert1-2/+4
2015-07-31Increased bundle version for NeonDani Megert2-3/+3
2015-07-31Fixed bug 465070: TextSearchVisitor.processFile method relies on ↵Dani Megert1-10/+2
undocumented behavior of IFile.getContents()
2015-07-31Increased bundle version for NeonDani Megert2-2/+2
2015-07-30Bug 470244 - Replace new Boolean with Boolean.valueOfAlex Blewitt2-4/+6
Using `new Boolean()` results in the creation of a new object on the heap, when the flyweight `Boolean.TRUE` and `Boolean.FALSE` are available. Java 1.4 added a `Boolean.valueOf()` which can be used in place of `new Boolean()` but which will use the existing flyweight values instead. Globally change `new Boolean(...)` to `Boolean.valueOf(...)` and replace constant valued expressions with their flyweight counterparts. Bug: 470244 Change-Id: I608c1acf8b35274e3e8325de8d396f2d077001ce Signed-off-by: Alex Blewitt <alex.blewitt@gmail.com>
2015-07-27Fixed bug 228974: No easy way to search for text in binary filesI20150728-0800Dani Megert1-1/+1
2015-07-13Increased bundle version for Neon fixesI20150721-0800I20150714-0800Dani Megert2-2/+2
2015-07-13Fixed bug 463745: StandInException in MarkerHighlighter.removeHighlights (94)Dani Megert1-2/+2
2015-07-02Bug 469765: Prep for 4.6 (Neon) and 4.5 (Mars) maintenance buildsI20150707-0800Markus Keller15-17/+17
2015-06-04Fix Javadoc reference to IBlockTextSelection#virtual in doc that gets ↵Markus Keller1-3/+3
inherited by the implementation class BlockTextSelection href to file name needs a .html
2015-06-03Fix Javadoc reference to IBlockTextSelection#virtual in doc that gets ↵R4_5I20150603-2000Markus Keller1-3/+4
inherited by the implementation class BlockTextSelection
2015-05-05Fixed bug 466364: Cannot run unit-tests anymore because classes from ↵I20150602-2000I20150601-2000I20150531-2000I20150529-2000I20150528-0700I20150527-2010I20150526-2010I20150525-2000I20150524-2000I20150522-2000I20150521-1715I20150521-1400I20150521-1100I20150520-2000I20150519-2000I20150519-1000I20150519-0030I20150518-2000I20150517-2000I20150516-1500I20150515-2000I20150514-2000I20150514-1000I20150513-2000I20150512-2100I20150512-2000I20150511-2130I20150511-2000I20150510-2000I20150509-1500I20150508-2000I20150507-2000I20150506-2000I20150505-2000Dani Megert1-0/+2
org.eclipse.jface.text cannot be loaded because of "signer information does not match signer information of other classes in the same package"
2015-04-28Bug 465684: Allow initial visible region of 0, 0I20150504-2000I20150503-2000I20150502-1500I20150501-2000I20150430-1445I20150429-2000I20150429-1330I20150429-1230I20150429-1030I20150429-0800I20150428-2000Jonah Graham2-3/+44
Change-Id: I8f79dbf19a4ee9994f545865c499974f0644bd5a Signed-off-by: Jonah Graham <jonah@kichwacoders.com>
2015-03-23- remove unnecessary dependencies for tycho-surefire-pluginI20150428-0800I20150428-0100I20150427-2000I20150427-0800I20150426-2000I20150422-1000I20150421-0800I20150414-1400I20150414-0800I20150408-1100I20150407-0800I20150331-0800I20150324-0800Markus Keller6-70/+4
- Bug 462862: [Metadata] Missing explicit dependency on org.eclipse.equinox.event kills tycho-surefire-plugin tests (Gerrit builds) Change-Id: I7220099e5ce1867d73b130e4c78d6dd7fe25af21
2015-03-22Enable tests for TychoDani Megert5-5/+151
2015-03-22Make screenshot available in Gerrit Hudson jobsDani Megert2-14/+35
2015-03-22Don't depend on Java editor being presentDani Megert6-57/+67
2015-03-18Enable tests for TychoI20150320-0800I20150320-0030I20150319-1640I20150319-1430I20150318-2000I20150318-1300Dani Megert1-1/+30
2015-03-18Fixed bug 448863 (part 2): [Search] Refresh on Access ignored during text searchI20150318-0800Dani Megert1-4/+13

Back to the top