exodius Posted May 11, 2006 Posted May 11, 2006 Is there a way to setup a shortcut key to toggle a current fold in SciTE?
Moderators big_daddy Posted May 11, 2006 Moderators Posted May 11, 2006 Is there a way to setup a shortcut key to toggle a current fold in SciTE?Ctrl+Keypad*
exodius Posted May 11, 2006 Author Posted May 11, 2006 Sweet.. I had to make a shortcut with HotKeySet because I'm on a laptop, but that's what I was looking for. Thanks.
CyberSlug Posted May 11, 2006 Posted May 11, 2006 On a laptop it might be something like Fn+Ctrl+p Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Bert Posted May 11, 2006 Posted May 11, 2006 You can use the tool bar that was made for SciTE, and add the control as a button if you like. You can find the link to it in my signature. The Vollatran project My blog: http://www.vollysinterestingshit.com/
Developers Jos Posted May 11, 2006 Developers Posted May 11, 2006 Add this to SciTEUser.properties to make the shortcut for Fold-Toggle: Ctrl+Shift+F: user.shortcuts=\ Ctrl+Shift+V|IDM_PASTEANDDOWN|\ Ctrl+PageUp|IDM_PREVFILE|\ Ctrl+PageDown|IDM_NEXTFILE|\ KeypadPlus|IDM_EXPAND|\ KeypadMinus|IDM_BLOCK_COMMENT|\ Ctrl+F1|IDM_HELP_SCITE|\ Ctrl+Shift+F|IDM_TOGGLE_FOLDRECURSIVE| SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
exodius Posted May 11, 2006 Author Posted May 11, 2006 Awesome JdeB.. Thanks for all the replies everybody.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now