Xojo Code Formatter - Written in XojoScript for IDE access

Is any fix out about the problem with script editor?
I have try anything with shortcuts change the name of script but still i get the same like @Paul Sondervan

[quote=288182:@Loannis Kolliageorgas]Is any fix out about the problem with script editor?
I have try anything with shortcuts change the name of script but still i get the same like @Paul Sondervan[/quote]

Yes, what winds up happening is that Format Code.xojo_script (or any script) appears in the file menu twice, once under the IDE Scripts menu and then again under the Open Recent menu. Thus the keyboard shortcut doesn’t know which menu entry to choose.

Thankfully, Apple gives us a way to handle this situation. Instead of just giving the script filename as the menu item to execute, you can give the full menu path. This fixes the problem fully. In my case, it looks like…

File->IDE Scripts->Format Code.xojo_script

Then all is well in the world :slight_smile:

BTW, Jeremy, did you check if the script still works in Arbed? If so, it would be nice if you pointed out that people could use Arbed to run the script on ALL their project’s or a module’s methods at once.