Different styles, I sometimes use lolbenibela wrote:Perhaps I can change it so, that there are different bracket categories, so that brackets from different categories are never assigned to eachother, however I have never idea how the bracket matching works in qcodeedit, since I never looked at function of the source so far.
But why are you even using 1) in the tex files, if \item looks nicer anyways...
Texmaker and TeXstudio ⇒ TexMakerX (with interactive spellchecking!)
TexMakerX (with interactive spellchecking!)
NEW: TikZ book now 40% off at Amazon.com for a short time.
TexMakerX (with interactive spellchecking!)
I apologize for not responding for so long.
Here is the bug and you could try to reproduce it. In the new window copy following code:
Fold both @Article blocks. Delete (backspace) empty line between two blocks. Artifact (single @Article line) should appear, and by going up and down with cursors, more artifacts should start to appear and disappear.
Cheers
Here is the bug and you could try to reproduce it. In the new window copy following code:
Code: Select all
@Article{a,title=a,author=a,journal=a,year=1}@Article{a,title=a,author=a,journal=a,year=1}
Cheers
TexMakerX (with interactive spellchecking!)
I wanted inline enumerated list, single sentence, no line brakes, and didn't bother to search for proper latex spirit solution. I ended up using simple {itemize} in the end anyway.benibela wrote: But why are you even using 1) in the tex files, if \item looks nicer anyways...
TexMakerX (with interactive spellchecking!)
Strange, it seems the folding is buggy as hell.Fold both @Article blocks. Delete (backspace) empty line between two blocks. Artifact (single @Article line) should appear, and by going up and down with cursors, more artifacts should start to appear and disappear.
Currently I rewrite the folding functions, and it seems your bug is in one of two only foldings functions which I assumed to work reliably.
You probably shouldn't use the folding in the current release at all, if you want to edit lines touching a folded block (I also never used it)
Anyways, folding with unbalanched brackets should now work in the SVN version.I wanted inline enumerated list, single sentence, no line brakes, and didn't bother to search for proper latex spirit solution. I ended up using simple {itemize} in the end anyway.
Re: TexMakerX (with interactive spellchecking!)
The new release 1.9.9 is ready:
- improved, interactive structure view which shows all documents and reflects all changes in real time
- You can customize the toolbars, LaTeX menus and highlighted environments
- You can write your own java script macros to customize it even more
- The code folding was fixed (all the bugs above and even more)
- a little bit of SVN support
- DDE commands don't require you to start the corresponding program first
- other bug fixes
- improved, interactive structure view which shows all documents and reflects all changes in real time
- You can customize the toolbars, LaTeX menus and highlighted environments
- You can write your own java script macros to customize it even more
- The code folding was fixed (all the bugs above and even more)
- a little bit of SVN support
- DDE commands don't require you to start the corresponding program first
- other bug fixes
TexMakerX (with interactive spellchecking!)
And 1.9.9a (the strange version number is used, because there is no new Texmaker, and we still keep the version numbers synchronized) with these changes:
- Intelligent code completion which can be used to change a command or move the selected text in a command (think of an additional clipboard)
- You can now delete a word/command/environment by pressing alt+del, and rename an environment by leaving the cursor in its name for a second
- The document wizard shows the page geometry and you can define things like margins there
- Format overlays are merged instead of being overridden, so e.g. spelling errors in math or verbatim environments, keep the font color of the other text in that environment
- New translations
- And of course its more stable, faster and uses less memory
TexMakerX (with interactive spellchecking!)
And 2.0 with these changes:
- Integrated pdf preview
- More advanced and complicated editor:
- Small LaTeX-errors are marked like spell checking errors as you type them
- Rows/Columns/... can be inserted into tables
- Parentheses are automatically closed
- Faster search
- Unicode insert dialog
- Hard line break
- Absolutely freely configurable editor keys
Re: TexMakerX (with interactive spellchecking!)
Sounds good. Out of curiousity, does the integrated PDF preview support SyncTeX jumps?
Re: TexMakerX (with interactive spellchecking!)
Great news. Thanks, benibela.
@frabjous, works like a charm. From the editor to the viewer: F7, from the viewer to the editor: Ctrl+left click.
@frabjous, works like a charm. From the editor to the viewer: F7, from the viewer to the editor: Ctrl+left click.
TexMakerX (with interactive spellchecking!)
Now it's 2.1:
- The preview has been improved:
- The PDF viewer can show multiple pages
- Equations can be previewed within the text (almost like LyX)
- Better syntax check:
- Less false-positive error detections
- More things checked
- Auto detects the used packages (also used for completion)
- Master/include relations are automatically detected, you shouldn't need to set a master file any more
- Easy bracket selection