GeneralFeedback for and bugs in TXC 2.0 Alpha 1 (build 1012)

General information and discussion about TeXnicCenter
Izmi
Posts: 28
Joined: Thu Feb 26, 2009 6:14 pm

Feedback for and bugs in TXC 2.0 Alpha 1 (build 1012)

Post by Izmi »

First of all, let me say: Thank you! TXC is great. I was very excited to see when I saw version 2.0 announced!

- Generally it works well.
- Look and feel is nice.
- Unicode support works nicely. Yeah! But maybe you could also offer a "change coding option" (as in Notepad++) and offer an option to save documents as UTF8 without BOM.
- No XeLaTeX profile for MikTeX.
- Font default to Lucida Console if available? - Huge readibility improvement!
- Have csquotes-package supported by default (should be very simple to add: left: "\enquote{", right: "}".)
- Toolbar for math symbols does not work (click on "equality" relation => nothing happens, tooltip is wrong as also in other cases)
- "Replace all" does not work
- Search/Search and replace cannot wrap around (if the end of the document is reached, it does not start at the start of the document again)
- If one does a search for a string and the compilation messages pane is shown, then then the hits of the search are not shown since compilation messages pane is covering the area.

...That's it for the moment. Keep up the good work!

I've tried it on Vista 32 and Win 7 64.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Sergiu
Posts: 63
Joined: Mon May 12, 2008 1:21 pm

Feedback for and bugs in TXC 2.0 Alpha 1 (build 1012)

Post by Sergiu »

Izmi wrote: Unicode support works nicely. Yeah! But maybe you could also offer a "change coding option" (as in Notepad++) and offer an option to save documents as UTF8 without BOM.
Already implemented: Use File, Save As...
TeXnicCenter Developer
http://www.texniccenter.org/
Izmi
Posts: 28
Joined: Thu Feb 26, 2009 6:14 pm

Feedback for and bugs in TXC 2.0 Alpha 1 (build 1012)

Post by Izmi »

Sergiu wrote:
Izmi wrote: Unicode support works nicely. Yeah! But maybe you could also offer a "change coding option" (as in Notepad++) and offer an option to save documents as UTF8 without BOM.
Already implemented: Use File, Save As...
Hi Sergiu,

Thank you for your reply. I was unclear. What I meant was: Consider to have an option to set a *default* for file encoding.
Sergiu
Posts: 63
Joined: Mon May 12, 2008 1:21 pm

Re: Feedback for and bugs in TXC 2.0 Alpha 1 (build 1012)

Post by Sergiu »

This option is already planned, so stay tuned.
TeXnicCenter Developer
http://www.texniccenter.org/
Izmi
Posts: 28
Joined: Thu Feb 26, 2009 6:14 pm

Re: Feedback for and bugs in TXC 2.0 Alpha 1 (build 1012)

Post by Izmi »

Great! Another observation:
- Compilation seems to be slowed down by showing the log messages. It seems that compilation is faster if the TXC window is minimized. Maybe one could make the rendering of the log messages asynchronous?
Sergiu
Posts: 63
Joined: Mon May 12, 2008 1:21 pm

Re: Feedback for and bugs in TXC 2.0 Alpha 1 (build 1012)

Post by Sergiu »

I pretty much doubt that the compilation process is noticeably faster when the main window is minimized in contrast to when it's not. The log is still being parsed in background and the views are filled with the resulting information. Most likely it's the reading speed of your HDD that slows down the compilation since the compiler has to load all the packages at the beginning. After that it runs just faster.
TeXnicCenter Developer
http://www.texniccenter.org/
Izmi
Posts: 28
Joined: Thu Feb 26, 2009 6:14 pm

Re: Feedback for and bugs in TXC 2.0 Alpha 1 (build 1012)

Post by Izmi »

You're likely right; so far I have no reproducible test case. Another issue I ran into two or three times is the following:

If multiple instances of TXC are open, then - sometimes - one instance gets into a defunct state: Only the top left part of the title bar of the program window is painted. The rest of the window is not visible. Also minimizing and restoring it does not help. I can still close the application and if there are file changes, then TXC asks me whether I want to save them. So, the application is still reacting.

Is this issue known? - It happens under Win 7 x64.
Izmi
Posts: 28
Joined: Thu Feb 26, 2009 6:14 pm

Re: Feedback for and bugs in TXC 2.0 Alpha 1 (build 1012)

Post by Izmi »

Another small issue:

During compilation (command "Ausgabe erstellen", F7) when the "Erstellung" window is hidden, the toolbars flicker as if they were updated very often.
Izmi
Posts: 28
Joined: Thu Feb 26, 2009 6:14 pm

Re: Feedback for and bugs in TXC 2.0 Alpha 1 (build 1012)

Post by Izmi »

Possible issue:

If TeX-document is in UTF-8 with BOM, it seems that linebreaks are not always consistent. Why I think that: Subversion gives me from time to time the following error when committing:

svn: Inconsistent line ending style.
Izmi
Posts: 28
Joined: Thu Feb 26, 2009 6:14 pm

Re: Feedback for and bugs in TXC 2.0 Alpha 1 (build 1012)

Post by Izmi »

I still have the issue with the "inconsistent line ending style". Could it be related to "Copy and Paste" across different applications (Notepad++, notepad, Word 2007, OneNote)?
Post Reply