Quote Originally Posted by Usability View Post
And another thing...
Does it work on your machine with a variable width font? Here, unless I go for the default fixed with font, selecting part of a line causes corruption of the text. For example, choose a proportional font, and select a the word in the middle of a line and let me know if the line is still readable for you.
Support for variable width font has at last been brought (available in the SVN...)

Quote Originally Posted by Usability
The language I am creating is not case sensitive, i.e. Begin, BEGIN, begin, bEGIN etc are all keywords, indeed all the same keyword.
Is there some tag I can insert into a .qnfa file to instruct it do case insensitive comparisons?
Done. A new attribute has been added : caseSensitive. It is supported by all tags (except, obviously, by the <embed> one). All element that do not set it inherit the value of their parent and the default value of the root element is "true".BTW, as all boolean attributes it can be set indifferently using "true", "false", "enabled", "disabled", "0" or "1"

Quote Originally Posted by croftj
It would be nice if you added the ability to do column based selections with copy/cut and paste like Brief (long long time ago) or CRiSP or SlickEdit (more contemporary).
I'm thinking about it. I admit it would be extremely nice to have but it's not that easy to implement...