This App is No Longer Maintained. Visit the Replacement at StrokesPlus.net

StrokesPlus Forum
                       
StrokesPlus Forum
Home | Profile | Active Topics
Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Feature Updates
 Completed Requests
 [COMPLETE] Script field limitations
 Forum Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

breakcore

Russia
74 Posts

Posted - 12/05/2012 :  15:43:45  Show Profile
Hey, Rob!

I've noticed that the script field has a horizontal limit after which you can't see the code. Can this be fixed? Can you also reduce script field font size (or even make it user defined )? I spend ~1 hour every day writing scripts and it's not comfortable to constantly scroll through the code left and right.
Thank you.

Rob

USA
2615 Posts

Posted - 12/05/2012 :  16:34:42  Show Profile  Visit Rob's Homepage
You are aware that whitespace is ignored, right? You're allowed to hit the Enter key

I'll look into a customizable font size, just haven't got around to it yet
Go to Top of Page

Rob

USA
2615 Posts

Posted - 12/05/2012 :  16:44:06  Show Profile  Visit Rob's Homepage
Also, it appears the editor has support for Ctrl+Wheel Scroll built-in to increase/decrease text size. Though it would be lost next time you opened the Settings window. I'll probably just have the size remembered instead of adding more UI elements to Preferences (and becuase it's much easier/faster).
Go to Top of Page

Rob

USA
2615 Posts

Posted - 12/05/2012 :  17:40:07  Show Profile  Visit Rob's Homepage
Added in 2.4.4.

If you Ctrl+ / Ctrl- or Ctrl+MouseWheel in any of the three Lua editors (Actions, Hotkeys, Global Lua), their zoom factor will be remembered (if you click OK or Apply)
Go to Top of Page

breakcore

Russia
74 Posts

Posted - 12/05/2012 :  17:46:04  Show Profile
quote:
Originally posted by Rob

You are aware that whitespace is ignored, right? You're allowed to hit the Enter key


no, I didn't knew that,
however, this doesn't seem to work with command-line parameters used in acRunProgram.
Now I use this way:
part1="long command part1"
part2="long command part2"
part3="long command part3"
acRunProgram(program,'part1..part2..part3',"",0)
May be there is also a special lua sintax for line breaks?

quote:
Also, it appears the editor has support for Ctrl+Wheel Scroll built-in to increase/decrease text size. Though it would be lost next time you opened the Settings window. I'll probably just have the size remembered instead of adding more UI elements to Preferences (and becuase it's much easier/faster).

Yes!

Edited by - breakcore on 12/05/2012 17:53:46
Go to Top of Page

breakcore

Russia
74 Posts

Posted - 12/05/2012 :  17:47:21  Show Profile
quote:
Originally posted by Rob

Added in 2.4.4.

If you Ctrl+ / Ctrl- or Ctrl+MouseWheel in any of the three Lua editors (Actions, Hotkeys, Global Lua), their zoom factor will be remembered (if you click OK or Apply)


Fast as always, Thank you!!!
Go to Top of Page
  Previous Topic Topic Next Topic  
 Forum Locked
 Printer Friendly
Jump To:
StrokesPlus Forum © 2011-2018 Rob Yapchanyk Go To Top Of Page
Snitz Forums 2000