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
 Suppress removal of space from function pointers
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Myria
New Member

USA
9 Posts

Posted - Dec 21 2016 :  3:42:17 PM  Show Profile  Reply with Quote
When I type this:

void (*meow)() = nullptr;

it automatically gets replaced to this:

void(*meow)() = nullptr;

It'd be nice to be able to suppress this behavior, but I think that it's part of Visual Studio itself, not Visual Assist.

ChrisG
Whole Tomato Software

USA
299 Posts

Posted - Dec 22 2016 :  1:56:31 PM  Show Profile  Reply with Quote
Yes, that's Visual Studio formatting at work in this case.

My advice would be to browse the (Visual Studio Options | Text Editor | C/C++ | Formatting | Spacing) menu and make some tweaks there.
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