mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-29 16:01:19 -04:00
added possibility to open a circuit from the command line
This commit is contained in:
parent
42ff6cc424
commit
1942749fa9
@ -1,5 +1,8 @@
|
|||||||
Release Notes
|
Release Notes
|
||||||
|
|
||||||
|
planed as v0.12
|
||||||
|
- added the possibility to open a circuit from the command line
|
||||||
|
|
||||||
v0.11, released on 20. Apr 2017
|
v0.11, released on 20. Apr 2017
|
||||||
- Added floating gate FETs.
|
- Added floating gate FETs.
|
||||||
- Better detecting of missing signals in test cases.
|
- Better detecting of missing signals in test cases.
|
||||||
|
|||||||
@ -1229,7 +1229,8 @@ public final class Main extends JFrame implements ClosingWindowListener.ConfirmS
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* If called most file actions are denied
|
* If called, most file actions are denied
|
||||||
|
*
|
||||||
* @return this for chained calls
|
* @return this for chained calls
|
||||||
*/
|
*/
|
||||||
public MainBuilder denyMostFileActions() {
|
public MainBuilder denyMostFileActions() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user