Difference between revisions of "User:Philipp"

m (working state: changed style)
(demo gui report)
Line 1: Line 1:
 
== project tasks ==
 
== project tasks ==
 
* support for [[Compiling EiffelStudio]] under Windows using also [[Automatic Build Scripts]]
 
* support for [[Compiling EiffelStudio]] under Windows using also [[Automatic Build Scripts]]
* code
+
* code -> currently gui
 
* keep wiki up to date
 
* keep wiki up to date
  
 
== working state ==
 
== working state ==
 
* I set up some rudimentary graphical user interface for the arguments.
 
* I set up some rudimentary graphical user interface for the arguments.
* I'm now trying to integrate it in a file menu or menu bar of EiffelStudio.
+
* I'm now trying to integrate it in a file menu or menu bar of EiffelStudio:<br/><ul><li>It is not so hard as I first thought. I looked at a new vision2 project and found out, that it is not that difficult to add a menu entry or a whole pulldown menu.</li><li>Most certain it is better not to add a whole menu list but only one entry, otherwise ES will be overloaded.</li></ul>
* I'll post my results here.
+

Revision as of 08:58, 3 May 2006

project tasks

working state

  • I set up some rudimentary graphical user interface for the arguments.
  • I'm now trying to integrate it in a file menu or menu bar of EiffelStudio:
    • It is not so hard as I first thought. I looked at a new vision2 project and found out, that it is not that difficult to add a menu entry or a whole pulldown menu.
    • Most certain it is better not to add a whole menu list but only one entry, otherwise ES will be overloaded.