Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

code snipets are needed #39

Open
GoogleCodeExporter opened this issue Oct 27, 2015 · 2 comments
Open

code snipets are needed #39

GoogleCodeExporter opened this issue Oct 27, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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 ( | ; ; )
{
}


Original issue reported on code.google.com by cucoma...@gmail.com on 18 Nov 2006 at 11:18

@GoogleCodeExporter
Copy link
Author

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

Original comment by jens.re...@gmail.com on 5 Dec 2006 at 9:36

@GoogleCodeExporter
Copy link
Author

Original comment by Lord.Div...@gmail.com on 14 Feb 2009 at 7:22

  • Changed state: Accepted
  • Added labels: Milestone-0.29

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant