Re: Iup Testsetup Win32
- Posted by ghaberek (admin) Dec 18, 2015
- 2353 views
The editor could do with being drag and drop, and having a run with command line arguments option too.
Opening files via the command line was added in a recent commit on BitBucket. Drag-and-drop will be coming soon. I think I can get that in before the next release.
It would be useful to have iup docs in there, but am having difficulty finding some at the moment (realise that are no EUiup docs as yet)
Was Tom working on IUP docs? I haven't seen them yet. Once we have docs we can make them part of the release and put in a Help menu option.
We could bake the docs right into the repo. A BitBucket wiki is part of the project itself.
hg clone https://bitbucket.org/ghaberek/editor/wiki
My idea was to generate the docs from the source code Doxygen markup and then commit them to the wiki. I am open to suggestions on this.
-Greg