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] N++ 5.4.4 crashing a lot (SourceForge.net)
2. [notepad-plus - Help] RE: title bar displays only one
character (SourceForge.net)
3. [notepad-plus - Open Discussion] RE: Notepad++ v5.4.4
Shortcut not work (SourceForge.net)
4. [notepad-plus - Help] RE: How to switch to "column mode" NOT
with hotke (SourceForge.net)
5. [notepad-plus - Help] RE: How to switch to "column mode" NOT
with hotke (SourceForge.net)
6. [notepad-plus - Help] RE: Notepad++ consistently crashing 5-6
times/day (SourceForge.net)
7. [notepad-plus - Open Discussion] RE: Sort Column (SourceForge.net)
8. [notepad-plus - Open Discussion] current sign ASCII code
(SourceForge.net)
9. [notepad-plus - Help] RE: find duplicates in text? Can this
be done? (SourceForge.net)
10. [notepad-plus - Help] RE: solved disabling NppExec.dll
(WORKAROUND) (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Mon, 13 Jul 2009 07:13:17 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] N++ 5.4.4 crashing
a lot
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=7497927
By: rob8686
I'm a new user of Notepad++ and I'm both impressed by its speed and features
and disappointed that it seems very buggy. I haven't done too much with it just
installed some common plugins and it crashes almost every time I use it. I can't
remember what I was doing when it crashed but I think i was just typing in it.
Does 5.4.4 have known bugs or is it just me ? I'm liking N++, but it's crashed
half a dozen times and I hardly even used it yet (I'm just learning some
languages
and typing little bits of code in).
I never tried it much before installing plugins so I don't know if it's a plugin
crashing it or what.
______________________________________________________________________
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: Mon, 13 Jul 2009 07:26:24 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: title bar
displays only one character
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=7497941
By: dv__
Can not reproduce it neither with Unicode version nor with ANSI version under
Windows XP SP2/SP3. Also could not reproduce it under Windows 98 in Virtual PC.
______________________________________________________________________
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: Mon, 13 Jul 2009 07:43:09 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Notepad++ v5.4.4 Shortcut not work
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=7497982
By: davegb3
As CChris has mentioned, this is fixed in the source now, and will therefore
be fixed in the next release. If you compile from source, then updating to
the latest trunk will fix the issue, otherwise you will need to wait for the
next release.
Dave.
______________________________________________________________________
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: 4
Date: Mon, 13 Jul 2009 08:35:49 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How to switch
to "column mode" NOT with hotke
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=7498059
By: cchris
You can click without modifiers, and then use the Alt+Shift+navigation keys
to define the selected area.
The navigation keys are Scintilla commands. For instance, Shift+Alt+down arrow
corresponds by default to SCI_LINEDOWNRECTEXTEND. You can assign all
SCI_*RECTEXTEND
commands to macros, and use the Macro menu to click them if you prefer. Or add
these menu entries to your context menu. Or change the default bindings to
something
that does not use the Alt key - the key combo space is a little cramped, so
this may not be a viable option.
What you cannot do afaik is to activate some setting "selection is rectangular"
and go ahead with standard selection keys. A plugin could do that though.
CChris
______________________________________________________________________
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: Mon, 13 Jul 2009 09:00:26 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How to switch
to "column mode" NOT with hotke
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=7498099
By: cchris
Would the following be ok:
1/ make a normal selection so that its ends are opposite corners of the desired
selection
2/ Use a macro (possibly from a menu) to change the selection mode to
rectangular?
The macro is synthetic, ie you have to put it into shortcuts.xml manually.
CChris
______________________________________________________________________
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: Mon, 13 Jul 2009 09:07:46 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Notepad++
consistently crashing 5-6 times/day
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=7498110
By: cchris
You lost the FunctionList plugin because the installer insisnts that it is ANSI,
while it is not and works correctly. This is an installer bug I have complained
about ever since v5.1.2. Guess some day I'll delve into the source and see if
I can make sense out of it, it doesn't seem to be a high priority, though it
is inconvenient and must put off all new users on their first update.
CChris
______________________________________________________________________
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: Mon, 13 Jul 2009 09:16:59 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Sort
Column
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=7498131
By: cchris
Select the column as a rectangle, then use TextFX sort functions. This will
sort the lines according to the column.
If you want to only sort the column, copy it, paste it on a new document, sort
it, then use TextFX Paste and Replace function to overwrite the old column.
CChris
______________________________________________________________________
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: 8
Date: Mon, 13 Jul 2009 09:41:17 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] current
sign ASCII code
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=7498163
By: makar76
hi there,
Is it possible to see what is currently selected char code? Like in editplus
on status bar, there is one position with this information.
______________________________________________________________________
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: Mon, 13 Jul 2009 08:51:36 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: find duplicates
in text? Can this be done?
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=7498084
By: cchris
I can see something a little cnvoluted:
1/ make two extra copies of your files, assuming the master file is sorted by
IP
2/ remove user names from both
3/ remove the first line from the second file
4/ use the compare plugin to mark changed lines, disabling move detection. Lines
not marked as changed are duplicate IPs, and the line number will match those
in the master file.
There may be a simpler way using SimpleScript, but I don't have it at hand,
because it is ANSI only <sigh/>
Using sed looks much, much easier. Or AwkPlugin, but again it is ANSI only.
CChris
______________________________________________________________________
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: 10
Date: Mon, 13 Jul 2009 11:40:56 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: solved
disabling NppExec.dll (WORKAROUND)
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=7498352
By: rrobe
I'm running Notepad++ v.5.4.4 UNICODE
language: ITALIAN
on Windows XP pro SP3 all updates, also Italian.
______________________________________________________________________
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
------------------------------
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize
details at: http://p.sf.net/sfu/Challenge
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 38, Issue 47
*************************************************