Modify ↓
#2795 closed Bug (Fixed)
Syntax Highlighting in the forum still uses "old" Excel UDF syntax
| Reported by: | water | Owned by: | |
|---|---|---|---|
| Milestone: | Future Release | Component: | Documentation |
| Version: | 3.3.12.0 | Severity: | None |
| Keywords: | Cc: |
Description
Since 3.3.12.0 there is a new Excel UDF with new function names. The syntax highlighting in the forum still uses the old function names.
Example:
_ExcelBookClose() ; Excel UDF up to 3.3.8.1 - Is highlighted but shouldn't be
_Excel_BookClose() ; Excel UDF after 3.3.8.1 - Is not highlighted but should be
Attachments (0)
Note:
See TracTickets
for help on using tickets.

Guinness: "Basically Jon needs to just copy the GeSHi file in Extras on to the server."
Has been done.