Skip to content

Releases: jpaulm/drawfbp

Changed "component" to "process" in many areas

07 Apr 15:25
Compare
Choose a tag to compare

Also did some restructuring
Automatic fill-in of OUT and IN in wrong place!
Enabled visible/invisible toggle for legend blocks

Minor fix to block boundaries

05 Apr 18:45
Compare
Choose a tag to compare
v2.10.18

Minor fix to block boundary

Still another minor fix

04 Apr 19:09
Compare
Choose a tag to compare

Hopefully I've found the IN/OUT bug!

Minor fixes

03 Apr 15:01
Compare
Choose a tag to compare

Automatic fill of IN and OUT port names

Make some other popups fit within main frame

02 Apr 19:32
Compare
Choose a tag to compare
v2.10.15

Update version no. in Readme

Align lower boundary of FileChooser with main frame

31 Mar 23:42
Compare
Choose a tag to compare
v2.10.14

Align lower boundary of FileCooser with main frame; fix some colourin…

Force default port names: IN and OUT

30 Mar 02:11
Compare
Choose a tag to compare
v2.10.13

Correcting version no. for gradle

Correct bug in generating JavaFBP network

29 Feb 01:26
Compare
Choose a tag to compare
v2.10.12

Previous bug not fixed properly!

Add arbitrary string as "source code" of (JSON) block

29 Aug 15:20
Compare
Choose a tag to compare

An arbitrary string can now be specified as "source code" of a block. This will mostly be used when building JSON networks. If a #-sign is entered instead, DrawFBP will bring up the File Chooser function.

Run arbitrary command using JSON file generated from diagram

11 Aug 15:57
Compare
Choose a tag to compare

DrawFBP can generate network definitions in the following formats: JavaFBP, C#FBP, and JSON format, as well as free-form .fbp notation. The new function, invoked by File/Run Command allows the user to build a command using any arbitrary string, followed by the file location of the JSON file generated from a DrawFBP diagram.