2024-10-17
Now editor can save and load DTRAM file properly
Shohei Yamagiwa committed 26 days ago
2024-10-16
Still buggy
Shohei Yamagiwa committed 27 days ago
2024-10-15
Fixed toOutputString method to save a geometry of all nodes
Shohei Yamagiwa committed 28 days ago
2024-10-11
Fixed toOutputString method to save a geometry of resource node.
Shohei Yamagiwa committed on 11 Oct
2024-10-10
Use isEmpty instead of size() > 0 and StringBuilder to concatenate texts.
Shohei Yamagiwa committed on 10 Oct
2024-10-09
Fixed that model / dtram file cannot be saved because of unnecessary checking of file extension
Shohei Yamagiwa committed on 9 Oct
Replaced doesMatchToKeyword() with Objects.equals()
Shohei Yamagiwa committed on 9 Oct
2024-10-08
Just changed an order of methods in ParserDTRAM.java
Shohei Yamagiwa committed on 8 Oct
Removed unnecessary exceptions and formatted some lines in ParserDTRAM.java
Shohei Yamagiwa committed on 8 Oct
Fixed typo in ParserDTRAM.java
Shohei Yamagiwa committed on 8 Oct
Cleaned up Parser.java and ParserDTRAM.java
Shohei Yamagiwa committed on 8 Oct
2024-10-07
Merge pull request #113 from nitta-lab/two-stage-modeling ...
Naoya Nitta committed on 7 Oct
Organized imports in SimulatorWindow.java
Shohei Yamagiwa committed on 7 Oct
Merge branch 'dynamicResourceCreation' into two-stage-modeling ...
Shohei Yamagiwa committed on 7 Oct
Merge pull request #112 from nitta-lab/interfaces ...
山際 祥平 committed on 7 Oct
2024-10-06
・モデルファイル中の JSON を Term ではなくて,JsonTerm として読み込めるように改良. ...
Naoya Nitta committed on 6 Oct
2024-10-03
Just sorted methods in Editor.java
Shohei Yamagiwa committed on 3 Oct
Cleaned up some codes in OpenAction.java
Shohei Yamagiwa committed on 3 Oct
・モデルファイル読み込み時に,init{} 内で model への ResourceHierarchy の登録をしていなかった. ...
Naoya Nitta committed on 3 Oct
モデルファイルで,init {} の直後に native キーワードが来る場合を想定していなかった.
Naoya Nitta committed on 3 Oct
2024-10-01
still buggy
Shohei Yamagiwa committed on 1 Oct
2024-09-30
Fixed the bug that constructed graph is collapsed after selecting PushPullSelectionStage again
Shohei Yamagiwa committed on 30 Sep
Just cleaned up some codes.
Shohei Yamagiwa committed on 30 Sep
Fixed the bug that mxGraph is not showing after open a model file.
Shohei Yamagiwa committed on 30 Sep
Remove layer logics
Shohei Yamagiwa committed on 30 Sep
Cleaned up codes in Editor.java
Shohei Yamagiwa committed on 30 Sep
Restored whole layer logics
Shohei Yamagiwa committed on 30 Sep
Started restoring layer logics
Shohei Yamagiwa committed on 30 Sep
2024-09-29
シミュレータ機能で,ウィジェットの位置やサイズを指定できるようにした.
Naoya Nitta committed on 29 Sep
Finished migration but still buggy
Shohei Yamagiwa committed on 29 Sep