Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-02-03Bug 493304 - Prefer usage of enhanced for loop in eclipse.platform.textLars Vogel8-98/+60
2017-02-02Bug 493306 - Inefficient use of keySet iterator instead of entrySetLars Vogel1-4/+5
2017-01-11Bug 510312 - Replace usage of new Integer(int) with Integer.valueOf() inLars Vogel1-1/+1
2017-01-09Bug 510030 - Add toString() to Line and TextSelectionI20170111-0200I20170110-2000I20170109-2000Andrey Loskutov1-0/+5
2016-10-14Fixed bug 505958: [implementation] org.eclipse.jface.text.TextUtilities.getDe...Y20161020-1000Y20161018-1100I20161018-0800Dani Megert1-5/+7
2016-03-21Fixed bug 489715: [templates] Insert template does not add default valueY20160324-1000I20160322-0800Noopur Gupta1-1/+1
2016-03-18Document that a document always has at least one lineDani Megert1-4/+7
2016-03-18Fixed bug 487671: [templates] Fix Javadoc for WordSelection template variableDani Megert1-2/+2
2016-02-25Added missing Javadoc for public constructorDani Megert1-3/+8
2016-02-24Bug 487901 - [templates] Create base class for adjust word_selection andLars Vogel1-43/+26
2016-02-10Bug 487327 - [templates] Allow specifying a default value in caseI20160216-1400I20160216-0800Lars Vogel2-2/+25
2016-02-09Bug 486903 - [Templates] Clarifies the usage of word_selection defaultsLars Vogel1-1/+1
2016-02-09Improved word_selection descriptionDani Megert1-1/+1
2016-02-09Bug 486903 - [Templates] Allow specifying a default value in case theI20160209-0800Lars Vogel2-2/+27
2016-01-27FUP to bug 486532: don't use bold inside textI20160127-0800Dani Megert1-1/+1
2016-01-26Fixed bug 486532: Provide better info for date variable proposalI20160126-2000Dani Megert1-1/+1
2016-01-25Added hint to use 'date' variable if custom formatting is desiredI20160126-0800I20160125-2000Dani Megert1-2/+2
2016-01-23Bug 75981: [templates][preferences] Allow to specify format of date variable ...Jeremie Bresson2-4/+43
2016-01-20Fixes for bug 483340: ListenerList should be parameterizedMarkus Keller1-46/+28
2015-12-18Bug 478673 - made AbstractDocument methods accept wildcardsI20160105-1000I20160105-0800I20151229-0800I20151222-0800Markus Keller1-2/+2
2015-12-01Bug 478673: generify codeI20151201-1100I20151201-0800Markus Keller21-383/+405
2015-12-01Bug 478673: added @Override/@Deprecated and removed non-Javadoc boilerplateMarkus Keller38-666/+281
2015-10-30Fixed bug 397610: "org.eclipse.core.runtime.AssertionFailedException" in "org...Dani Megert1-4/+4
2014-09-15Bug 180973: [linked mode] Linked mode does not work with Unicode escapesI20140923-0800I20140918-0330I20140917-2000I20140917-0800I20140916-2000I20140916-0800I20140915-2000Markus Keller1-14/+34
2014-07-08Bug 439155: [block selection] Pasting multiple lines inserts \r instead of do...I20140722-0800I20140715-0800Markus Keller1-3/+5
2012-10-25Fixed bug 380218: TUR4.2: Regular Expression \C violates the relationv20121025-122133I20121106-0800I20121031-2000I20121031-0800I20121030-2000I20121030-0800I20121029-2000I20121029-0800I20121028-2000Dani Megert1-3/+3
2012-08-07Fixed bug 386751: FindReplaceDoucmentAdapter find() treats '.' asv20120807-151628I20120814-0800I20120812-1736I20120810-1300I20120808-2000I20120808-0800I20120807-2000Dani Megert1-3/+3
2012-05-15Updated copyrights.v20120515-1541I20120522-2100I20120522-1900I20120521-2100I20120521-1900I20120520-2100I20120520-1900I20120519-2100I20120519-1900I20120518-2345I20120518-2145I20120518-1730I20120518-1530I20120517-1915I20120516-2100I20120516-1900I20120515-2300I20120515-2200I20120515-2145I20120515-2100I20120515-1900Markus Keller1-1/+1
2012-03-12Revert "fTextStore doesn't need to be protected"v20120312-1446Dani Megert1-2/+2
2012-03-09fTextStore doesn't need to be protectedv20120309-2020Deepak Azad1-2/+2
2012-01-13Fixed bug 368474: [implementation] Find / Replace; Escape Regularv20120113-1118Dani Megert1-2/+5
2011-12-09Fixed bug 365789: [find/replace] Reverse Incremental Find from veryv20111209-0919Dani Megert1-2/+2
2011-09-09Javadocv20110912-0800Markus Keller1-5/+5
2011-08-05Updated copyright header.v20110809-0800Dani Megert1-0/+1
2011-08-05Fixed bug 345715: [implementation] AnnotationModel.fModificationStamp leaks a...Dani Megert1-2/+2
2011-04-27Updated copyright.Dani Megert1-1/+1
2011-04-11Bug 342295: [templates] Template variable names can only contain ASCII charac...v20110412-0800Markus Keller1-3/+5
2011-04-08Bug 342295: [templates] Template variable names can only contain ASCII charac...Markus Keller1-3/+9
2011-02-28doc: specified element typeMarkus Keller1-3/+5
2011-02-25doc: specified element typeMarkus Keller1-3/+3
2011-01-24Replaced wrong usage of "it's" with "its".Dani Megert1-7/+8
2010-11-18Bug 329614 comment 6: [linked mode] Incorrect selection and caret position af...Markus Keller1-6/+10
2010-11-17Bug 329614: [linked mode] Incorrect selection and caret position after rename...Markus Keller1-28/+11
2010-10-26Fixed bug 328395: [javadoc][find/replace] The Document 's Tree Line Tracker b...v20101027-1300Dani Megert1-3/+7
2010-10-25Removed unused variables.v20101025-1300Dani Megert1-9/+1
2010-10-22Clarified Javadoc.Dani Megert1-8/+8
2010-06-25fixed wrong usages of affect* & effect*Markus Keller1-1/+1
2010-04-08Fixed bug 281335: [typing] document listener notification should be more resi...Dani Megert1-25/+80
2010-01-28Committed Anton's patch to fix bug 292664: [implementation] CopyOnWriteTextSt...v20100202-0800Dani Megert1-7/+19
2010-01-13Fixed bug 299416: AnnotationModel#isWithinRegion does not work for regions of...Dani Megert1-3/+3

Back to the top