- Removed redundant functionality StrCmp, StrCmpI, StrEql, StrElqI, InStr, InStrI.
- Removed ReplaceI and String.ReplaceI. Replaced with parametrized versions.
- Fixed IDE "save as" tab naming functionality.
- Fixed non-recoverable IDE error when attempting to save read-only files.
- Resolved functionality conflicts in library code and fixed "For terminator not found error".
- Corrected reversed CaseSensitivity parameter of IndexOf function.
- Replaced form and query variable parsing methods. Added new Query namespace.
- Replaced entire CGI parsing library with custom functionality. Stability was in question.
|