eclipse / shellwax

Shell script editor plugin for Eclipse
https://marketplace.eclipse.org/content/shellwax
Eclipse Public License 2.0
17 stars 12 forks source link

Outline pane features request #44

Closed amurashkin17 closed 2 years ago

amurashkin17 commented 4 years ago

The more functions and variables in the source code, the more difficult is to use the outline pane. It would be nice if it is possible to

akurtakov commented 2 years ago

The more functions and variables in the source code, the more difficult is to use the outline pane. It would be nice if it is possible to

* display the outline with folded functions (hidden variables)

Done

* sort the outline by name, by order in the source, etc

Sort alphabetically is there now

* display full assignment text, not just the variable name

I'm not sure that's wanted as it may become very long line that don't fit in the outline regular sizes

* display variable usage (not just assignment)

This is definetely not smth for outline view as variable can be used tens of times

* group/fold variables (so each variable is displayed like a subfolder)

I'm not sure what would variable shown as subfolder buy here.

Closing as the actionable items are progressed. Please open dedicated issues if you would like to see smth extra changed so it can be discussed without mixing with other concepts.