Releases: albireo77/devflowcharter
Releases · albireo77/devflowcharter
devFlowcharter 11.6
devFlowcharter 11.0
11.0 [01-12-2024]
- Flowchart: enable keyboard shortcuts for inserting blocks. Now it's possible without use of context menu.
- Flowchart: fix Alt-A sequence not working correctly in text box
- Code Editor: fix scroll in view sometimes not working correctly when selecting flowchart elements
devFlowcharter 10.13
10.13 [28-11-2024]
- Code Editor: fix "division by 0" errors when indent length is 0
- Code Editor Help: more clear info that functions and dataytypes can be dragged to editor starting from their tab name
- Java: add AtomicInteger, AtomicLong, AtomicBoolean, LongAdder, DoubleAdder types to Java.xml
devFlowcharter 10.0
10.0 [26-04-2023]
- compiled with Delphi 11
- rewrite XML backend using OmniXMLUtils unit
- fix duplicated comments saved to XML file when flowcharts overlapped
- Editor: fixed hint font
- Editor: improve setting Modified status in various scenarios
- Language Definition File: add new placeholder to LibEntry element allowing to include type or function name
- minor optimizations and fixes
devFlowcharter 9.11
9.11 [20-04-2022]
- fix displaying for..do block on high DPI screens
devFlowcharter 9.0
9.0 [15.08.2021]
- fix access violation in for..do loop in some cases
- fix bugs in copy/cut with drag and drop when resize frame was enabled
- fixes for high DPI monitors (125%)
- reduce exe file size
devFlowcharter 8.12
8.12 [20.07.2021]
- compiled with Delphi 10.4.2
devFlowcharter 8.0
8.0 [22.03.2020]
- compiled with Delphi 10.3.3
- Flowchart: auto-resizable edit boxes in for..do block
- Java support: add java.util.regex.Pattern class
- Settings: add EditorRightEdgeColumn and EditorRightEdgeColor settings (at the moment not supported in UI)
- minor optimizations
devFlowcharter 7.21
7.21 [16.11.2019]
- Editor: fix displaying gutter on dark background
- Settings: add command example to Compiler command box hint
devFlowcharter 7.0
7.0 [25.11.2018]
- compiled with Delphi 10.3
- add possibility to save/load settings from ini file (check devFlowcharter.bat script)
- add possibility to set alternate directory to load language definition files (check devFlowcharter.bat script)
- Settings: add hint to language dropdown showing location of loaded language definition file
- translation: add possibility to translate hint of menu item
- Explorer: fix various issues when removing items from project tree
- Editor: fix selecting code block for selecting flowchart block (e.g. in Python)
- Editor: fix not setting/updating current line in various situations
- language definition file: add CaseOfFirstValueTemplate entry used in turning switch/case statement into sequence of if..else if statements