Thing got a little confused .. I'll write a summary of issues and requests here:
1) jrossitter reported a crash, that I could reproduce. Should be fixed.
2) jrossiter reported slow performance when deleting text from the editor. I cannot reproduce this, but Ritesh has confirmed the issue and plans to solve this in BETA7
3) jrossitter requests that autocomplete should only be effective 'at the end of a word', that is if there is a <SPACE>, a TAB, a LINEBREAK or NOTHING after cursor position. Reasonable in my opinion, but not high priority here.
4) I request that backticks " `" (leading backticks at least) are stripped out from strings before looking up matches in the database. It would be elegant if a backtick was added at the end of the inserted string if it was stripped out at the beginning!
5) I request that TAG-file names are human readable. So that you have a chance to delete unused and corrupt files and only those.
6) I request the current 'rebuild TAGs' menuitem expanded to a menu 'group'
* rebuid TAGS (fast)
* rebuild TAGS from scratch (slow)
* REPAIR and VACUUM tag file (what ever SQLite allows for)
7) Finally there was a request (don't remember by whom) a few weeks ago that ALIAS'es should be supported. This is probably a tricky one, as an ALIAS only is valid inside a single statement. SQLyog will have to parse the complete statement for ALIASes when cursor is moved to another statement. Anything after an 'AS' followed by SPACE, TAB or LINEBREAK will have to be added to some temporary db (saved in memory only), and shall not be saved to disk when exiting! But this would 'kick'! For use with not-so-powerfull cumputers I think it should be an option!
