1. WEE Wish List
- Posted by dcuny Jan 22, 2015
- 1535 views
In an effort to be concise, I figured I'd start a new thread on this.
There are a lot of things that I'd like to see in WEE, but my top items are:
- "Save As" should display the new file name in the tab. Even though the the window title bar shows the name of the file, it would be nice to have it show up in the tab as well. Plus, multiple tabs called "New File" gets confusing.
- "Find" should remember what the last item it searched for was. Especially helpful when using F3.
Thanks!
- David
2. Re: WEE Wish List
- Posted by PeteE Jan 25, 2015
- 1468 views
Sorry for the late reply, I didn't get a chance to tackle this until today.
1. The tab name not updating was a bug due to unfinished refactoring the code into platform specific parts. The refactoring is mostly done now, so things should be all set to start working on a Linux version.
2. The find dialog saves the search phrase for next time. Should the replace phrase get saved too?
I also fixed a bug that was preventing the parser from properly scanning include statements within an ifdef.
Edit- Oh and the "too many open files" crash was due to never closing the "ex.err" file handle! Haha, fixed.
Download version 0.11 here
3. Re: WEE Wish List
- Posted by dcuny Jan 25, 2015
- 1442 views
Hurrah!
Since this request is done, I'll put new requests (the will be coming) in a new thread, per forum guidelines.
Thanks!
- David