1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 22:22:11 +02:00
Commit graph

9 commits

Author SHA1 Message Date
Doug Schaefer
06d652b74c Put the new line at the end of the main code template. 2007-03-23 14:16:53 +00:00
Vivian Kong
a51c134be1 fix for bug 178424 2007-03-21 19:52:31 +00:00
Anton Leherbauer
c2146c6d14 Fix for Bug 128361 - templates depending on line or word selection don't work 2007-02-02 14:38:30 +00:00
Anton Leherbauer
bdfd719f05 Fix for Bug 170461 - [Content Assist] Templates need a context type "Comment" 2007-01-18 07:58:56 +00:00
Anton Leherbauer
c557bb21a6 Fix leading space of comment template 2006-11-27 10:35:42 +00:00
Anton Leherbauer
8c9b5d9416 Fix comment template 2006-10-04 07:31:59 +00:00
Chris Recoskie
ceb0dedf56 fix for 158402 by Vivian Kong 2006-09-26 18:51:30 +00:00
Alain Magloire
c9e12353d6 2005-02-25 Alain Magloire
Fix PR 82292: Code template variable not working.
	* src/org/eclipse/cdt/internal/corext/template/c/CContext.java
	* src/org/eclipse/cdt/internal/corext/template/c/CContextType.java
	* src/org/eclipse/cdt/internal/corext/template/c/TemplateMessage.properties
	* src/org/eclipse/cdt/internal/corext/template/c/TranslationUnitContext.java
	* src/org/eclipse/cdt/internal/corext/template/c/TranslationUnitContextType.java
	* src/org/eclipse/cdt/internal/ui/text/contentassit/CCompletionProcessor.java
	* templates/default-templates.xml
2005-02-26 03:12:35 +00:00
Alain Magloire
3c9660722e 2004-12-10 Alain Magloire
Fix for 77874.
	In order to fix this we removed all of the Eclipse-1.0 classes
	that we copied in the CDT.
	The good news is that it is now part of Eclipse-3.x platform and we no
	need to carry the duplicate.
	The templates support was rewritten to use the JFace templates support
	classes.

	* src/org/eclipse/cdt/internal/corext/template/*: remove to use
	JFace Templates support.
	* src/org/eclipse/cdt/internal/corext/template/c/*: rewritten to use
	JFace Templates classes.
	* src/org/eclipse/cdt/intenal/corext/texmanipulation/*: remove to use
	JFace TextEdit support
	* src/org/eclipse/cdt/internal/ui/preferences/CTemplatePreferencePage.java:
	Rewritten to take advantage of JFace support for Templates.
	* src/org/eclipse/cdt/internal/ui/text/link/*: Remove use JFace
	* src/org/eclipse/cdt/internal/ui/text/template/*: Remove use JFace templates
	* plugin.xml
	* plugin.properties
	* template/default-templates.xml
2004-12-10 17:22:41 +00:00