Search found 4 matches

by bookez
Wed Mar 10, 2010 3:38 pm
Forum: Texmaker and TeXstudio
Topic: TexMakerX (with interactive spellchecking!)
Replies: 138
Views: 106057

TexMakerX (with interactive spellchecking!)

benibela wrote: But why are you even using 1) in the tex files, if \item looks nicer anyways...
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.
by bookez
Wed Mar 10, 2010 3:28 pm
Forum: Texmaker and TeXstudio
Topic: TexMakerX (with interactive spellchecking!)
Replies: 138
Views: 106057

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:

@Article{a,
title=a,
author=a,
journal=a,
year=1
}

@Article{a,
title=a,
author=a,
journal=a,
year=1
}


Fold both @Article blocks. Delete (backspace) empty line ...
by bookez
Sat Jan 16, 2010 5:26 pm
Forum: Texmaker and TeXstudio
Topic: TexMakerX (with interactive spellchecking!)
Replies: 138
Views: 106057

Re: TexMakerX (with interactive spellchecking!)

One more thing. While code is folded, for example in bibtex, playing with the empty space between, going with the cursor up and down may lead to erratic deletion/insertion of visible text lines. I think that while everything is folded, there should be no scroll bar on the side for error to be ...
by bookez
Sat Jan 16, 2010 5:04 pm
Forum: Texmaker and TeXstudio
Topic: TexMakerX (with interactive spellchecking!)
Replies: 138
Views: 106057

Re: TexMakerX (with interactive spellchecking!)

Thanks for nice program. I think there is a small bug. I really like folding option, but it seems that it is not working properly when there are unbalanced brackets. I would like to have open brackets for something like i) bla bla, ii) bla bla...

Cheers.