Search found 2 matches

by Commodore64
Sun Oct 07, 2007 8:51 am
Forum: Development
Topic: The future of TeXnicCenter
Replies: 24
Views: 111558

The future of TeXnicCenter

May I suggest you to give a look to the Code::Blocks IDE for C++ ( http://www.codeblocks.org )?
It is written in C++ with wxWidgets; it is a very modular IDE (functionalities are provided by plugins); its editing component is based on Scintilla (and thus it can already highlight LaTeX files). And of ...
by Commodore64
Sat Feb 03, 2007 6:28 pm
Forum: Feature Suggestions
Topic: Word Wrap
Replies: 12
Views: 38285

Re: Word Wrap

If I'm not wrong, the feature you are asking is called hard wrap. In contrast, soft wrap is the TeXnicCenter mode, where text is wrapped without newline characters being inserted.

I have a suggestion concerning soft wrap (the way I mean it). I suggest to preserve indentation when a line is wrapped ...