Search found 9 matches

by xavekinho
Wed Dec 31, 2008 1:16 pm
Forum: General
Topic: Erasing blank lines
Replies: 10
Views: 1524

Tip noted. thanks a lot too!
by xavekinho
Tue Dec 30, 2008 9:41 pm
Forum: General
Topic: Erasing blank lines
Replies: 10
Views: 1524

This ends the discussion! :)
Thanks!
by xavekinho
Tue Dec 30, 2008 9:40 am
Forum: General
Topic: Erasing blank lines
Replies: 10
Views: 1524

Maybe the blank lines are not blank? Have you turned on visibility for all characters? Maybe spaces or tabs are there? Have you tried to remove trailing spaces on the "blank lines" first? Remove the blank spaces on all lines, then try searching for \n\n. And make sure there are no leading...
by xavekinho
Tue Dec 30, 2008 2:21 am
Forum: General
Topic: Erasing blank lines
Replies: 10
Views: 1524

To replace all blank liines:
Search for: \n\n
Replace with: \n
Like I said, for some reason it's not finding that regex..
To replace all trailing spaces at the end of line:

Search for: _*\n
Replace with: \n
( Using "_" to represent the space character )

Thanks!! :D
by xavekinho
Mon Dec 29, 2008 9:31 pm
Forum: General
Topic: Erasing blank lines
Replies: 10
Views: 1524

Could not find such Regular Expression! :( A piece of the text I was trying to apply was: 4 Standstill 2 Umezawa's Jitte // 29 other spells // Sideboard SB: 3 Annul SB: 1 Blue Elemental Blast SB: 3 Engineered PostPosted: Mon Dec 29, 2008 7:20 am Post subject: 1.) replace Code: \n\n by Code: \n (Rege...
by xavekinho
Mon Dec 29, 2008 2:13 am
Forum: General
Topic: Erasing blank lines
Replies: 10
Views: 1524

Erasing blank lines

Hi, I like the EditDelLine command, but is there a similar command to erase all the blank lines of the active document? Also, is there a simple command to erase all white spaces in the end of lines? This is because sometimes I paste a list in a txt file, but the source had one or a couple of blank s...
by xavekinho
Sun Oct 19, 2008 10:41 pm
Forum: Enhancement Suggestions
Topic: Easy syntax color changing
Replies: 4
Views: 670

Actually it is no clicks, once the class has been defined. Just open the document and the syntax coloring takes effect immediately. That's not the issue; I'm talking about the times we start a document from scratch, or when we create a blank document and paste a piece of code from a specific sintax...
by xavekinho
Sun Oct 19, 2008 8:16 pm
Forum: Enhancement Suggestions
Topic: Easy syntax color changing
Replies: 4
Views: 670

Hmm that's the deal! Thanks!!
However, the suggestion is still on the table: In NPP, it's easier, two clicks and we're done. In here we have to navigate a little. But thanks a lot anyway!
by xavekinho
Sun Oct 19, 2008 4:23 am
Forum: Enhancement Suggestions
Topic: Easy syntax color changing
Replies: 4
Views: 670

Easy syntax color changing

Why haven't you implemented an "instant-color-syntax-changer" like in Notepad++? In there, we have a list of languages that we can instantly select one so we can see the current document in the appropriate colors, and it's not necessary to save the file in the desired extension (.html) for...