4

I am a Windows user and using TeXnicCenter now. But I want to change to another one because TeXnicCenter does not provide us with a code block folding.

The new editor I want to use:

  • runs on Windows.
  • provides me with a code block folding.
  • provides me with one click button to do "latex->dvips->ps2pdf".

Other optional things I need:

  • Support Subversion.
  • Free of charge.
  • Support syntax highlighting.
giordano
  • 8,486
Display Name
  • 46,933

3 Answers3

4

I refer you to this list.

I would also like to point out that emacs+auctex can do code folding. First turn on code folding mode: C-c C-o C-f. Then you can fold the current environment with C-c C-o C-e. You can also fold the current buffer, region, paragraph or macro by replacing the e in the previous command with b,r,p,m respectively.

I'm fairly confident AucTeX's C-c C-c is smart enough to handle your latex, dvips, ps2pdf combination. Although it does take a whole three keystrokes! (four if you have to save first). That said, I bet you'll find it quicker than using your mouse.

Seamus
  • 73,242
4

On Windows, Notepad++ has all that capabilities. You will find instructions on how to set up Notepad++ as an LaTeX IDE in this StackExchange message.

TeXmaker is another free editor that has all your requested features (and a lot more), except the SVN-integration. May be you can convince the author to put in that feature in the next version.

Sveinung
  • 20,355
1

Try the TeXstudio. I think it supports all you need without subversions (but I’m not sure …).

For you one click compiling you can define your own “quickbuild” command.

update: The feature list says, there’s SVN support

matth
  • 12,381
Tobi
  • 56,353
  • @xport: Hope you like it. Another nice feature is that you can create user macros and user commands even with Java Script, e. g. to easy access to often needed search and replace actions – Tobi Jun 04 '11 at 10:13
  • I regret I did not know there is an editor like this. I am figuring out how to configure QuickBuild now. – Display Name Jun 04 '11 at 10:28