OpenCDSS / cdss-app-tstool-main

Colorado's Decision Support Systems (CDSS) TSTool application main program
GNU General Public License v3.0
1 stars 1 forks source link

Auto indent when adding a command inside an indented block #248

Closed smalers closed 1 year ago

smalers commented 1 year ago

Subject of the issue

TSTool 14.6.0 enables command indentation, for example when used inside an If or For block. Currently, new commands are not automatically indented within a block. Need to implement this feature so that users don't have to indent after adding the command.

Environment

TSTool 14.6.0.

smalers commented 1 year ago

I added functionality to automatically increase or decrease the indent based on whether in an If or For block. I did not figure out how to fully handle indent with # comments and added issue #249 to track additional work. These features will be in TSTool version 14.6.0. Close this issue.