File tree Expand file tree Collapse file tree 11 files changed +16
-16
lines changed
java/com/jpaulmorrison/graphics Expand file tree Collapse file tree 11 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ apply plugin: 'java-library'
2626
2727}
2828
29- version = ' 2.20.12 '
29+ version = ' 2.20.13 '
3030
3131group = ' com.jpaulmorrison'
3232
@@ -135,7 +135,7 @@ description = "Create default maven directory structure"
135135 groupId = ' com.jpaulmorrison'
136136 artifactId = ' drawfbp'
137137
138- version = ' 2.20.12 '
138+ version = ' 2.20.13 '
139139 from components. java
140140
141141
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ <h1>Comparing Diagrams</h1>
2121select another diagram file to compare against, using the FileChooser dialog. </ p >
2222< p > For certain types of mismatch, a separate frame will apear with more information - this will
2323disappear, along with the
24- mismatch indicators (see below), when you select "Diagram/Clear Compare Indicators".
24+ mismatch indicators (see below), when you select "Diagram/Clear Visible Indicators".
2525< p > When you have selected one, you will see the current diagram with a number of blocks and/or arrows marked with letter codes in circles.
2626</ p >
2727< p > The letter codes are as follows:
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ <h1>Diagram</h1>
2222 < li style ="color: rgb(0, 153, 0); "> "New Block"</ li >
2323 < li style ="color: rgb(0, 153, 0); "> "Create Image"</ li >
2424 < li style ="color: rgb(0, 153, 0); "> "Compare Diagrams"</ li >
25- < li style ="color: rgb(0, 153, 0); "> "Clear Compare Indicators"</ li >
25+ < li style ="color: rgb(0, 153, 0); "> "Clear Visible Indicators"</ li >
2626 < li style ="color: rgb(0, 153, 0); "> "Block-related Actions"</ li >
2727 < li style ="color: rgb(0, 153, 0); "> "Arrow-related Actions"</ li >
2828 </ ul >
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ case "`uname`" in
8080 ;;
8181esac
8282
83- CLASSPATH=$APP_HOME /lib/drawfbp-2.20.12 .jar:$APP_HOME /lib/javaGeom-0.11.1.jar:$APP_HOME /lib/javahelp-2.0.05.jar
83+ CLASSPATH=$APP_HOME /lib/drawfbp-2.20.13 .jar:$APP_HOME /lib/javaGeom-0.11.1.jar:$APP_HOME /lib/javahelp-2.0.05.jar
8484
8585
8686# Determine the Java command to use to start the JVM.
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ set CMD_LINE_ARGS=%*
8282:execute
8383@ rem Setup the command line
8484
85- set CLASSPATH = %APP_HOME% \lib\drawfbp-2.20.12 .jar;%APP_HOME% \lib\javaGeom-0.11.1.jar;%APP_HOME% \lib\javahelp-2.0.05.jar
85+ set CLASSPATH = %APP_HOME% \lib\drawfbp-2.20.13 .jar;%APP_HOME% \lib\javaGeom-0.11.1.jar;%APP_HOME% \lib\javahelp-2.0.05.jar
8686
8787
8888@ rem Execute drawfbp
Original file line number Diff line number Diff line change 11Manifest-Version : 1.0
22Implementation-Title : DrawFBP
3- Implementation-Version : 2.20.12
3+ Implementation-Version : 2.20.13
44Class-Path : javaGeom-0.11.1.jar javahelp-2.0.05.jar
55Main-Class : com.jpaulmorrison.graphics.DrawFBP
66
Original file line number Diff line number Diff line change 11-Xdoclint:none
22-classpath 'C:\\Users\\Paul\\Documents\\GitHub\\drawfbp\\build\\classes\\java\\main;C:\\Users\\Paul\\Documents\\GitHub\\drawfbp\\build\\resources\\main;C:\\Users\\Paul\\.gradle\\caches\\modules-2\\files-2.1\\math.geom2d\\javaGeom\\0.11.1\\5951b33da14e56c9e2b1f741b9ba3531401393b6\\javaGeom-0.11.1.jar;C:\\Users\\Paul\\.gradle\\caches\\modules-2\\files-2.1\\javax.help\\javahelp\\2.0.05\\ca70822c47a67fc3a11670270567c2d01566dae1\\javahelp-2.0.05.jar'
33-d 'C:\\Users\\Paul\\Documents\\GitHub\\drawfbp\\build\\docs\\javadoc'
4- -doctitle 'drawfbp 2.20.12 API'
4+ -doctitle 'drawfbp 2.20.13 API'
55-notimestamp
66-quiet
7- -windowtitle 'drawfbp 2.20.12 API'
7+ -windowtitle 'drawfbp 2.20.13 API'
88'C:\\Users\\Paul\\Documents\\GitHub\\drawfbp\\src\\main\\java\\com\\jpaulmorrison\\graphics\\AInPort.java'
99'C:\\Users\\Paul\\Documents\\GitHub\\drawfbp\\src\\main\\java\\com\\jpaulmorrison\\graphics\\AOutPort.java'
1010'C:\\Users\\Paul\\Documents\\GitHub\\drawfbp\\src\\main\\java\\com\\jpaulmorrison\\graphics\\Arrow.java'
Original file line number Diff line number Diff line change @@ -1072,7 +1072,7 @@ public JMenuBar createMenuBar() {
10721072 menuItem = new JMenuItem ("Compare Diagrams" );
10731073 editMenu .add (menuItem );
10741074 menuItem .addActionListener (this );
1075- menuItem = new JMenuItem ("Clear Compare Indicators" );
1075+ menuItem = new JMenuItem ("Clear Visible Indicators" );
10761076 editMenu .add (menuItem );
10771077 menuItem .addActionListener (this );
10781078 editMenu .addSeparator ();
@@ -1423,7 +1423,7 @@ public void actionPerformed(ActionEvent e) {
14231423 return ;
14241424 }
14251425
1426- if (s .equals ("Clear Compare Indicators" )) {
1426+ if (s .equals ("Clear Visible Indicators" )) {
14271427
14281428 for (Block bl : curDiag .blocks .values ()) {
14291429 bl .compareFlag = null ;
@@ -4103,7 +4103,7 @@ void compare(int tabNo) {
41034103 for (Block ob : oldDiag .blocks .values ()) {
41044104 if (ob .compareFlag == null ) {
41054105 ob .compareFlag = "O" ;
4106- String ce = new String ("Block with name '" + driver .cleanDesc (ob , false ) + "' omitted from other diagram\n \n " );
4106+ String ce = new String ("Block with name '" + driver .cleanDesc (ob , false ) + "' omitted from this diagram\n \n " );
41074107
41084108 mismatches .add (ce );
41094109 }
Original file line number Diff line number Diff line change 55
66public final class VersionAndTimestamp {
77
8- static String version = "2.20.12 " ;
8+ static String version = "2.20.13 " ;
99
1010
11- static String date = "Sept. 28 , 2020" ;
11+ static String date = "Oct. 16 , 2020" ;
1212
1313
1414 static String getVersion () {
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ <h1>Comparing Diagrams</h1>
2121select another diagram file to compare against, using the FileChooser dialog. </ p >
2222< p > For certain types of mismatch, a separate frame will apear with more information - this will
2323disappear, along with the
24- mismatch indicators (see below), when you select "Diagram/Clear Compare Indicators".
24+ mismatch indicators (see below), when you select "Diagram/Clear Visible Indicators".
2525< p > When you have selected one, you will see the current diagram with a number of blocks and/or arrows marked with letter codes in circles.
2626</ p >
2727< p > The letter codes are as follows:
You can’t perform that action at this time.
0 commit comments