Tagged Questions
2
votes
2answers
129 views
Properly design a code editor application
I'm working on personal project which is basically a code editor. Imagine standard File menu with menu items New, Open, Save, Save As, Save All, Close, Close All.
I'm stuck with proper design. ...