| Issue 39: | code snipets are needed |
1 of 59
Next ›
|
| 2 people starred this issue and may be notified of changes. | Back to list |
Sign in to add a comment
|
code snipets means:
I press "class" and this code is entered to the editor:
Class | {
public:
private:
};
The notation "|" means that the text cursor should be in that place.
Another example is "for":
for ( | ; ; )
{
}
|
||||||||||
,
Dec 05, 2006
I would like some sort of template library. This could be a directory inside the project dir and / or the QDevelop dir ".\templates". QDevelop would then allow "New from Template", offer the .h and *.cpp files as choice (Icons like Word) and then do substitution of keywords like: $Class$ -> the classes name e.g. SampleImpl $ClassDef$ -> the define for the header file e.g. SAMPLEIMPL_H $Date$ $Time$ $DateTime$ -Jens |
|||||||||||
,
Feb 14, 2009
(No comment was entered for this change.)
Status: Accepted
Owner: --- Labels: Milestone-0.29 |
|||||||||||
|
|
|||||||||||