Send Notepad-plus-plus mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Notepad-plus-plus digest..."
Today's Topics:
1. [notepad-plus - Help] i need delete cols (SourceForge.net)
2. [notepad-plus - Help] delete remove columns characters block
select (SourceForge.net)
3. [notepad-plus - Help] Error in file .dll (SourceForge.net)
4. [notepad-plus - Help] RE: i need delete cols (SourceForge.net)
5. [notepad-plus - Help] RE: Find Character "n" and replace
"n+1" (SourceForge.net)
6. [notepad-plus - Help] RE: How do I enforce an automatic
line-break? (SourceForge.net)
7. [notepad-plus - Help] delete remove columns characters block
select (SourceForge.net)
8. [notepad-plus - Open Discussion] RE: Make the Find/Replace
dialog dockable (SourceForge.net)
9. [notepad-plus - Open Discussion] RE: File dialog start folder
on new file (SourceForge.net)
10. [notepad-plus - Open Discussion] RE: Have .txt default file
type (SourceForge.net)
11. [notepad-plus - Open Discussion] UI Suggestion: clean up
Language menu (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Tue, 16 Sep 2008 20:30:54 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] i need delete cols
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=5282222
By: gudix
Hi all
I need delete X cols of a file.
For example i have a file where i need delete the 6 first colums for later make
a compare with the plugin.
The problem is that i don't know delete this colums in notepad++.
Thx and soz for my english
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331754
------------------------------
Message: 2
Date: Tue, 16 Sep 2008 21:02:43 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] delete remove
columns characters block select
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=5282331
By: fool4uanyway
You can SEARCH the forums for answers via the Forums dropdown menu in the
Notepad++
bar on top of the page and selecting Search.
A simple search for "+delete +columns" gets the following results:
http://sourceforge.net/search/index.php?words=%28%2Bdelete+%2Bcolumns%29&sort=po
sted_date&sortdir=desc&offset=0&group_id=95717&type_of_search=forums&pmode=0
You may directly read this thread about similar issues:
"Very Slow Replacement in Column Selections" (Open Discussion forum)
http://sourceforge.net/forum/forum.php?thread_id=2019608&forum_id=331753
You _can_ achieve what you want by doing the following replacement in either
Replace dialog (Ctrl+H for the regular, Ctrl+R for the advanced).
Search for:
^......(.)
Replace by:
\1
Check the regular expression radio button or check box.
Replace all occurrences.
^_______ searches for the start of a line
._______ searches for any character
^......_ searches for the first 6 characters on a line
(.)_____ searches for any character
Parentheses are used to be able to re-place this part of the match in the
Replace
field.
\1______ re-places the first () grouped expression of the found match
This re-placing is done because each single match replacement results in finding
the "next" first 6 characters on the same line. In effect hitting the Replace
button manually a number of times will result in eating up the complete line.
A Replace All may avoid this problem, but it is better to be safe than sorry.
By the way, there is also a great commercial comparison tool called ExamDiff
Pro, which allows you to simply ignore any range of characters on all the lines.
Using this would avoid the need to remove those characters first.
www.prestosoft.com/edp_examdiffpro.asp
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331754
------------------------------
Message: 3
Date: Tue, 16 Sep 2008 21:08:46 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Error in file .dll
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=5282351
By: blr044
When downloading file, I receive a error. Clicking the run command, error
occurs.
Errfor opening file for writing. notepad++...\Scilcxer.dll
I even tried retry, but with no success. The I abort.
Tried different versions also, but no.
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331754
------------------------------
Message: 4
Date: Tue, 16 Sep 2008 23:03:26 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: i need delete
cols
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=5282692
By: pshute
The simplest way is to make a column block then press delete. See
http://notepad-plus.wiki.sourceforge.net/FAQ , under the heading "Does Notepad++
support column mode selection?"
You might have to add some spaces to the end of the last line, if it's less
than 6 characters long.
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331754
------------------------------
Message: 5
Date: Tue, 16 Sep 2008 23:08:08 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Find Character
"n" and replace "n+1"
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=5282702
By: pshute
It might not be what you want, but you can insert sequences of numbers using
the column editor, with leading zeros if you want. See
http://notepad-plus.wiki.sourceforge.net/FAQ , under the heading "Does Notepad++
support column mode selection?"
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331754
------------------------------
Message: 6
Date: Tue, 16 Sep 2008 23:10:36 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How do I
enforce an automatic line-break?
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=5282717
By: pshute
The TextFX Edit Plugin has an option to wrap all the text at whatever column
you want. It's a one off process, so if you add lines you'll have to do it
again, but better than doing it by hand.
Are there any editors that actually insert a newline when they wrap?
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331754
------------------------------
Message: 7
Date: Wed, 17 Sep 2008 07:10:07 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] delete remove
columns characters block select
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=5283942
By: fool4uanyway
Read the title of the thread I referred to before:
"Very Slow Replacement in Column Selections" (Open Discussion forum)
http://sourceforge.net/forum/forum.php?thread_id=2019608&forum_id=331753
To be clear, I hereby explicitly advise not to use the column block mode,
because
it is _slow_.
Even if that may not be a problem for a rather limited number of lines, I
suggest
a solution that someone can use for other things as well.
Also, your suggestion includes (additional) changes to the file before being
able to use it.
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331754
------------------------------
Message: 8
Date: Wed, 17 Sep 2008 10:16:28 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Make
the Find/Replace dialog dockable
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=5284545
By: svivian
Once you have found something you can find next or previous entries with F3
or Shift+F3 respectively.
I agree with making the find/replace dialog dockable. Personally, I'd love a
simpler, cleaner interface when you first search for something - something a
little like Firefox's search bar at the bottom of the page.
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
------------------------------
Message: 9
Date: Wed, 17 Sep 2008 10:24:47 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: File
dialog start folder on new file
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=5284564
By: svivian
No, that setting is broken. It blindly remembers the last directory explicitly
used. And it uses it for all operations, not just those where an appropriate
directory cannot be determined.
So what I mean is, it should use the directory of the current file if there
is one open, otherwise use the directory of the last file used. If I'm editing
a file in folder "x", close that file then try to open a file it shoud default
to the folder "x".
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
------------------------------
Message: 10
Date: Wed, 17 Sep 2008 10:29:07 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Have
.txt default file type
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=5284578
By: svivian
I sympathise with this issue. txt ought to be the default in the type drop down,
but there should be an option for a "file" type - i.e. a file without an
extension.
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
------------------------------
Message: 11
Date: Wed, 17 Sep 2008 10:41:32 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] UI
Suggestion: clean up Language menu
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=5284617
By: svivian
The "Language" menu is extremely long, it stretches from the top to the bottom
of the screen, and you need to scroll to find what you need. It also means it's
more difficult to open the "Settings" menu if you accidentally clicked
"Language".
I suggest grouping languages to shrink this list. KATE has some good grouping,
it splits them by syntax type, eg Markup/Scripts/Sources
Notepad++ could follow this, or group them into platform type, eg
Programming/Web
etc
Feel free to suggest some groups!
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
------------------------------
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 28, Issue 21
*************************************************