tonkv / qdevelop

Automatically exported from code.google.com/p/qdevelop
0 stars 0 forks source link

Header file template/deafault path improvement #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Project|Add new file| *.h

What is the expected output? What do you see instead?
1.  <project dir>\src default path for sources looks much better then 
<project dir>\ only
2.  While new *.h file created, it'll be nice to have 

0|#ifndef _<CUPS_HEADER_NAME_>_H
1|#define _<CUPS_HEADER_NAME_>_H
3|// place your code below
4|
5|#endif
6|

against empty space.

What version of the product are you using? On what operating system?

svn checkout 3.11.2006

Original issue reported on code.google.com by har...@yandex.ru on 4 Nov 2006 at 6:29

GoogleCodeExporter commented 9 years ago
I have implemented (2) in commit 55. If you add a source as well, the source 
will
include the new header as well. Tell me what do you think.

(1) is the same as issue 15, so as far as I can tell this once is done. If you
disagree, tell me and I re-open this issue.

In the future, pleasem specify the svn revision you are using, or the official 
build.
We sometimes do several commits per day :)

Original comment by cucoma...@gmail.com on 4 Nov 2006 at 10:23