Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-01-03Fixed bug 396759: [implementation] Editor saves over changed filev20130103-145122Dani Megert3-3/+13
2012-12-21Fixed typov20121221-081121I20130101-0800I20121225-1600I20121225-0800Dani Megert1-3/+4
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 Megert7-6/+7
for eclipse.platform.text
2012-11-28Added some more preference page keywordsv20121128-131125I20121210-0800I20121209-2000I20121204-2230I20121204-1600I20121204-1000I20121204-0915I20121204-0800Dani Megert2-1/+11
2012-11-26Updated version in pom.xmlv20121126-164058I20121127-0800Dani Megert1-1/+1
2012-11-19Fixed bug 394504: [implementation] Incorrect synchronization inv20121119-091516I20121120-0800Dani Megert1-2/+2
TextFileBufferManager.getTextFileBuffer(IDocument)
2012-11-08Added missing copyright noticev20121108-151329I20121113-0800Dani Megert1-0/+10
2012-11-08Fixed compile warningDani Megert1-1/+3
2012-11-08Bug 393353: Test failure in EncodingChangeTests on the Hudson Macv20121108-103624Markus Keller1-5/+7
2012-10-25Fixed bug 380218: TUR4.2: Regular Expression \C violates the relationv20121025-122133I20121106-0800I20121031-2000I20121031-0800I20121030-2000I20121030-0800I20121029-2000I20121029-0800I20121028-2000Dani Megert3-7/+26
between doted I and dotless I in Turkish.
2012-10-25Increased bundle version for Kepler fixesDani Megert1-1/+1
2012-10-25Platform.getOS() gives an NPE if test runs outside of EclipseMarkus Keller1-4/+2
2012-10-23Bug 392594: DNF in text.tests on Mac (1.7 VM crash on StackOverflowError ↵v20121023-163345I20121024-1200I20121024-1130Markus Keller1-0/+8
with -XstartOnFirstThread)
2012-10-19Fixed bug 386472: [block selection] Block selection editing does notv20121019-094612I20121023-0800Szymon Ptaszkiewicz1-11/+56
work with Korean encoding
2012-10-17Fixed bug 391998: Add tycho.scmUrl for eclipse.platform.text.gitThanh Ha1-0/+4
2012-10-09don't fail just because the class file version is unknownv20121009-134011I20121016-2240I20121016-0800Markus Keller1-10/+9
2012-10-05Bug 321306: Convert line delimiters should report ignored binary filesv20121005-141144I20121009-0800Markus Keller6-24/+107
2012-10-04Bug 390999: 'Convert Line Delimiters To > ...' action names confusing for MacMarkus Keller7-55/+6
Reverted to simpler names (Windows, Unix) and removed Mac OS 9.
2012-10-04Fixed bug 391072: HTML2TextReader.entity2Text(String) mangles all but 7v20121004-073628Dani Megert3-3/+15
escape codes
2012-10-04Fixed copyright dateDani Megert1-1/+1
2012-10-03Bug 390999: 'Convert Line Delimiters To > ...' action names confusingMarkus Keller2-9/+9
for Mac
2012-09-05Fixed bug 388760: [rulers] Remove the final modifier onv20120905-134016I20121002-0800I20120925-0800I20120920-1300I20120919-2000I20120919-0800I20120919-0330I20120918-2200I20120918-2000I20120918-0800I20120917-2000I20120917-0800I20120916-2000I20120911-1000Dani Megert1-5/+6
org.eclipse.jface.text.source.LineNumberChangeRulerColumn
2012-08-31Bug 379026: Test failures on GTK because workbench window doesn't have focusv20120831-163358I20120904-0800Markus Keller1-2/+6
2012-08-30screenshot for testFocusNotChangedWhenEnterPressed failure on MacMarkus Keller1-0/+1
2012-08-30clean upMarkus Keller1-7/+10
2012-08-29- added BytecodeOrderedTestSuiteMarkus Keller4-135/+394
- removed all hacks in FindReplaceDialogTest - added separate ScreenshotTest to experiment with screenshots
2012-08-28Bug 387095: [10.8][navigation] Scroll bars in hover prevent clicking on ↵v20120828-144843Markus Keller1-1/+7
"Open Implementation"
2012-08-28try to track down gray screen on Windows: screenshot of Task ManagerMarkus Keller1-2/+42
2012-08-28wiggle the mouse and dump more info to track down gray screen on WindowsMarkus Keller1-5/+41
2012-08-27Bug 379026: Test failures on GTK because workbench window doesn't have focusv20120827-164412I20120828-0800Markus Keller1-5/+27
Try to take screenshots on all platforms (into -junitReportOutput argument)
2012-08-22Bug 379026: Test failures on GTK because workbench window doesn't have focusMarkus Keller1-2/+3
only fail / take a screenshot when dialog is not active shell
2012-08-21Bug 379026: Test failures on GTK because workbench window doesn't have focusv20120821-110620I20120821-0800Markus Keller1-4/+3
2012-08-21Improved workaround for bug 375576: Controls are not fully realizedv20120821-084036Dani Megert1-2/+8
when partOpened(...) , partBroughtToTop(...) and partActivated(...) are called
2012-08-20Workaround for bug 375576: Controls are not fully realized whenDani Megert1-4/+26
partOpened(...) , partBroughtToTop(...) and partActivated(...) are called
2012-08-20Bug 379026: Test failures on GTK because workbench window doesn't have focusMarkus Keller1-4/+4
store screenshot on GTK but don't fail
2012-08-17Bug 379026: Test failures on GTK because workbench window doesn't have focusMarkus Keller1-4/+29
On failure on GTK, store a screenshot in ../../results/html/
2012-08-15Bug 379026: Test failures on GTK because workbench window doesn't have focusMarkus Keller1-2/+6
trying to find out where we are
2012-08-07Fixed bug 386751: FindReplaceDoucmentAdapter find() treats '.' asv20120807-151628I20120814-0800I20120812-1736I20120810-1300I20120808-2000I20120808-0800I20120807-2000Dani Megert2-4/+17
special char for non-regex search
2012-08-07Increased bundle version for Kepler fixesDani Megert1-1/+1
2012-07-19Fixed bug 379442: preferences - "reuse" should be a searchable keyword.v20120719-083515I20120807-0800I20120806-2000I20120806-0800I20120805-2000I20120801-1800I20120731-0800Dani Megert1-2/+2
2012-07-19Increased bundle version for Kepler fixesDani Megert1-1/+1
2012-07-05Improved switch statement checkingv20120705-111822I20120725-1800I20120724-0800I20120717-0800I20120710-0800Dani Megert13-26/+52
2012-06-19Fixed bug 382921: Need a way to customize status line text color forv20120619-083720I20120703-0800Dani Megert1-3/+3
text editor
2012-06-13Revert "Clients should not implement this interface."Dani Megert1-2/+2
This reverts commit 5661e621dc4d4f49d8da239242ae8c4ea7fab58a.
2012-06-12Increased bundle versionDani Megert1-1/+1
2012-06-12Clients should not implement this interface.Dani Megert1-2/+2
2012-06-11Bug 26873: [navigation] Should not have to move mouse to get linkv20120611-105932Markus Keller1-15/+6
behaviour
2012-06-09Bug 380794: [implementation] Make ↵Deepak Azad1-19/+6
DefaultCharacterPairMatcher.findMatchingPeer(..) non-recursive
2012-06-08Bug 26873: [navigation] Should not have to move mouse to get linkMarkus Keller2-13/+29
behaviour
2012-05-31Javadoc tweaks.v20120531-0600R4_2R3_8I20120627-0000I20120626-1200I20120625-2200I20120608-1400I20120608-1200I20120607-1500I20120606-2100I20120606-1900I20120605-2100I20120605-1900I20120604-2100I20120604-1900I20120603-2100I20120603-1910I20120602-2100I20120602-1900I20120601-2100I20120601-1900I20120531-1500I20120531-0600Deepak Azad2-3/+3

Back to the top