Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-06-18Use addAll, deleteAll instead of looping through a collectionI20190623-1800I20190621-1800I20190620-1800I20190620-0130I20190619-1820I20190619-1800Lars Vogel2-8/+4
Change-Id: I35edd6a934a0f65f357a54e710c77c190706bb45 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-06-16Bug 548060 - Improve positioning of widgets on Annotations pageI20190616-1800Andrew Obuchowicz1-4/+0
Patch Ready For Review Change-Id: I9c2df01a49d90d2517a44eccb6842ed55fec5ee9 Signed-off-by: Andrew Obuchowicz <aobuchow@redhat.com>
2019-06-14Use isEmpty() instead of length() to check if collection is emptyI20190615-1800I20190614-1800Lars Vogel16-62/+62
Change-Id: I0106dd0c2ddfa318375877d4562068d82aa9ac5f Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-06-13Use jdk 5 for-each loopI20190614-0330I20190613-1800Carsten Hammer34-199/+190
Replace simple uses of Iterator with a corresponding for-each loop. Also add missing braces on loops as necessary. Change-Id: Ibde37d56a7962f432ed771f4a215f5903161bde0 Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-06-12Use isEmpty() instead of size()==0 where possibleI20190613-0210I20190612-1800Carsten Hammer2-2/+2
Change-Id: Ib6c59f4c9cea396c98196d23ff9ea917e2ef4114 Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-06-11String.indexOf can be replaced with String.containsCarsten Hammer1-1/+1
Change-Id: I4fa6df22b0e8c3bd3d59c9f98ca417899366ae03 Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-06-114.13 version of org.eclipse.ui.editorsLars Vogel2-2/+2
Change-Id: I3b9598f99481b1972792e66759720443b5113594 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-06-07Bug 547907 - POM and product version change for 4.13 releaseNiraj Modi1-1/+1
Change-Id: I16ed9807c1390ccba626efaa09cfa80308667a26 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
2019-05-19Bug 547304 - [cleanup] Fix wrong space/tab indentationS4_12_0_RC2S4_12_0_RC1aS4_12_0_RC1S4_12_0_M3R4_12I20190605-1800I20190605-0600I20190604-1800I20190604-0600I20190603-1800I20190603-0600I20190602-1800I20190602-0600I20190601-1800I20190531-1800I20190531-0245I20190529-2005I20190529-1800I20190529-0600I20190528-1800I20190528-0915I20190528-0850I20190528-0600I20190527-1805I20190527-0600I20190526-1800I20190526-0600I20190525-1800I20190525-0600I20190524-1800I20190524-0135I20190522-1800I20190522-0600I20190521-1800I20190521-0600I20190520-1805I20190520-0600R4_12_maintenancePaul Pazderski13-126/+126
This change fixes space or mixed tab/space indentations in all Java files. This also includes two or three space indentations and even fix most stray single spaces in indentations. The change includes only whitespace formatting and no code changes. Change-Id: I3e7b6abb69a1894c402f9123417346a44fc0992a
2019-05-02Bug 546920 - FileDocumentProvider.createElementInfo(Object) should notI20190508-1800I20190508-0450I20190508-0150I20190507-1800I20190507-0155I20190506-1800I20190505-1800I20190504-1800I20190503-1800I20190502-1800Andrey Loskutov1-4/+9
refresh unconditionally An attempt to call refreshFile() while workspace is locked results in a blocking progress dialog. This is not needed if the file is not out-of-sync, which can be tested via *non-blocking* file.isSynchronized() API. This patch does exact that. Change-Id: Ia1b0b7ba250f92e49bbe4343ba542a5d5c4e752b Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2019-05-02Bug 546828 - Editors based on FileDocumentProvider /Andrey Loskutov4-4/+28
TextFileDocumentProvider lock UI on attempt to edit while build is running The change modifies FileDocumentProvider.getValidateStateRule() and DocumentProviderOperation created in TextFileDocumentProvider.validateState() to return non-null rule (referenced IFile) for IFileEditorInput's if the IResourceRuleFactory.validateEditRule() has no rule for us. This prevents UI freeze on attempt to modify a file while build is running. Instead of a freeze, we get a progress dialog with a possibility to cancel the (blocking) attempt to modify the file. Change-Id: I23a6ddab2ca8f31b5ba134301356c34250f5087c Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2019-03-08Bug 545094 - POM and product version change for 4.12 releaseI20190311-0410I20190309-1830I20190308-1830I20190308-1525I20190308-1055I20190308-0740Niraj Modi1-1/+1
Change-Id: Ideffb628508e4505ec7b55afd5ba9f2c5fd75f3c Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
2019-02-18Bug 543933 - Build javadocs with Java 11Alexander Kurtakov3-22/+22
Fix javadoc warnings catched by Java 11 tool with XDoclint:html. Change-Id: I361b79bda124f98380dec2c87ca41b09f4098643 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-02-16Bug 543933 - Build javadocs with Java 11I20190218-0600I20190217-1800I20190217-0600I20190216-1800Alexander Kurtakov1-24/+20
Fix javadoc warnings catched by Java 11 tool with XDoclint:html. Change-Id: I9d4dfa7c57b47c5d130c8d0c50069b0ed15b70fa Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-02-15Bug 543933 - Build javadocs with Java 11Alexander Kurtakov4-37/+38
Fix warnings catched by java 11 javadoc. (take 4) Change-Id: I64da26cfb07bb1f02e18f87954b24ce93546316e Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-02-14Bug 543933 - Build javadocs with Java 11I20190215-0630I20190215-0055I20190214-1800Alexander Kurtakov1-5/+3
Fix warnings catched by java 11 javadoc. (take 3) Change-Id: I6e7fd7d2f60b67dfdfe31e89d80c871cfd6c443f Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-02-14Bug 479273 - Prefer usage of Boolean.parseBoolean instead ofLars Vogel1-1/+1
Boolean.ValueOf Change-Id: If9a679f44f99a373b38f8f16623eaa45b4704f5a Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-02-12Bug 544315 - DocumentProviderRegistry: also try IPath to get extensionThomas Wolf1-1/+13
Make getDocumentProvider(IEditorInput) try a little harder by trying to figure out an IPath from the editor input and use the extension of that path, if one can be determined. Change-Id: I6426e0e9fa09b71bd472d5ca545d1333c17323ce Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
2019-02-11Bug 544309 - Add doc link to bugI20190211-1800Karsten Thoms4-4/+4
Change-Id: I9142a10c51abc1ea27316ad72cf274ae1f09561e Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2019-02-11Bug 544309 - Mark EncodingActionGroup & related for removalKarsten Thoms5-7/+54
Change-Id: Id70eb30bd39b59a20f41209689f8cf2aa5ca95e0 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2019-02-10Bug 518569 - Use StandardCharset constantsI20190210-2135I20190210-1800Karsten Thoms5-25/+12
Also: version bump for 4.11 Change-Id: I7055e6a2ceb521dbe6065888b735ac62caa73ef6 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2018-12-07Bug 541822 - POM and product version change for 4.11 releaseY20190116-2200Y20190109-2200Y20190108-0410Y20190108-0135Y20190107-0850Y20190107-0505Y20190102-2200Y20181226-2200Y20181219-2200Y20181212-2200S4_11_0_M1I20190121-1415I20190120-1800I20190119-1800I20190118-1800I20190117-2335I20190116-1800I20190115-1800I20190114-1800I20190113-1800I20190112-1800I20190111-1800I20190111-0850I20190109-1800I20190109-0655I20190108-1800I20190108-0600I20190107-2050I20190107-1800I20190107-0600I20190106-1800I20190106-0600I20190106-0150I20190105-1800I20190105-0810I20190104-1800I20190103-1800I20190102-1800I20190101-1800I20181231-1800I20181230-1800I20181229-1800I20181228-1800I20181227-1800I20181226-1800I20181225-1800I20181224-1800I20181223-1800I20181222-1800I20181221-1800I20181220-1800I20181219-1800I20181218-1800I20181218-0120I20181217-1800I20181216-1800I20181215-1800I20181215-0340I20181214-1800I20181214-0720I20181214-0105I20181213-1800I20181212-1800I20181212-0230I20181211-1800I20181211-0230I20181210-1800I20181210-0755I20181210-0535Niraj Modi1-1/+1
Change-Id: I975429ca29af362e54dee6d31c2c7373e644f397 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
2018-09-14Fix self comparison of field with itselfI20180914-0620Katja Zavozina1-2/+2
Change-Id: I3acf3f80f81e122c48058abc335afb693f21ce3f Signed-off-by: Katja Zavozina <ekaterina.zavozina@sap.com>
2018-09-074.10 version update for org.eclipse.ui.editorsI20180907-0855I20180907-0715I20180907-0650I20180907-0400Lars Vogel2-2/+2
Change-Id: I0d916d82d6d75ce7f714ba2f95d494aaba9c5be7 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-09-07Bug 535964 - Use new API of TemplatePersistenceData, TemplateReaderWriter.Roland Grunberg1-2/+3
- Use TemplatePersistenceData, TemplateReaderWriter from org.eclipse.text and not from the deprecated org.eclispe.jface.text bundle. Change-Id: I022ec34437046a011e9c211cc7071a0af1dfc092 Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
2018-09-04Bug 538531 - POM version change for 4.10 releaseY20180905-2200I20180906-1400I20180906-0005I20180905-1305I20180905-0410Sravan Kumar Lakkimsetti1-1/+1
Change-Id: I8ea72f1e990039ec24ce2930df788e2e199a9993 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2018-08-22Bug 530393 - EPL 2.0 update for platform.text plug-ins - Part 2Y20180822-2200I20180823-0100I20180822-2000Lars Vogel133-406/+805
Change-Id: Ib43818885bc5b36db7d4fc0625a125402c595b2f Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-08-21Bug 530393 - EPL 2.0 for exsd in platform.textLars Vogel5-5/+20
Based on the following regex. find . -type f -name "*.exsd" -exec sed -i -E 's/http:\/\/www.eclipse.org\/legal\/epl-v10.html\&quot;\&gt;http:\/\/www.eclipse.org\/legal\/epl-v10.html\&lt;\/a\&gt;/https:\/\/www.eclipse.org\/legal\/epl-2.0\&quot;\&gt;https:\/\/www.eclipse.org\/legal\/epl-v20.html\&lt;\/a\&gt;\/\n\nSPDX-License-Identifier: EPL-2.0/' {} + find . -type f -name "*.exsd" | xargs sed -i 's/Eclipse Public License v1.0/Eclipse Public License 2.0/g' find . -type f -name "*.exsd" -exec sed -i -E 's/([[:blank:]]*[^[:blank:]])*([[:blank:]]*)(All rights reserved. )/\1\n\1\2/' {} + Change-Id: I5df9aa96551224ccf1921e2b21ac9b4b54832e4e Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-08-17Remove unused api_filters.Alexander Kurtakov1-15/+0
Change-Id: I718d31b5aee785132b3e57f95e997c1e8a1ba5f4 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-07-18Don't use the deprecated FontMetrics.getAverageCharWidthAlexander Kurtakov1-3/+3
There is the new getAverageCharacterWidth which returns double instead of int now. Change-Id: Id0efec3051c2992faddb9c5f172043ea9b353212
2018-07-18Comparator to lambda.Alexander Kurtakov1-39/+16
And other lambda conversions done by the quick fix. Change-Id: Iba9da0ae5028783913f66c04eb3e7e221332b119 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-07-18Lambda conversions.Alexander Kurtakov10-257/+150
Converting Runnable to lambda and whatever the quick fix picked in the file too. Change-Id: I0cbd8ef4a7cab89dced199b44a5be3b32b6f8195 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-06-05Bug 535318 - Update license to EPL-2.0 for platform.text for about.htmlI20180607-2000I20180606-1020Lars Vogel1-16/+24
Change-Id: Ie3055f2478633f5b854362b1ab8205ef6e6f28ab Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-06-014.9 version updates for eclipse.platform.text required for EPL 2.0I20180601-0915I20180601-0900Lars Vogel2-2/+2
update Change-Id: I2347c4e9fb76d947449865ebfb35caf759458f9c Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-05-30Bug 535191 - POM version change for 4.9 releaseI20180531-2125I20180531-2000I20180531-1245I20180531-0910Lars Vogel1-1/+1
eclipse.platform.text Change-Id: I424ff63453ab620a5f4461d369a06798ef1264fd Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-05-12Bug 534597 - Unanticipated comparator errors in I20180511-2000I20180514-0800I20180513-2000I20180513-0800I20180512-1500I20180512-0830Sravan Kumar Lakkimsetti1-0/+1
Change-Id: I695f319c1eb88fb9797db390d71f5b468cdbe205 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2018-05-07Bug 479244 - New icons for quick-fixable infos and info decoratorsS4_8_0_M7I20180511-2000I20180509-2000I20180509-0800I20180508-2000I20180508-0800I20180507-2205I20180507-2000I20180507-0810I20180507-0800Matthias Becker4-0/+0
- Improve high resolution icons (rendered from SVG) for quick_fix_info_obj.png Change-Id: Ib2da0db0aa7f6aae3b37d7f6eca5ab27487cb944 Signed-off-by: Matthias Becker <ma.becker@sap.com>
2018-05-03Fixed bug 468307: [Preferences] Print margin's behavior is confusing to many ↵Dani Megert6-5/+48
users
2018-05-03Bug 533601 - Add Bookmark dialog should use verbsJonas Hungershausen2-1/+23
Change-Id: I52dedf5568747c3e055d7d2ac67c0131a0d8a9e7 Signed-off-by: Jonas Hungershausen <jonas.hungershausen@vogella.com>
2018-04-19Bug 533837 - Direct use of IStructuredSelectionAlexander Kurtakov6-16/+71
Instead of getSelection and cast. Enable save actions to automate cleanup actions. Change-Id: I94a0037f7af2fa9d213a00f2bc385507891ae8e4 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-02-23Bug 531369: Improve next / previous annotation iconI20180224-1500I20180223-2000Matthias Becker4-0/+0
Remove the parts of the icons that where hidden by the background in the old version of the icons Change-Id: I57477ed1fc1add65dc19dc5424377c3f7bdfd73f Signed-off-by: Matthias Becker <ma.becker@sap.com>
2018-02-22Bug 531369: No background for next / previous annotation buttonI20180222-2000Matthias Becker8-0/+0
Change-Id: Ifb88352604f433f3c5493a0885777390835f3277 Signed-off-by: Matthias Becker <ma.becker@sap.com>
2018-02-12Bug 517393: Dark theme hyper-link text is dark blueMatthias Becker1-2/+2
Dark theme hyper-link text was dark blue on black background in JDT's Javadoc. The cause is that JDT's CSS contains hard-coded colors for the links. To solve this provide a mechanism in HTMLPrinter to replace symbolic color names with actual color values from the preferences. A consumer of HTMLPrinter now can you the symbolic names hyperlinkColor and activeHyperlinkColor in their stylesheets. These symbolic names are replaced with JFacePreferences.HYPERLINK_COLOR and JFacePreferences.ACTIVE_HYPERLINK_COLOR by HTMLPrinter automatically. Also fixed: If one changed the theme or color preferences the cached colors in HTMLPrinter were not updated. Change-Id: I386c0a7feff6da132b76bd3ff80c91b4fb919b67 Signed-off-by: Matthias Becker <ma.becker@sap.com>
2018-01-27Removed unused API filtersI20180128-2000I20180127-1500Dani Megert1-8/+0
2018-01-27Revert "Remove no longer needed api filters."Dani Megert1-0/+8
This reverts commit 165c7e1211960b807a31d36b216ec9c4d36f74bc.
2018-01-26Remove no longer needed api filters.I20180127-0150I20180126-2040Alexander Kurtakov1-8/+0
Change-Id: I2447a4fc266714d544ecc1259a19f7a5a56f0d8d Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-12-12Bug 528254 - [Java9] Added Automatic-Module-Name HeaderI20171215-0215I20171215-0120I20171214-2000I20171214-0120I20171213-2000I20171212-2000Karsten Thoms1-0/+1
Incremented versions for Eclipse 4.8 Photon Change-Id: I49d086cba48a4b0519cda696b4ab38d66cbd8fef Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2017-12-11Bug 519783 - HTMLPrinter should migrate to StringBuilderShawn Kleese1-1/+1
Change-Id: I88fe6c20d4638cf4c15987ca05ec1c3a4a54c574 Signed-off-by: Shawn Kleese <shawn.kleese@wtnet.de>
2017-12-01Bug 527903 - Changed NewUntitledTextFile.descriptionI20171201-0600I20171201-0345Karsten Thoms1-1/+1
Harmonized wording with other wizards. Change-Id: Ife47e51f2acdbba4247dcf8027bc5564b31f474c Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2017-11-30Bug 527082 - [hovering][preferences] Add "Popup" as search term toLars Vogel1-1/+1
Hovers preference page Also add pop-up to the search term. This needs to be added at the beginning, see Bug 527082 for the discussion and Bug 527833 for a follow-up bug. Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com> Change-Id: I44f2767cc3047422135d97866dd4152213b77586

Back to the top