Releases: axemonk/Spreadsheet-Formula
2.1.0
2.0.0
More collaboration and generous rebuilding (the latter being the main reason for the major version change).
- Fixed edge cases in strange column names.
- String wildcards can now be visibly escaped with tildes. When tildes are used to escape, they become operators.
- Unmatched end parentheses highlighting inside and outside of parentheticals.
- Unmatched end square and curly brackets only highlight outside of parentheticals. (and potentially inside in the future)
1.2.0
1.1.3
HOTFIX 2: I am dumb
- Removed
(test)
from syntax filename:
HOTFIX
Minor changes from last update:
Updated Regex to account for legal characters in sheet and table names that I overlooked:
a. Sheets:_
(any other non-alphabetical characters will wrap sheet names in apostrophes when used in formulas, making matching dead simple in those cases)
b. Tables:_
?
\
For consistency with table column ranges,
:
is now treated as an operator when used in A1 format cell ranges:
1.1.2
HOTFIX
Minor changes from last update:
Updated Regex to account for legal characters in sheet and table names that I overlooked:
a. Sheets:_
(any other non-alphabetical characters will wrap sheet names in apostrophes when used in formulas, making matching dead simple in those cases)
b. Tables:_
?
\
For consistency with table column ranges,
:
is now treated as an operator when used in A1 format cell ranges:
1.1.1
-
Updated Regex to account for legal characters in sheet and table names that I overlooked:
a. Sheets:_
(any other non-alphabetical characters will wrap sheet names in apostrophes when used in formulas, making matching dead simple in those cases)
b. Tables:_
?
\
-
For consistency with table column ranges,
:
is now treated as an operator when used in A1 format cell ranges:
1.1.0
- Reworked the scopes to be in line with convention.
- Match Regex is now leaner.
- Specified
version: 2
- Plugin is now named
Excel formula
Full Changelog: 1.0.1...1.1.0
Excel Syntax
Initial release.