View Single Post
Alienmario
Senior Member
Join Date: Aug 2013
Old 03-13-2020 , 09:10   Re: [RELEASE|SOURCE] BasicPawn - SourcePawn Editor
Reply With Quote #68

For the brackets, it's quite simple. For example
Code:
public void OnPluginStart()
{
	// comments and string literals bug this
	char a = 'a';
}
Remove method contents and position yourself on { or } and highlighting will start working.

I hope you can eventually find a way to fix the performance but it's fine if you don't. Just a little thing to put up with.

Some other ideas if you're open: customizable build shortcuts, shift+enter to create new line and jump to it, block comments, ability to show whole document in minimap.
Alienmario is offline