I've added the variables to the right-click 'autocomplete' menu now. It's not perfect and will pick up variables in strings and comments too but it's better than nothing.mmbecker wrote:But I miss one thing: A list of all the variables I use in a script would be great.

I looked into adding this, but it is a lot more fiddly than it sounds, and given the user can just do a quick 'Save As' and then delete the old file, I decided it wasn't worth it in the end. Sorry.Litcube wrote:Suggestion: under the file menu: Rename Script.

Well spotted. I've hopefully fixed both problems now. Note that if you have all the calling scripts open, then it will still ask you if you want to open them, but at least now it won't actually do anything and the count should be correct.s9ilent wrote:Find calling scripts:
1. When using this, it can count the same script several times (if it is called several times in the script). So it could probably be optimized if you make it stop after the first success. (It will also prevent the count being incorrect). This also causes the script to be opened multiple times if you say yes to open all calling scripts.
2. It does not count scripts that are already open
I've added the first suggestion - there's now an option to switch it off in the Options. This disables both the periodic 'Script has been changed since loading' warning and also the warning when you want to save it. There was also another related bug here which I fixed where the script would ask to update every time it was saved.s9ilent wrote:Suggestion
Make it possible to turn off: File "<script location>" has changed since it was last loaded - do you want to overwrite it?
Regions? (Like in visual studio, the ability to collapse regions of code)
As for regions, it's a good idea, but unlikely to be implemented any time soon as it would be rather complicated. Maybe someday when I'm bored and have lots of time...

Sorry about this one - it seems that certain special characters in some languages (Czech, Polish) were somehow being ignored/replaced during the syntax highlighting, which meant they weren't being recognised properly.RavenDP2 wrote:Any support for Czech code page? Langfile 42

Anyway, the latest version - V1.2.34 - can be found here as usual.