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] RE: Multi monitor problems with
Notepad++ (SourceForge.net)
2. [notepad-plus - Help] RE: Contextmenueintegration for 64Bit
WinXP f (SourceForge.net)
3. [notepad-plus - Help] RE: Hard to explain: Cursor remembers
placeme (SourceForge.net)
4. [notepad-plus - Help] RE: word wrap (SourceForge.net)
5. [notepad-plus - Open Discussion] using shortcut mapper
(SourceForge.net)
6. [notepad-plus - Plugin Development] RE: create new file (new
tab) (SourceForge.net)
7. [notepad-plus - Help] succesfull build (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Wed, 29 Aug 2007 12:58:54 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Multi monitor
problems with Notepad++
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=4491299
By: coder775
Okay, I don't understand this. If Notepad++ is maximized off screen, there
is still a Notepad++ taskbar button onscreen. You can right-click on it and
select "Restore". Then you can move it using the Move menuitem on the same
popup menu.
If you don't see this, maybe there is a messed-up config.xml file in your
%APPDATA%\Notepad++ directory or your Notepad++ installation directory. --Joel
______________________________________________________________________
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: Wed, 29 Aug 2007 13:15:18 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE:
Contextmenueintegration for 64Bit WinXP f
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=4491331
By: coder775
See this thread (which was originally just a few posts below yours) for a link
to a registry change that should fix this:
"Context menu And Windows Vista...."
http://sourceforge.net/forum/forum.php?thread_id=1659761&forum_id=331754
--Joel
______________________________________________________________________
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: Wed, 29 Aug 2007 13:47:44 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Hard to
explain: Cursor remembers placeme
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=4491380
By: coder775
That's a font-related quirk. You can get rid of it by changing the default
comment font from Comic Sans MS 8-point to something else. Even if you just
use 10-point here, it works as expected.
I don't see this quirk in my C++, because my comment font is now the same
non-proportional font as the normal text font. --Joel
______________________________________________________________________
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: Wed, 29 Aug 2007 14:01:21 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: word wrap
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=4491395
By: coder775
What kind of word wrap? To get a display-only version, use the "View > Wrap"
menuitem. There's also a button on the toolbar; hover over the buttons for
tooltips to see which one says "Wrap".
There's a more permanent wrap via the "TextFX > TextFX Edit > ReWrap Text to
(Clipboard or 72) width" menuitem. Copy a number to the clipboard, or leave
it empty to default to 72 columns. --Joel
______________________________________________________________________
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: Wed, 29 Aug 2007 05:45:46 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] using
shortcut mapper
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=4490627
By: nobody
I've just started using Notepad++ and want to remap some of the shortcuts to
things that I was familiar with. I used the mapper to change the DEL LINE short
cut to Ctrl+Y, but when I try to use this keystroke combination, it doesn't
seem to work. The previous mapping of Ctrl+L is what deletes the line.
What did I miss?
______________________________________________________________________
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: Wed, 29 Aug 2007 15:16:20 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
create new file (new 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=4491491
By: artiche
Hi,
try WM_COMMAND (define in Win32 file "WinUser.h") message and IDM_FILE_NEW
(defined in Npp file resource.h) as wParam
______________________________________________________________________
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: 7
Date: Wed, 29 Aug 2007 16:00:48 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] succesfull build
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=4491534
By: pjkaus
I am fairly new to windows programming and I suspect similar to others who have
posted questions about compiling npp. i have been reading the source code for
npp over the last month and yesterday tried to build from source for the first
time. No joy with msvc8, mingw make or codeblocks. Searched the forum and was
disappointed to see many requests for information on building but no helpful
replies, only an acknowledgement that the make files were out of date.
I was begining to feel like jumpyfroggy that I would have to look elsewhere
for a better supported opensource editor.
Downloaded 4.2 source and svn sources to find new build system with cmake.
Scintilla now builds from nmake and vc compiler flawlessly and PowerEditor
builds
in Visual Studio 2005 C++ Express with the one error being the omision of the
PowerEditor/src/font directory. Fortunately I had kept a copy of old sources.
It is also still available in the svn repository which is otherwise out of date.
Now building with Visual Studio 2005 C++ could not be simpler. All that is
required
is to set path, include and lib environment variable for visual studio and
platform
sdk, open dos box in scintilla/win32 directory and type "nmake -f scintilla.mak"
copy font directory from cvs sources to PowerEditor/src directory of svn source
code. Open PowerEditor/visual.net/notepadPlus.vcproj in visual studio and press
build.
Hopefully the font directory will be restored in due course.
______________________________________________________________________
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 15, Issue 75
*************************************************