Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.6.0 #27

Merged
merged 34 commits into from
Jan 18, 2021
Merged

Release 2.6.0 #27

merged 34 commits into from
Jan 18, 2021

Conversation

mark-wiemer
Copy link
Member

@mark-wiemer mark-wiemer commented Jan 18, 2021

Closes #11.

Changes proposed in this pull request:

Features

  • Add Open Help command
  • Add Run Selection command
  • Add foldable region comments

Fixes

  • Improve formatting for using ExitApp to end subroutines
  • Fix function coloring for functions whose names were also keywords (#11)
  • Fix function coloring for calls with a space before the parentheses (e.g. foo ())
  • Fix detection of labels indented with a tab
  • Remove confusing deprecation warning from StrSplit function
  • Remove variables from outline

Replace "ISSUE" and "CHANGE" above with your values.

Do not edit below:

Notifying @mark-wiemer

mark-wiemer and others added 30 commits December 13, 2020 11:34
slevesque is really the original author
Miscellaneous improvements
/* ;region
No identation required to allow
block comments to be folded.
*/ ;endregion
@mark-wiemer mark-wiemer merged commit 37074f8 into master Jan 18, 2021
@mark-wiemer mark-wiemer deleted the v-2.6.0 branch January 18, 2021 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Some functions are not being colored properly.
4 participants