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] howto convert space to tab (SourceForge.net)
2. [notepad-plus - Plugin Development] RE: Docked and floating
dialog problem (SourceForge.net)
3. [notepad-plus - Open Discussion] RE: Request for good:
startup/tray behaviour (SourceForge.net)
4. [notepad-plus - Open Discussion] RE: Smarter auto-indent
(SourceForge.net)
5. [notepad-plus - Open Discussion] RE: Smarter auto-indent
(SourceForge.net)
6. [notepad-plus - Open Discussion] RE: Request for good:
startup/tray behaviour (SourceForge.net)
7. [notepad-plus - Help] selected text colour - change foregroud
color (SourceForge.net)
8. [notepad-plus - Open Discussion] RE: Smarter auto-indent
(SourceForge.net)
9. [notepad-plus - Open Discussion] RE: Smarter auto-indent
(SourceForge.net)
10. [notepad-plus - Help] RE: javascript quoted string font
problem (SourceForge.net)
11. [notepad-plus - Help] RE: Find and Replace One by one
confirmation (SourceForge.net)
12. [notepad-plus - Open Discussion] RE: Notepad++ v4.7.5
(SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Thu, 17 Jan 2008 04:20:39 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] howto convert space
to tab
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=4727129
By: nobody
Hi all,
can I somehow convert one or more spaces to exactly one tab?
(This would save me the use of a spreadsheet Program (OOo))
I can insert a tab using the block editor.
What about inserting a tab?
Many thanks,
Npp rocks!
Rudy
______________________________________________________________________
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: Thu, 17 Jan 2008 04:42:41 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Docked and floating dialog problem
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=4727163
By: zobo
Hi DV.
Thanks for the suggestion. Altho I already did alloc all those variables (so
that they say in memory, making them like static), I took this moment and
cleaned
up this routine. So this should not cause any more problems.
But sadly, did not help... This is the stack trace from VC++
kernel32.dll!7c809773()
user32.dll!7e418625()
user32.dll!7e4187bb()
user32.dll!7e41c63f()
user32.dll!7e41f65d()
notepad++Debug.exe!DockingCont::runProcCaption(HWND__ *
hwnd=0x000f663c, unsigned
int Message=0x004798c6, unsigned int wParam=0x008c082e, long lParam=0x00000087)
Line 398 C++
notepad++Debug.exe!DockingCont::wndCaptionProc(HWND__ * hwnd=, unsigned
int
Message=, unsigned int wParam=, long lParam=) Line 144 + 0x1c C++
I got different stack traces at different times (some going down 10 functions
other about 100), but the top is usualy the same. Something gets passed to the
Caption or Tab wnd procedure then this one calls the run proc and then they
run the default procedure:
return ::CallWindowProc(_hDefaultCaptionProc, hwnd, Message, wParam,
lParam);
Subclassing this beeing called I think.
Than thet gets stuck either in ntdll.dll or kernel32.dll...
Can anyone figure out what that message is?
I'll get those bugs and if it's the last thing I do!
-Zobo
______________________________________________________________________
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: 3
Date: Thu, 17 Jan 2008 04:49:40 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Request for good: startup/tray behaviour
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=4727172
By: nobody
> 1. Optional startup in minimized-to-system-tray mode. This would let anyone
to autostart
> Notepad++ at login painlessly.
Notepad++ seems to start very quickly (within 5 seconds) on all my systems on
first launch. Subsequent launches are faster due to Windows DLL/EXE caching.
That just seems like more programming work than it's worth.
Bob
______________________________________________________________________
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, 17 Jan 2008 04:54:43 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Smarter auto-indent
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=4727181
By: nobody
I would suggest that this not be implemented. As a C developer I would write:
if (...)
{
/* something */
}
But, I know people that would write:
if (...) {
/* something */
}
And others still that write:
if (...)
{
/* something */
}
Yes, the style "standards" say the first way is the right way, and Microsoft's
tools help enforce it, there's no reason to force it on everyone just because.
______________________________________________________________________
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, 17 Jan 2008 04:55:53 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Smarter auto-indent
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=4727183
By: nobody
Sorry ... spacing is buggered there.
Bob
______________________________________________________________________
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, 17 Jan 2008 05:00:39 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Request for good: startup/tray behaviour
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=4727193
By: nobody
It starts with window opened and not minimized to tray. You have to minimize
that window every time. Boring. IMHO.
______________________________________________________________________
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, 17 Jan 2008 05:39:57 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] selected text
colour - change foregroud color
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=4727252
By: nobody
hi, I want to change selected text colour to white foreground and black
background
and changing background color works ok but changing foreground colour is
disabled.
is there any way to enable and change it?
http://img244.imageshack.us/img244/1970/notepadzw1.jpg
______________________________________________________________________
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: Thu, 17 Jan 2008 06:36:49 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Smarter auto-indent
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=4727362
By: qwesp
There is possibility to implement first two scenarios of use. Simply implement
the scorp007's feature only if the begining { has only white space before it.
So
if(not only whitespace) {
no use of inteligent indentation or
justify from beginning + one tab (better)
if(line below only whitespace)
{
justified succesfully
}
The third scenario would fall into the second one. That should't be a big
problem
for
______________________________________________________________________
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, 17 Jan 2008 06:40:44 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Smarter auto-indent
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=4727372
By: qwesp
The spacing is ok if you are subscribed to receive emails, you can see it
correctly
in your email client. But anyway, i dont know how to make it look right here.
______________________________________________________________________
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, 17 Jan 2008 06:43:34 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: javascript
quoted string font problem
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=4727379
By: nobody
+1
______________________________________________________________________
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: Thu, 17 Jan 2008 06:52:30 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Find and
Replace One by one confirmation
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=4727401
By: nobody
Yes but it does so only for the open file, not for all opened files.
______________________________________________________________________
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: Thu, 17 Jan 2008 07:23:59 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Notepad++ v4.7.5
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=4727455
By: nobody
Don,
I removed all the files from my updater folder so that it was empty and
extracted
the GUP 1.6 files in there. I ran GUP -options and entered proxy name and port.
Ran Notepad++ and selected Update only to get the "It's not a valid GUP xml."
Close Notepad++ and ran GUP -options again. This time I tried the IP address
of the proxy and it resulted in the same error.
In IE, my proxy settings are set for HTTP, Secure, FTP, and Gopher (Socks is
NOT populated). It's an internal proxy on port 9090. It uses our domain login
credentials (that we're currently logged in with) for the proxy. Our company
does block a lot of ports though, so if GUP is using some specific port to
perform
it's update, that could be causing an issue. If transfers are done via port
80, we should be ok.
It's reported working for others, so it must be something locking us down here
internally. :( Would be nice if we could get it to work, but again it's not
that big of a deal as I can update manually.
Thanks again for all your work and time you put into this!
Take care
______________________________________________________________________
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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 20, Issue 76
*************************************************