Author Topic: SlickEdit 2015 (v20.0.3) - Now Available  (Read 3740 times)

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6934
  • Hero Points: 531
SlickEdit 2015 (v20.0.3) - Now Available
« on: May 26, 2016, 05:46:47 PM »
SlickEdit 2015 (v20.0.3)

Fixes, Features, and Enhancements in SlickEdit 2015 (v20.0.3)
  • Language Support
    • Fix for problem where SystemVerilog and Verilog could keep switching the indent policy back to "Indent with tabs" when files were opened.
    • Fix for problem where SystemVerilog and Verilog could keep switching the indent policy back to "Indent with tabs" when files were opened.
       
  • Tagging
    • Fix for hang in SQL tagging. Fix for other related potential hangs in Swift, Modula-2, and Fortran tagging, all of which use SLEX to generate parsers.
    • Fix for Slick-C stack when MaybeBuildTagFile() gets recursively triggerred.
    • Try to pick up correct headers for Visual Studio 2015.
    • Fix for bug where push-tag would not eliminate duplicate functions when the apparent class name mismatched slightly on account of mismatched path separators.
       
  • Find and Replace
    • Fix for non-regex Utf-8 search in reverse doesn't find match
    • Fix for using "Preview All" in Replace/Replace in Files. "Save All" in Preview dialog now correctly truncates files that got shorter due to a multi-line search and replace deleting lines.
    • Fix for incorrect replace count message when use command line "c" or "replace" command.
       
  • DIFFzilla
    • Fix for bug that would switch into hex mode during Multi-File Diff.
    • Fix for crash caused by diffing markdown color coded files. Crash would occur later and not in diff (easy to reproduce).
       
  • General
    • Fix for display performance issue having to do with propertional font/Unicode files. Easy to reproduce with soft wrap on in a large file.
    • Fix for bug in parenthesis matching where the editor was setting a timeout, even though 'find-matching-paren' was called manually.
    • Fix for using up/down buttons in Files of Type options dialog
    • Fix for issue where setting Auto Save directory to a directory which contains double quotes would cause a Slick-C stack at start up.
    • Fix for multiple selections being adjusted incorrectly after invoking a filter selection command like upcase-selection or lowcase-selection
    • When word complete callbacks for auto complete are called, need to make sure words are not left selected.
    • Fix for bug in GUID generator combo box where changing the combo box selection didn't change the GUID format
    • Fix for error handling of save-as for an untitled buffer. If you got access denied when doing save-as for an untitled buffer, no error message was displayed and the buffer name was changed
      to the current directory path without filename.
    • Cleaned up captions for importing/exporting options to be much less confusing
    • Configuring vertical center scrolling with smooth horizontal scrolling was broken (very uncommon combination).