Lasse has released new version of TBCEditor.

Lasse has released new version of TBCEditor.

Lately he has been included pretty good optimizations also. For some cases it's faster than SynEdit (With big file, keep in mind that SynEdit has "native" pascal code highlighters and TBCEdit has dynamic highlighting)

If you have need for syntax highlighting or already use one, you really should check this out. And I think it would be good choice even if you do not need highlighting at all.

https://github.com/bonecode/TBCEditor/releases/tag/v1.7.0

PS. not my project ;)
https://github.com/bonecode/TBCEditor/releases/tag/v1.7.0

Comments

  1. It depends how you read it, I understand it as promise of changes. If something is not good enough, it will be fixed.

    ReplyDelete
  2. [bonecode/TBCEditor] v1.8.0

    - Added possibility to toggle bookmarks also with Ctrl + F2, go to next F2, go to previous Shift + F2
    - Added FoldAllByLevel and UnfoldAllByLevel procedures
    - Added UnknownChars property
    - Fixed caret after line
    - Fixed GetDisplayLineNumber
    - Fixed FoldAll procedures.
    - Fixed search
    - Fixed tabulator painting
    - Fixed word wrap
    - Refactored code folding hint indicator
    - Refactored left margin bookmarks and marks

    ReplyDelete
  3. v1.8.2
    Fixed left margin
    Fixed collapse mark painting
    Fixed design-time painting
    Fixed word wrap
    Fixed bookmarks

    ReplyDelete

Post a Comment