Skip to content

Releases: albireo77/devflowcharter

devFlowcharter 11.8

06 Jan 09:17
Compare
Choose a tag to compare

11.8 [06-01-2025]

  • Flowchart: fix comments in wrong position after inserting new block

devFlowcharter 11.7

28 Dec 23:05
Compare
Choose a tag to compare

11.7 [28-12-2024]

  • further improvements to look better on Windows 11

devFlowcharter 11.6

24 Dec 15:06
Compare
Choose a tag to compare

11.6 [24-12-2024]

  • set Ctl3D = False for text controls to have better look on Windows 11

devFlowcharter 11.0

01 Dec 16:10
Compare
Choose a tag to compare

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

28 Nov 17:42
Compare
Choose a tag to compare

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

26 Apr 16:31
Compare
Choose a tag to compare

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

20 Apr 17:35
Compare
Choose a tag to compare

9.11 [20-04-2022]

  • fix displaying for..do block on high DPI screens

devFlowcharter 9.0

15 Aug 08:44
Compare
Choose a tag to compare

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

20 Jul 17:42
Compare
Choose a tag to compare

8.12 [20.07.2021]

  • compiled with Delphi 10.4.2

devFlowcharter 8.0

22 Mar 16:54
Compare
Choose a tag to compare

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