Search found 2 matches

by rustamabd
Sun May 11, 2008 8:35 pm
Forum: Development
Topic: The future of TeXnicCenter
Replies: 24
Views: 109585

Re: The future of TeXnicCenter

I'm against rewriting TXC in anything other than C++. Anything else is going to be slower, and it does make a difference when you use an ultra-portable. I can type in TXC for 8 hours straight, and with Eclipse my battery runs out in 4 hours! Qt-based editor already exists and is also rather slow ...
by rustamabd
Sun May 11, 2008 8:04 pm
Forum: Development
Topic: Problems with Undo
Replies: 0
Views: 30480

Problems with Undo

The Undo command works rather inadequately for me. It groups typing across cursor movements, which it shouldn't do. For example, if I type this line:

a sample text.

Then I press Home and type \verb' ' around the 'a' :

\verb'a' sample text.

Now I decide to undo the \verb thing, so I press ...