StarChart-Labs / corona-ide

A exploratory project to build a lighter, simpler Java IDE - or learn trying!
Eclipse Public License 1.0
3 stars 1 forks source link

Menubar UI #51

Closed nickavv closed 7 years ago

nickavv commented 7 years ago

Added a menu bar which contains File > Create Project, File > Quit, and Help > About And they all work!

Also new icon new lease on life

codecov[bot] commented 7 years ago

Codecov Report

Merging #51 into master will decrease coverage by 4.97%. The diff coverage is 20.75%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master     #51      +/-   ##
===========================================
- Coverage     86.47%   81.5%   -4.98%     
- Complexity      115     122       +7     
===========================================
  Files            22      23       +1     
  Lines           392     438      +46     
  Branches         32      32              
===========================================
+ Hits            339     357      +18     
- Misses           41      68      +27     
- Partials         12      13       +1
Impacted Files Coverage Δ Complexity Δ
...de-main/src/main/java/com/coronaide/main/Main.java 0% <0%> (ø) 0 <0> (ø) :arrow_down:
...coronaide/ui/controller/AboutDialogController.java 0% <0%> (ø) 0 <0> (?)
...va/com/coronaide/ui/controller/MainController.java 34.69% <20%> (-65.31%) 4 <2> (+2)
...ain/java/com/coronaide/ui/CoronaUIApplication.java 87.5% <60%> (+87.5%) 5 <2> (+5) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1137a4f...a470747. Read the comment docs.