T O P I C R E V I E W |
code42 |
Posted - Dec 14 2006 : 11:32:04 AM This is a simple nit-pick, when you type:
class tmp {
VAX adds the '};' for you.
Why isn't the semicolon added when you're doing:
enum tmp {
???
|
7 L A T E S T R E P L I E S (Newest First) |
support |
Posted - May 31 2007 : 01:12:19 AM fixed in build 1557 |
sean |
Posted - May 16 2007 : 3:39:39 PM this will be fixed in the next build |
MasterRanger |
Posted - May 16 2007 : 2:53:17 PM quote: Originally posted by MasterRanger
" It also add semicolon after class brace...which is not needed"
This is happening for me as well in C#. How do I fix it?
http://www.wholetomato.com/products/features/suggestion.asp
Had to turn this off and make a custom entry for class in Autotext for C#.
Any other way to do it? |
MasterRanger |
Posted - May 16 2007 : 12:27:15 PM " It also add semicolon after class brace...which is not needed"
This is happening for me as well in C#. How do I fix it? |
feline |
Posted - Jan 02 2007 : 09:42:46 AM what language are you working in? The semi-colon after class {} is required in C++. I know this since I get compiler errors when I forget to add it, or somehow loose it. |
Riscy |
Posted - Jan 01 2007 : 05:13:21 AM It also add semicolon after class brace...which is not needed. Please take it out on next release. |
feline |
Posted - Dec 14 2006 : 3:02:05 PM I am not actually sure to be honest. I have noticed the same thing. For now try adding an autotext entry for enum, then you can specify your own formatting and the final semi colon.
http://www.wholetomato.com/products/features/autotext.asp
case=4109 |