Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Feature Requests
 snake and UPPER_SNAKE modifiers
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

grandchain
Junior Member

United Kingdom
22 Posts

Posted - Dec 27 2020 :  09:41:36 AM  Show Profile  Reply with Quote
Hi,

We find your snippet translation really useful in our file templates, since we have a coding style which bases the file names on the class names, and the header guard on the file name.

However, there are a couple of additions we would find really useful.

Our class format is Pascal, e.g. MyClass, so the header would be in MyClass.h and the code in MyClass.cpp.

The header has a header guard all uppercase with underscores between words - so MyClass.h will have a header guard:

quote:
#ifndef MY_CLASS_H
#define MY_CLASS_H

...code definitions go here...

#endif // MY_CLASS_H



It would be really nice if we could autogenerate this in our header file template snippet, but at the moment all we have is $FILE_BASE_UPPER$ and we have to go back and add the additional underscores ourselves.

Please could we have an additional modifier which converts to uppercase with words split with underscores?

If adding this, it might also make sense to add a lowercase_snake_case modifier as well.

Thanks in advance,

Ian

Edited by - grandchain on Dec 28 2020 06:25:50 AM

feline
Whole Tomato Software

United Kingdom
18750 Posts

Posted - Dec 28 2020 :  08:51:33 AM  Show Profile  Reply with Quote
That makes sense, I have put in a feature request to see what our developers make of this:

case=144255

zen is the art of being at one with the two'ness
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000