4
votes
5answers
480 views
Useful Delphi code templates
I've been programming in Delphi for a little over two years now, and I've only got maybe 5 custom templates, I feel as though I should have more.
If anyone has any particularly useful ones it would …
1
vote
1answer
73 views
Code Templates in MonoDevelop 2.0
Hi all,
I'd like to create some custom templates in MonoDevelop 2.0 (under Ubuntu) but am not finding the process as intuitive as I'd like. Does anyone know where in templates are stored? In what …
1
vote
3answers
331 views
NetBeans Code Templates ${date} ?
I have this code template in Eclipse
@since ${date}
when entered i get something like this :
@since 4.8.2009
But when i add the same template (@since ${date}) to NetBeans
it outputs
@since …
