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] RE: Save Dialog and File
Extension (SourceForge.net)
2. [notepad-plus - Help] RE: Notepad++ 4.5 crashes on "Save" and
"Save (SourceForge.net)
3. [notepad-plus - Help] RE: Notepad++ 4.5 crashes on "Save" and
"Save (SourceForge.net)
4. [notepad-plus - Help] change CPP default ext from .h to .cpp
(SourceForge.net)
5. [notepad-plus - Open Discussion] RE: Default black background
style (SourceForge.net)
6. [notepad-plus - Help] RE: Notepad++ 4.5 crashes on "Save" and
"Save (SourceForge.net)
7. [notepad-plus - Help] RE: Notepad++ 4.5 crashes on "Save" and
"Save (SourceForge.net)
8. [notepad-plus - Open Discussion] RE: U3 tech (SourceForge.net)
9. [notepad-plus - Plugin Development] RE: FTP_synchronize 0.9.5
released (SourceForge.net)
10. [notepad-plus - Help] RE: Notepad++ 4.5 crashes on "Save" and
"Save (SourceForge.net)
11. [notepad-plus - Help] RE: Notepad++ 4.5 crashes on "Save" and
"Save (SourceForge.net)
12. [notepad-plus - Help] help with reg expression (SourceForge.net)
13. [notepad-plus - Help] RE: Notepad++ 4.5 crashes on "Save" and
"Save (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Fri, 02 Nov 2007 15:42:45 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Save
Dialog and File Extension
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=4602762
By: nobody
I can confirm this still happens for me in 4.5
I'm running Windows XP Pro SP2
______________________________________________________________________
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: Fri, 02 Nov 2007 15:49:53 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Notepad++ 4.5
crashes on "Save" and "Save
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=4602774
By: sysyphos
I just posted my log file, a bit before ke3pup did. I copied some of the
comments
about the problems to Don H and after that ( not my commnets you're refering
to now ) and he's more aware of the issue and no doubt will solve the problem.
I didn't write much about what was happening on my XP Pro sp 2 setup as I was
having exactly the same issues as ke3pup was and I indicated. See? OK? :-)
Hope everyone has a pleasant weekend, wherever!
______________________________________________________________________
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: Fri, 02 Nov 2007 16:03:41 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Notepad++ 4.5
crashes on "Save" and "Save
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=4602791
By: nobody
This is my log for a couple of successful tries (I separated them by a blank
line):
1.0 doSaveDlg
2.0 WM_INITDIALOG
2.1 after goToCenter(hFileDlg);
2.3 after oldProc = (WNDPROC)::SetWindowLong(hFileDlg, GWL_WNDPROC,
(LONG)fileDlgProc);
1.1 After ::GetSaveFileName(&_ofn)?_fileName:NULL;
1.0 doSaveDlg
2.0 WM_INITDIALOG
2.1 after goToCenter(hFileDlg);
2.2 after ::SendMessage(typeControl, CB_SETCURSEL, index, 0);
2.3 after oldProc = (WNDPROC)::SetWindowLong(hFileDlg, GWL_WNDPROC,
(LONG)fileDlgProc);
1.1 After ::GetSaveFileName(&_ofn)?_fileName:NULL;
I run Windows XP SP2 and have no problems.
______________________________________________________________________
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: Fri, 02 Nov 2007 16:14:32 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] change CPP default
ext from .h to .cpp
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=4602804
By: coolgamer48
Okay, so I have Dev-C++, and I've been using it's built in source editor until
now. Now I want to use Notepad++ for all my programming. When I save a file
as a C++ file in Notepad++, it automatically sets the extension to .h (even
when I specificaly type filename.cpp). When I open the file in Dev-C++ to
compile
it, it reads .h as a header file, not a scource file. So, is there any way to
stop Notepad++ from automatically using the .h extension, so I don't have to
rename my files every time I want to complie?
______________________________________________________________________
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: Fri, 02 Nov 2007 16:23:15 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Default black background style
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=4602813
By: donho
Use the installer to update your Notepad++.
Installer will update your styles.xml without changing your existing settings.
Don
______________________________________________________________________
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: Fri, 02 Nov 2007 16:27:10 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Notepad++ 4.5
crashes on "Save" and "Save
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=4602817
By: sysyphos
I get successful tries as well, but only after 4.5 has initially crashed.
Have you tried just after a reboot of your system? It's then, only then for
me, that 4.5 & 4.4 crash, in that initial opening of the program and trying
to save or save as.
______________________________________________________________________
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: Fri, 02 Nov 2007 18:04:22 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Notepad++ 4.5
crashes on "Save" and "Save
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=4602890
By: donho
Thank you Sysyphos.
Could you try new binary here :
http://notepad-plus.sourceforge.net/commun/misc/nppSecondTry.zip
then post c:\savelog.txt ?
Don
______________________________________________________________________
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: Fri, 02 Nov 2007 18:40:02 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: U3
tech
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=4602912
By: nobody
I can't understand why the developper won't portate Notepad++ to U3. It's really
easy to so. There is a handy developpers kit for download on the U3 website.
Very easy to deal with and no big hassle to dock it in the U3 menu system. As
I said.... can't understand the developper..
______________________________________________________________________
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: Fri, 02 Nov 2007 18:52:51 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
FTP_synchronize 0.9.5 released
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=4602925
By: nobody
Finally !
It's functional with me !
I've NP++ 4.5 AND FTP_S 0.9.5
All functionnal, no problems :)
Under Windows XP Profesionnal.
Thanks a lot for this release !
It will be very usefull from now.
PsPad is including it, but i don't know why.. i prefer NP++.
Excuse my poor english vocabulary.. >_<
______________________________________________________________________
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=482781
------------------------------
Message: 10
Date: Fri, 02 Nov 2007 19:03:49 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Notepad++ 4.5
crashes on "Save" and "Save
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=4602930
By: sysyphos
Sure. I'm glad to and hope it's helpful. Thanks so much for looking into
this!
Here you go, then.
Joseph, i.e. Sysphos -:)
----------
1.0 doSaveDlg
3.2 Problem : uMsg == 48
2.0 WM_INITDIALOG
2.1 after goToCenter(hFileDlg);
2.3 after oldProc = (WNDPROC)::SetWindowLong(hFileDlg, GWL_WNDPROC,
(LONG)fileDlgProc);
2.4 oldProc == -63719
----------
______________________________________________________________________
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: 11
Date: Fri, 02 Nov 2007 19:53:40 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Notepad++ 4.5
crashes on "Save" and "Save
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=4602959
By: donho
Good Joseph, I think I know where is the problem, although I don't know yet
why.
Please try the binary here :
http://notepad-plus.sourceforge.net/commun/misc/npp3rdTry.zip
and tell me the result.
Don
______________________________________________________________________
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: 12
Date: Fri, 02 Nov 2007 21:42:01 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] help with reg
expression
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=4603014
By: nobody
hi all..
i have these lines in a text file
c:\program files\mozilla firefox\
c:\program files\notepad++\
c:\windows\system32\drivers\
c:\documents and settings\all users\application data\
using reg expression:
1. how do i remove all \ at the end of path in each lines
2. wrap each lines in quotes ""
thank in advanced
______________________________________________________________________
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: 13
Date: Fri, 02 Nov 2007 23:09:28 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Notepad++ 4.5
crashes on "Save" and "Save
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=4603042
By: sysyphos
Sure. Below's my result.
This time things din't crash. I first did a system reboot and then tried.
Below's the resulting log.
----------
1.0 doSaveDlg
3.2 Problem : uMsg == 48
2.0 WM_INITDIALOG
2.1 after goToCenter(hFileDlg);
1.1 After ::GetSaveFileName(&_ofn)?_fileName:NULL;
----------
Thanks again!
Joseph
______________________________________________________________________
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
------------------------------
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 18, Issue 12
*************************************************