Re: OpenEuphoria Visual Studio (EuGtk)
- Posted by SDPringle Sep 17, 2012
- 3686 views
One thing I wish I saw in most of my programs is dynamic automatic short-cut-key assignment. When ever I repeat a series of actions in the same order I would like to see a little short cut baloon popup telling me, hey you can do what you just did now with 'Cntrl+R'. So, whereas now, I may use several repeated pull-down menu actions to say re-encode some audio file, it could just give me a hot-key when it sees me doing something twice in a row. This means recording the events and seeing the longest repeating string and leaving all or some letters for dynamic short-cuts.
Another one is edit a variable name at its declaration and the editor could modify all instances in the same scope and only in the same scope.
Another is Editor assistance for coding standards: Let the editor indent the stuff for you. Let the coder just think about the stuff between the whitespace.
These ideas are public domain and not patentable because I published them here, right?
Shawn Pringle