Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-03-21Fixed bug 489715: [templates] Insert template does not add default valueY20160324-1000I20160322-0800Noopur Gupta1-1/+1
of word_selection and line_selection templates Change-Id: Ib798ad28e296aed6d986b242368215f3776a60a5 Signed-off-by: Noopur Gupta <noopur_gupta@in.ibm.com>
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
line_selection variable to avoid code duplication Change-Id: I905c56a7f59e5779f5445fc0d274cdf2189c9887 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2016-02-10Bug 487327 - [templates] Allow specifying a default value in caseI20160216-1400I20160216-0800Lars Vogel2-2/+25
the line_selection is empty Still WIP, awaiting feedback from Dani for https://bugs.eclipse.org/bugs/show_bug.cgi?id=486903#c18 Change-Id: I6868dced6122a5479d9f786be6f8955011fbec82 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2016-02-09Bug 486903 - [Templates] Clarifies the usage of word_selection defaultsLars Vogel1-1/+1
Change-Id: I51158e66bd4cf1cff947bc794cc295cdfec819e2 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
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
word_selection is empty Change-Id: I5a5c2e77f65aa45474362838aa71fc351779dcd7 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
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
in templates https://bugs.eclipse.org/bugs/show_bug.cgi?id=75981 Change-Id: I8d1e2661d8698e47ea92963ba6caab0edaf8ab31 Signed-off-by: Dani Megert <Daniel_Megert@ch.ibm.com> Signed-off-by: Jeremie Bresson <jbr@bsiag.com> Signed-off-by: Pramod Goyal <pramod.goyal@gmail.com> Signed-off-by: Thomas Reinhardt <thomas@reinhardt.com>
2016-01-20Fixes for bug 483340: ListenerList should be parameterizedMarkus Keller2-52/+33
2015-12-18Bug 478673 - made AbstractDocument methods accept wildcardsI20160105-1000I20160105-0800I20151229-0800I20151222-0800Markus Keller1-2/+2
2015-12-01Bug 478673: generify codeI20151201-1100I20151201-0800Markus Keller35-496/+515
2015-12-01Bug 478673: added @Override/@Deprecated and removed non-Javadoc boilerplateMarkus Keller61-928/+494
2015-12-01Bug 478673: Move platform text to Java 1.8 BREEMarkus Keller7-30/+92
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-07-02Bug 469765: Prep for 4.6 (Neon) and 4.5 (Mars) maintenance buildsI20150707-0800Markus Keller1-1/+1
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"
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 ↵I20140722-0800I20140715-0800Markus Keller3-6/+8
document line delimiter
2014-06-19Bug 436736 - Prep for 4.5 (Mars) and 4.4 maintenance buildsI20140708-0800I20140701-0800Paul Webster1-1/+1
Update parent versions from 4.4.0 to 4.5.0 Signed-off-by: Paul Webster <pwebster@ca.ibm.com>
2013-06-26Fixed bug 411168: Update parent POMs for LunaI20130717-1600I20130716-0800I20130709-0800I20130702-1230I20130702-1000I20130702-0800Dani Megert1-1/+1
2013-05-15fixed broken Javadoc linkMarkus Keller1-2/+2
2013-03-27Fixed bug 403969: Update Platform Text with the new parent versionI20130402-0800Paul Webster1-4/+2
- excluded addition of forceQualifierUpdate.txt
2013-02-25converted line delimiters to Unixv20130225-182143Markus Keller2-367/+367
2013-02-25Bug 399451: Some projects have incorrect encoding setMarkus Keller1-0/+2
2013-02-25Fixed bug 397850: [CBI] use the correct group IDs for all artifactsDani Megert1-2/+2
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 Megert1-1/+1
for eclipse.platform.text
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
between doted I and dotless I in Turkish.
2012-08-07Fixed bug 386751: FindReplaceDoucmentAdapter find() treats '.' asv20120807-151628I20120814-0800I20120812-1736I20120810-1300I20120808-2000I20120808-0800I20120807-2000Dani Megert1-3/+3
special char for non-regex search
2012-08-07Increased bundle version for Kepler fixesDani Megert1-1/+1
2012-07-05Improved switch statement checkingv20120705-111822I20120725-1800I20120724-0800I20120717-0800I20120710-0800Dani Megert1-2/+4
2012-05-23Add poms for Tycho buildv20120523-1310Igor Fedorenko1-0/+25
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
This reverts commit fb8fa0a233409c255039912f4bc4171d4b00eccd.
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
Expression routine leaves out leading zero
2011-12-15Report incompatible environment as 'Error'v20111215-1439Dani Megert1-1/+1
2011-12-09Fixed bug 365789: [find/replace] Reverse Incremental Find from veryv20111209-0919Dani Megert1-2/+2
end-of-document broken
2011-10-07Changed 'New text file line delimiter' to 'Unix'.Dani Megert1-0/+2
2011-09-28Fixed .gitignoreDani Megert1-1/+0
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 ↵Dani Megert2-3/+3
annotations
2011-04-27Updated copyright.Dani Megert1-1/+1
2011-04-11Bug 342295: [templates] Template variable names can only contain ASCII ↵v20110412-0800Markus Keller1-3/+5
characters

Back to the top