Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-09-26Bump versions for 4.10.S4_10_0_M1I20181016-1800I20181015-1800I20181015-0255I20181014-2350I20181014-1800I20181013-1800I20181012-1800I20181010-1800I20181010-0600I20181009-1800I20181009-0600I20181008-1800I20181008-0600I20181007-1800I20181007-0600I20181006-1800I20181006-0600I20181005-1800I20181004-1800I20181003-2215I20181003-1800I20181002-1800I20181002-0205I20181001-1800I20181001-0920I20181001-0235I20180930-1800I20180929-1800I20180928-1800I20180927-1800I20180927-0135I20180927-0040I20180926-1800I20180926-0830Alexander Kurtakov2-2/+2
Change-Id: I699b10c3e18d51d7998c4a940286e3afa59a60bf Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-09-18Bug 453407 - [platform] SIOOBE in IOConsolePartition.insertY20180919-2200I20180925-1800I20180924-1800I20180923-1800I20180922-1800I20180922-0245I20180922-0005I20180921-1800I20180920-1800I20180920-0630I20180920-0430I20180919-1800I20180918-2005I20180918-1800Sarika Sinha1-0/+5
Change-Id: I12e9490497da6a81febbe7c820870ed564ce22de
2018-09-04Bug 538531 - POM version change for 4.10 releaseY20180905-2200I20180907-0855I20180907-0715I20180907-0650I20180907-0400I20180906-1400I20180906-0005I20180905-1305I20180905-0410Sravan Kumar Lakkimsetti1-1/+1
Change-Id: I05159d79d261e80ffc94a2bf3abccc6ec3b46243 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2018-08-21Bug 535802 - EPL-2.0 for platform.debug plug-insY20180823-0800Y20180822-2200S4_9_0_M3I20180823-0450I20180823-0430I20180823-0100I20180822-2000I20180822-0800I20180821-2000Lars Vogel65-195/+390
Commands used for this conversion: git checkout master git reset --hard origin/master git pull find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" -exec sed -i 's/Eclipse Public License v1.0/Eclipse Public License 2.0/g' {} + find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" -exec sed -i -E 's/([[:blank:]]*[^[:blank:]])*([[:blank:]]*)http:\/\/www.eclipse.org\/legal\/epl-v10.html/\1\2https:\/\/www.eclipse.org\/legal\/epl-2.0\/\ \1\ \1\2SPDX-License-Identifier: EPL-2.0/' {} + # Get rid of the All rights reserved find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" ! -name "pom.xml" -exec sed -i -E 's/([[:blank:]]*[^[:blank:]])*([[:blank:]]*)(All rights reserved. )/\1\n\1\2/' {} + Change-Id: I3c49f3d254233c87acef9c83b3eb9ba831b9d6ff Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-08-20Bug 530393 - EPL 2.0 for exsd in platform.debugI20180821-0800I20180820-2000Lars Vogel3-9/+18
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: I560e99597565ce4ddf645ff1632b84603cb30086 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-07-19Bug 521038 - [refactoring] Replace anonymous Runnable classes by lambdaAlexander Kurtakov8-152/+138
expression Changed some formatters to Eclipse so there is some formatting happening as the debug one is not clear where to get from and it's unrealistic to expect random contributors to do it. Change-Id: I731410854f9a4ac0c9fc18bcf3ad3dcf7d941c9a Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-06-12Bug 534681 - Remove redundant modifiers in org.eclipse.ui.consoleKarsten Thoms15-103/+99
Change-Id: I4440110007ff79c48e1e99ce5cfaee0c00a37f97 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2018-06-05Bug 535318 - Update license to EPL-2.0 for platform.debug in about.htmlI20180606-1020Lars Vogel1-16/+24
Change-Id: Ide949707f61f88a56527c56610c1dfeb551a1db9 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-06-01Version 4.9 update in plaform.debug as prep for the EPL 2.0 updateI20180601-0915I20180601-0900Lars Vogel2-2/+2
Change-Id: I0780d35d66fd25b70bbf7618979672bcbd2a559e Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-05-30Bug 535191 - POM version change for 4.9 releaseI20180531-2125I20180531-2000I20180531-1245I20180531-0910Alexander Kurtakov1-1/+1
Change-Id: Ic421012d21e951ef7763a6be83c2f2a42eed5c15 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-04-13Bug 268608 - find/replace action disabled on first opening of consoleI20180417-2000I20180416-2000I20180416-0305I20180415-2000I20180414-1500I20180413-2000Simeon Andreev1-0/+12
Whenever a new console page is opened in the Console View, a FindReplaceAction is registered for this console page. The target of this action is set before the new console page is set as active by the PageBookView. This results in either a disabled find/edit action, if there was no previous console page, or an action which targets the previously active console page. I.e. the user either cannot search in the new console page, or searches in an old one. This is also true when switching between consoles, or when closing the Console View and re-opening it. Two points are important here. First, global actions of TextConsolePage pages are only updated on creation of the action, or if the selection in the console's text widget changes. And second, PageBookView.showPageRec will set the current page only after the SWT control of the new page is created (i.e. only after the new actions are updated). Therefore the target of the global find/replace action is updated only when a new console page is created, and its updated with the wrong current page. This change ensures that the FindReplaceAction has the correct target page and its enabled state is correct, both when switching pages and when opening new ones. Namely, the selection of a TestConsolePage is "reset" after the new page is created and shown. Change-Id: I22c368acce902d12f83274c6df12e013fb7afaa3 Signed-off-by: Simeon Andreev <simeon.danailov.andreev@gmail.com>
2018-03-29Bug 533053 - Remove redundant type arguments in o.e.ui.consoleAlexander Kurtakov10-235/+64
And remove useless non-javadoc see tags. Change-Id: I0205fa4506bd2d869923c56b286806a5f89503c1 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-03-29Bug 533051 - Use system cursorsAlexander Kurtakov1-65/+2
So resources don't have to be created and disposed. Remove non-javadoc comments to ease reading. Change-Id: I69cc0c19bc61d12f46a1f2d035cda65c7eed41da Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-02-26Bug 495658 - auto scroll lock should work with all consolesI20180227-2000Andrey Loskutov3-12/+67
Moved the logic and the preference value from debug.ui down to the console.ui plugin. Change-Id: I9c85c6cf52001c58dbd520a8fada42631e065614 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2018-02-19Reverted fix for bug 268608: [console] find/replace action in MessageConsole ↵I20180225-2000I20180224-1500I20180223-2000I20180222-2000I20180221-2000I20180220-2000I20180219-2000Dani Megert2-22/+26
disabled on first opening of console view
2018-02-18Bug 531241 - ConsoleDropDownAction and OpenConsoleAction disposed onI20180218-2000Andrey Loskutov3-4/+32
perspective reset Change-Id: I4c4d6f1741ee58e34977465226e127590dcc932c Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2018-02-02Bug 495658 - Auto scroll lock should be disableableI20180213-2000I20180213-0125I20180212-2000I20180211-2000I20180210-1500I20180209-2000I20180208-2000I20180207-2000I20180206-2000I20180206-0315I20180205-2000I20180204-2000I20180203-1500I20180202-2000Sarika Sinha6-11/+66
Change-Id: Ie5b39dad6843a62c95914fa685ef3f25f97a1ec7
2018-02-01Bug 473081 - Scroll lock enables on empty consoleI20180201-2000Sarika Sinha1-20/+36
Change-Id: Ida07a9a1921361c3b040a9222f233ed58cde2f54
2018-01-04Bug 522103 - Refactor usage of StyledText#getOffsetAtLocation(Point)I20180104-2000Karsten Thoms1-7/+2
Change-Id: Id0c6516e9619a2fda1ca233937d9db7dda81b5f4 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2017-12-27Bug 529248 - "New console" should be on top, and other consoles orderI20180104-0030I20180103-2000I20180103-0140I20180102-2215I20180102-2000I20180101-2000I20171231-2000I20171230-1500I20171229-2000I20171228-2000I20171227-2000Andrey Loskutov3-29/+42
fixed Separated semantically different "New Console" contribution from other console *page* contributions by placing it on top and adding a separator after it. Additionally added a "Console" icon to it and sorted remaining contributions alphabetically. Change-Id: I2bfb18753637fe84c668f7a93dcd7c878a19d7f7 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2017-12-27Bug 529162 - Don't use empty job namesAndrey Loskutov3-20/+5
Change-Id: I62364f847eac31cd6dd1ebd310560e192b1b8288 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2017-12-21Revert "Bug 522103 - Refactor usage of StyledText#getOffsetAtLocation(Point)"I20171226-2000I20171225-2000I20171224-2000I20171223-1500I20171222-2000I20171221-2000Sarika Sinha2-3/+6
This reverts commit da79c20c8a687737fe4a0780faf23d86a37d4b57. By mistake. Change-Id: Ied84f9ea9bfc8d3fea8d1c56ff62ee5c4b9873b3
2017-12-21Bug 522103 - Refactor usage of StyledText#getOffsetAtLocation(Point)Karsten Thoms2-6/+3
Use new method getOffsetAtPoint(Point). Added dependency restriction on org.eclipse.swt. Change-Id: Ic441ba3bf5208f45322c2cb454a0171727789f11 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2017-12-01Bug 527939 - Add Automatic-Module-Name to MANIFEST.MF in Platform DebugI20171201-0345Sarika Sinha1-0/+1
Change-Id: I74fe40f0bf1d1d07c0612e3b4e6f786e14f38a50 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-09-20Bug 522241 - org.eclipse.ui.console mixes tabs and spaces code indentI20170925-2000I20170924-2000I20170923-1500I20170922-2000I20170921-2000I20170920-2000Simeon Andreev48-3683/+3683
The source of org.eclipse.ui.console has a mix of tabs and spaces, in some caes on the same line. This makes editing the source very awkward. E.g. changing code and undo-ing changes results in indentation changes nevertheless (on save action). In this change space indentations are replaced with tab indentations, for the source of plug-in org.eclipse.ui.console. This follows the project formatting settings. Change-Id: I9ee197b4eeea1c2764b2e55dce55bbeb3881a64a Signed-off-by: Simeon Andreev <simeon.danailov.andreev@gmail.com>
2017-09-18Revert "Revert "Bug 522027 - Remove trailing whitespace from ↵I20170920-0100I20170919-2000I20170918-2000Lars Vogel13-83/+83
org.eclipse.ui.console"" This reverts commit 06126c5243b5c6a38d046927c3707245510e48a7. Change-Id: I7dab6cb6131d21320418a1faef8c9d52bc3fe89a
2017-09-13Bug 268608 - find/replace action disabled on first opening of consoleI20170915-1030Simeon Andreev2-6/+4
Whenever a new console page is opened, a FindReplaceAction is registered for this console page. The target of this action is set before the new console page is set as active. This results in either a disabled find/edit action, if there was no previous console page, or an action which targets the previously active console page. I.e. the user either cannot search in the new console page, or searches in an old one. This change ensures that the created FindReplaceAction has the correct target page: the target page is updated once the console page is activated by the ConsoleView. This fixes the bug. Change-Id: Ib59be79b361b91949e7ace4f4e1803b4039cad95 Signed-off-by: Simeon Andreev <simeon.danailov.andreev@gmail.com>
2017-09-11Revert "Bug 522027 - Remove trailing whitespace from org.eclipse.ui.console"Lars Vogel13-83/+83
This reverts commit 6eb6173863a9d530b243625374686242b4af9e7d. Change-Id: Ifcaf83566313e0bf4616f4429bb6163b7f5307d8
2017-09-08Bug 522027 - Remove trailing whitespace fromLars Vogel13-83/+83
org.eclipse.ui.console Change-Id: I537cbfb22a0d8d3ee4d33dee68f06bc0b5ccf459 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2017-07-28Bug 519944 - Memory Leak MessageConsoleS4_8_0_M1I20170905-2000I20170905-0600I20170905-0310I20170904-2000I20170904-0230I20170903-2000I20170902-1500I20170901-2000I20170831-2000I20170830-2000I20170830-0605I20170829-2345I20170829-2000I20170829-0940I20170829-0705I20170828-2000I20170828-1220I20170828-0730I20170827-2000I20170826-1500I20170825-2000I20170824-2000I20170823-2000I20170822-2000I20170821-2000I20170820-2000I20170819-1500I20170818-2000I20170818-0100I20170818-0040I20170817-2140I20170817-2000I20170816-2000I20170815-2000I20170815-0035I20170814-2000I20170814-0635I20170814-0300I20170813-2000I20170812-1500I20170811-2000I20170810-2000I20170809-2000I20170808-2000I20170807-2000I20170806-2000I20170805-1500I20170804-2000I20170802-2000I20170802-0800I20170801-2000I20170801-0800I20170731-2000I20170731-0800I20170730-2000I20170729-2000I20170728-2000Lars Neumeier1-0/+1
Change-Id: Id20cc49810424a35436fca1b9046e6b40928b791 Signed-off-by: Lars Neumeier <lneumeier@irotation.de>
2017-07-104.8 Bundle version increase for ui.consoleSarika Sinha2-3/+3
Change-Id: Iff2373896216bbb3de1e6195080366f4ee897fa9
2017-07-10Bug 518909 - Regression: IOConsoleOutputStream.setEncoding(String)Andreas Loth1-1/+8
cannot handle null argument anymore Change-Id: I5bb76e1c850a80b88f6f5e82a9e7fceacd6d6d8c Signed-off-by: Andreas Loth <andy_2639@justmail.de>
2017-06-22Bug 517929 - Update POMs in the master for 4.8 release I20170702-2000I20170701-2000I20170630-2000I20170630-0410I20170629-2000I20170629-0425I20170629-0210I20170628-2000I20170628-0310I20170627-2000I20170626-2000I20170625-2000I20170624-2000I20170623-2000I20170623-0110I20170622-2000I20170622-0950Alexander Kurtakov1-1/+1
Point to 4.8 parent pom. Change-Id: I684d6e01306c790b0ce3078cab9c962a5c9f9467 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-03-15Bug 473081 - Scroll lock enables on empty consoleY20170316-0500I20170317-2000I20170316-2000Sarika Sinha1-27/+49
Change-Id: Ie9fb5a2eaafea636f2c9f658c21ea9a7e633449f
2017-03-13Bug 513367 - IllegalStateException while decoding output to ConsoleI20170315-2000I20170315-0500I20170314-2000I20170313-2000Andreas Loth1-0/+6
Stream Change-Id: Ia205ed73daab72454193a33c7e3abf053186caa5 Signed-off-by: Andreas Loth <andy_2639@justmail.de>
2017-03-04Bug 507664 - IOConsoleOutputStream does not handle multi-byte charactersY20170309-1000S4_7_0_M6I20170308-2000I20170308-0800I20170307-2000I20170307-0800I20170307-0610I20170307-0450I20170307-0420I20170307-0410I20170307-0150I20170306-2000I20170306-0800I20170305-2000I20170304-2000Sarika Sinha2-11/+25
at buffer boundaries correctly Change-Id: Iee66ccfd74f93760b1c0e26c7114d4b48cee6324
2017-03-03Revert "Bug 507664 - IOConsoleOutputStream does not handle multi-byte ↵I20170303-2000Sarika Sinha1-19/+5
characters at buffer boundaries correctly" This reverts commit 5875ab13fa7cbd511932f98efcdeb50447d49d99.
2017-03-02Bug 507664 - IOConsoleOutputStream does not handle multi-byte charactersAndreas Loth1-5/+19
at buffer boundaries correctly Change-Id: Idfeabbcff7330541c5908ac4b3464a5cce1398ce Signed-off-by: Andreas Loth <andy_2639@justmail.de>
2017-03-01Bug 507664 - IOConsoleOutputStream does not handle multi-byte charactersI20170301-2000Andreas Loth5-47/+243
at buffer boundaries correctly Change-Id: Ib1651069ab6a1a09d26e0b33bfae2dc3aef2fd77 Signed-off-by: Andreas Loth <andy_2639@justmail.de>
2017-02-06Bug 467326 - NullPointerException in IOConsolePartition.delete (85)Y20170209-1000I20170212-2000I20170211-2000I20170210-2000I20170210-0615I20170210-0600I20170210-0550I20170210-0530I20170209-2000I20170208-2000I20170208-0700I20170207-2000I20170206-2000Victor Rubezhny1-2/+2
The possible attempt to delete from read-only partition is fixed Change-Id: Id1a63ba5ef1cf74f3a594ba67e99f93cb59ea7cb Signed-off-by: Victor Rubezhny <vrubezhny@redhat.com>
2017-01-20Bug 507661 - IOConsoleOutputStream and IOConsoleInputStream throw IOEI20170122-2000I20170121-2000I20170121-0950I20170120-2000Patrik Suzzi2-4/+8
According to Javadoc, java.io.Closeable#close() has no effect if already closed. With this change, IOConsoleOutputStream and IOConsoleInputStream are not throwing exception anymore when calling close() twice. Change-Id: I5fc4ae8eb4fbc276ff81c7e6cee606277ba91d39 Signed-off-by: Patrik Suzzi <psuzzi@gmail.com>
2016-09-21Bug 501064 - Remove unnecessary gifs from org.eclipse.ui.consoleY20161027-1250Y20161027-1000Y20161024-2045Y20161024-1300Y20161024-0700Y20161021-1200Y20161021-0600Y20161020-1800Y20161020-1000Y20161018-1100Y20161013-1000Y20161006-1000Y20160929-1000Y20160922-1000I20161101-0800I20161027-0700I20161027-0200I20161026-2000I20161026-1100I20161026-0800I20161025-2000I20161024-2000I20161024-1000I20161024-0410I20161023-2000I20161018-0800I20161011-0800I20161005-1430I20161005-1045I20161005-0815I20161004-1000I20161004-0800I20160927-0800Lars Vogel12-0/+0
Change-Id: Ib7858a454383ecaf0b6c23456afec0a74300e028 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2016-08-24Bug 451797 - [platform] UI freezes inY20160825-1000Andrey Loskutov2-11/+3
IOConsolePartitioner$TrimJob.runInUIThread Reverting the main part of the change from bug 108568 commit 8b377c8203a4054eebd2bb3740bf40296b63d3d8. Change-Id: I306f6d66de31d1787e40b8da0dda60fa66986c6a Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2016-08-01Bug 489546 - Call to ConsoleManager.showConsoleView(x) has no effect ifY20160811-1000I20160809-1300I20160809-1100Andrey Loskutov1-32/+50
ShowConsoleViewJob is already running Change-Id: Iab3d68b31476704a81f75172cb41ef21b62a57e9 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2016-06-28Bug 496465 - Prep for 4.7 (Oxygen) and 4.6.1 (Neon.1) maintenance buildsY20160721-1000Y20160714-1000I20160726-1400I20160726-0800I20160719-0800I20160716-1900I20160712-1000I20160712-0800I20160708-1700Sarika Sinha1-1/+1
Change-Id: I799dcb17afa68adac07d9c5e624684da63793c7f
2016-06-24Bug 496723 - Move Platform Debug to Java 1.8 BREESarika Sinha4-7/+7
Change-Id: I1077af8f96073d22da0c9e6c5b84ebd5fc5b9e7b
2016-06-10Bug 493931 - wrong GIFs in /org.eclipse.ui.console/fullSarika Sinha10-1/+1
Change-Id: I33bd88c5be4932620d4ab216afeacc73ef10d94b
2016-06-104.7 Bundle version increase for ui.consoleSarika Sinha2-2/+2
Change-Id: I3fa7f54d80831cec808997d2d07660c4b4ec6505
2016-06-02Bug 493880 - OpenConsoleAction and CloseConsoleAction does not setSarika Sinha4-4/+8
disabled image
2016-05-18Bug 382972: [HiDPI] Update UI for Retina display on Mac and other high ↵Y20160526-1000Y20160519-1000R4_6I20160606-1100I20160603-1000I20160602-1000I20160601-2000I20160601-1000I20160531-2330I20160531-2000I20160530-2000I20160529-2000I20160528-1500I20160527-2000I20160525-2000I20160524-2000I20160523-2000I20160522-2000I20160521-1500I20160520-2000I20160519-1730I20160519-1100I20160518-2000Markus Keller18-0/+0
resolution displays Change-Id: Iebe5965dec909c78d0ab003c23519ed5e9c581f8

Back to the top