My favorites | Sign in
Project Logo
                
New issue | Search
for
| Advanced search | Search tips
Issue 39: code snipets are needed
2 people starred this issue and may be notified of changes. Back to list
Status:  Accepted
Owner:  ----
Type-Enhancement
Priority-Medium
Milestone-0.29


Sign in to add a comment
 
Reported by cucomania, Nov 18, 2006
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 ( | ; ; )
{
}


Comment 1 by jens.remus, 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
Comment 2 by Lord.Divius, Feb 14, 2009
(No comment was entered for this change.)
Status: Accepted
Owner: ---
Labels: Milestone-0.29
Sign in to add a comment

Hosted by Google Code