Skip to content

v0.33.2

Compare
Choose a tag to compare
@borela borela released this 25 Aug 09:52
· 2481 commits to master since this release

General

  • Candyman:
    • Change arrays' color.
    • Add color for ambiguous types.

PHP7

  • Fix:
    • Bitwise operator.
    • Function "define" not being highlighted.
    • Expressions not being highlighted inside namespaces.

MQL4

  • Add completions and some built in functions.
  • Highlight:
    • Template arguments.
    • Structures.
    • "this" variable.
    • "new" statement.
    • "delete" statement.
    • "sizeof" statement.
    • Operator functions.
    • Special functions.
  • Enhance:
    • Function call.
    • Casting.
    • Member initialization.
    • Enumerations.
    • Classes.
    • Functions.
    • Return statement.
    • Type highlighting supports templates and pointers.
    • Multiple variable declaration in the same line.
  • Fix:
    • Bitwise operators.