Jump to content
Sign in to follow this  
Diego Simonini

Code Formatter and generics

Recommended Posts

Hi, given this configuration for spacing math operators

image.png.6bfc4fecf1ebbab000b8e5e741bf6730.png

 

sometimes the formatter formats generics declarations with spaces (especially in methods parameters)

image.thumb.png.e1cc0a257778781a4d19e782edb57057.png

 

using 1.3.18 build 3342

How to fix? Thanks

Share this post


Link to post

There are still some bugs with generics in the code formatter. You might get lucky and find that this particular bug has been fixed already in the current GExperts source code. To test this, follow the instructions to build your own DLL and replace the one that came with the installer. If it isn't, please file a bug report, make sure to include some minimal testing code.

You can even try to fix the problem yourself, you have got the source code after all.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  
×