Hi,
it seems this works only for the C++ templates.
I have tried this again with a sample Qt Creator plugin
(template in 'Libraries') and it don't work.

All names are lower case, whatever I choose (except the pluginspec):
...
MyPlugin.pluginspec.in
myplugin.pro
myplugin_global.h
mypluginconstants.h
mypluginplugin.cpp
mypluginplugin.h
...

Thanks,
Thomas




Am 22.05.2013 14:07, schrieb Tobias Hunger:
On 22.05.2013 10:13, Thomas Meyer wrote:
Hi,
is it possible to get in one of the next versions of Qt Creator a checkbox
- in the plugin template dialog (Project Management) - to
switch between upper or lower case of the file names?
I would prefer 'EllipseOrbitPlugin.h' instead of 'ellipseorbitplugin.h'.
Check Tools>Options>C++>File Naming and untick "Lower case file names"
there.

Is that what you want?

Best Regards,
Tobias


_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qt-creator

Reply via email to