Project name and homepage: NetBeans IDE
Assignment
Add s simple calculator to NetBeans IDE
I would like to add command into NetBeans IDE (https://netbeans.org/). The clalculator will be shown on the main bar for quick evaluation expressions like:
“R=5;(4/3)*Math.PI*Math.pow(R,3)” = 523.59 “Math.sin(Math.PI/4)” = 0.71
and so on
I think this featrure may be useful for developers.
Links documenting the results of my work
- Presentation 1
- Presentation 2
- Published plugin on netbeans.org
- Repository
- My communication with developers