Jump to content

Collapsing #regions


Recommended Posts

  • Developers

Expand or contract a fold point. Ctrl+Keypad*

For a single fold tree.. not sure if there is one for all...

:D

Edited by Jos

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.
  :)

Link to comment
Share on other sites

Thank you so much for the replies you two. That was exactly what I was looking for. I am a little dismayed that folding a single region requires the use of a numpad key... I am using a laptop and it is effectively inaccessible. (the numlocked keys are multiplexed with the qwerty keys)

Does Scite have a configuration file to change the keyboard shortcut to fold a single region?

Link to comment
Share on other sites

  • Developers

You can define shortcuts by specifying them in your User properties. something like this will set Ctrl+Shift+F as the toggle shortcut for folds:

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.
  :)

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...