Thomas Tempelmann
Thomas Tempelmann
This is more a FYI for those (like me) who seek a complete solution and stumble on this. It appears it only detect the mode where an app's window goes...
STR: Run the demo project, press Forward Delete key once, Undo -> ok. Further Undo operations should be disabled but instead keep inserting "z". Same for Redo at that point.
Sdef editor has trouble with some sdef files that use newer xml elements (see `man 5 sdef`). Worse, though, is that even if one edits a part of the sdef...
Running the standalone app on a Mac, I keep hitting command-W and similar shortcuts that, instead of being directed to the emulated target system, are received by the Mac app,...
See this generated code (by today's 0.8 /devel/ WebIDE), where we have an `m_entries` vector: ```cpp void apfs_t::node_t::_read() { ... m_entries = new std::vector(); m_entries->reserve(l_entries); for (int i = 0;...
I'm surprised this isn't in the list yet. I like to have some indicator that changes were since I last saved, or at least not be asked to save my...
Inserting the edited comments into the SQL is fairly easy. Simply edit 'output.xsl' for that. For sqlite, add the following lines before the line containing _``_: ``` xml /* */...
See this img as I see it in Safari / OS X:  This is how it looks initially. As you can see, no...
Fixed a common typo
Makes the .h file neat and tidy :)