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 - Open Discussion] FTP_synchronize :: Pathname
too long ? (SourceForge.net)
2. [notepad-plus - Open Discussion] RE: Feature request:
Drag&drop images into HTML (SourceForge.net)
3. [notepad-plus - Open Discussion] RE: Feature request:
Drag&drop images into HTML (SourceForge.net)
4. [notepad-plus - Open Discussion] Block Selection (SourceForge.net)
5. [notepad-plus - Open Discussion] Notepad++ 5.2 doesn't save
settings (Vista) (SourceForge.net)
6. [notepad-plus - Open Discussion] RE: Smart Highlighting color
configuration (SourceForge.net)
7. [notepad-plus - Open Discussion] command line usage
(SourceForge.net)
8. [notepad-plus - Open Discussion] batch find replace files
tool command line (SourceForge.net)
9. [notepad-plus - Open Discussion] RE: Block Selection
(SourceForge.net)
10. [notepad-plus - Help] RE: Exception message code: 0xC0000005
(SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Wed, 04 Mar 2009 23:43:12 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
FTP_synchronize :: Pathname too long ?
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=6634374
By: esenterre
Hi,
I'm new with Notepad++, but I found it to be a real nice software. But I have
an issue with it, here it is :
When I try to open a file via the plugin FTP_synchronize it usually goes fine.
But yesterday, I tried to open a file in a very deep directory structure and
got this message :
---
ERR
Can not open file "C:\Program Files\Notepad++\FTP_synchronize\[my FTP account
name]\".
---
The local pathname to the file is more than 170 char long, is this the problem
? (at least, that's what I figured out).
TIA for your comments & suggestions for my problem.
?ric
______________________________________________________________________
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: 2
Date: Wed, 04 Mar 2009 23:57:28 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Feature request: Drag&drop images into HTML
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=6634506
By: jaloola
That would need Notepad++ to be like a free WYSIWIG Editor line Nvu...
Allen
______________________________________________________________________
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: 3
Date: Wed, 04 Mar 2009 23:57:47 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Feature request: Drag&drop images into HTML
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=6634508
By: jaloola
Though I like this idea!
Allen
______________________________________________________________________
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: Thu, 05 Mar 2009 00:20:02 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Block
Selection
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=6634740
By: kkraken
Greetings
I would like know how can i make a block selection in NotePad ++?
Thank you
______________________________________________________________________
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: 5
Date: Thu, 05 Mar 2009 03:02:41 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
Notepad++ 5.2 doesn't save settings (Vista)
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=6636117
By: beerslayer
Hi, all - couldn't find any mention of this but I may have missed it so please
excuse me if this is a duplicate...
I am using Notepad++ v5.2 on my laptop running Windows Vista Home Premium
(32-bit)
with plenty of RAM and HD space. For the most part it works fine, but I have
two concerns:
1) Notepad++ seems unable to save its settings when run in Vista in non-admin
mode. Any changes made in the settings dialog persist only until the
application
is closed - they are promptly forgotten next time Notepad++ is launched. If
I explicitly force Notepad++ to run as Administrator, this problem does not
occur - settings are saved properly.
I suspect this is because Notepad++ writes its settings to files residing in
the installation directory (in most cases, this would be "C:\Program
Files\Notepad++"). Yet, under Vista with UAC running, non-admin applications
cannot write to this directory - they instead write to a "VirtualStore" located
at "C:\Users\<username>\AppData\Local\VirtualStore\Program Files\Notepad++".
My guess (unverified) would be that when running as non-admin, Notepad++
successfully
updates the config files in the VirtualStore directory, but does not read those
files upon launch, preferring to read the ones in the installation directory
instead (which were not updated), thus "forgetting" its changes. When Notepad++
is launched explicitly as Admin, however, it IS able to update the files in
the installation directory and therefore the settings can be changed
successfully.
One possible fix would be to examine both copies of the config file and use
only the newer one. Another might be to only use the one that can be updated
by non-admins (the VirtualStore copy). How this might work under OSes other
than Vista, I don't know.
2) When the box "Remember the current session for next launch" is checked in
the Settings/MISC dialog (i.e. that setting is on), Notepad++ takes a VERY long
time to launch on my system, sometimes 20 seconds or more. With this box
unchecked,
launch is almost instantaneous.
I hope the Notepad++ development team will investigate and fix these two issues.
______________________________________________________________________
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: 6
Date: Thu, 05 Mar 2009 03:15:10 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Smart Highlighting color configuration
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=6636203
By: nicke2323
I don't think I can say it clearer than I did in my original post. It is not
possible to configure the smart selection color in the Styler Configurator.
My post was a feature request.
______________________________________________________________________
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: 7
Date: Thu, 05 Mar 2009 04:10:11 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] command
line usage
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=6636602
By: wakelt
I'd like to include n++ in a batch mode that does some
string find/replace in certain files. Does n++ have a
command line like feature set ??
If not, can anyone recommend an easy to use tool ?
thanks,
walter
______________________________________________________________________
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: Thu, 05 Mar 2009 08:29:33 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] batch
find replace files tool command line
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=6638849
By: fool4uanyway
Yes, here's one very useful tool: the search function on this website.
http://sourceforge.net/search/index.php?group_id=95717&form_submit=Search&search
_subject=1&search_body=1&type_of_search=forums&all_words=batch+find+replace&exac
t_phrase=&some_word=&without_words=&posted_by=&posted_date_start=&pos
ted_date_end=
______________________________________________________________________
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: Thu, 05 Mar 2009 09:22:37 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Block Selection
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=6639396
By: skatebiker
1. Alt + mouse drag
2. Alt+Shift + Arrow UP
______________________________________________________________________
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: Thu, 05 Mar 2009 10:11:56 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Exception
message code: 0xC0000005
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=6639944
By: vzzbux
Using Notepad++ v5.2 (UNICODE) here, and I've just had a very similar crash:
An exception occured. Notepad++ cannot recover and must be shutdown.
The exception details are as follows:
Code: 0xC0000005
Type: Access Violation
Exception address: 0x004029D0
...Followed by...
The instruction at "0x01a9a760" referenced memory at "0x01a9a760". The memory
could not be "read"
Click on OK to terminate the program
Click on CANCEL to debug the program
It also saved a 334KB "NppDump.dmp" file which I have, if that helps?
______________________________________________________________________
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
------------------------------
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 34, Issue 10
*************************************************