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: Is it possible to open a second
instance? (SourceForge.net)
2. [notepad-plus - Help] RE: Is it possible to open a second
instance? (SourceForge.net)
3. [notepad-plus - Help] the default filetype in "Find in files"
(SourceForge.net)
4. How to use XSL transformation (Anil Kumar BN)
5. [notepad-plus - Help] RE: About Bookmark navigation
(SourceForge.net)
6. [notepad-plus - Help] RE: the default filetype in "Find in
files" (SourceForge.net)
7. [notepad-plus - Help] Double Byte Character Display Issue
(SourceForge.net)
8. [notepad-plus - Plugin Development] RE: New Release - Plugin
Interface Library (SourceForge.net)
9. [notepad-plus - Help] RE: Double Byte Character Display Issue
(SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Mon, 13 Apr 2009 16:47:30 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Is it possible
to open a second instance?
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=7163812
By: xrenas
I have the same queston even if I don't use second monitor. Tabs is a good
feature but sometimes you need to open separate window(s).
______________________________________________________________________
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: Tue, 14 Apr 2009 01:50:43 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Is it possible
to open a second instance?
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=7166717
By: gadrin
Try this:
go to START --> RUN type in %userprofile%\SendTo and hit ENTER
Create a shortcut to Notepad++ exe.
Then right click on the icon and hit PROPERTIES
Change the TARGET to add in the -multiInst and hit APPLY
Rename the Shortcut to NewNotepad++ or something.
then try using Explorer, right click and SendTo
and see if that works.
>
______________________________________________________________________
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: Tue, 14 Apr 2009 02:54:03 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] the default
filetype in "Find in files"
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=7166978
By: wacs5
How to append a filetype in "Find in files" Dialog??
The default filetype are "*.h *.hpp *.hxx *.cpp *.cxx *.cc", when I want to
search a text in files by using "Find in files" dialog.
How to append a filetype "*.c" in default filetype.
Waitting for your help.
Thanks.
______________________________________________________________________
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, 15 Apr 2009 10:45:18 +0530
From: "Anil Kumar BN" <[email protected]>
Subject: [Notepad-plus-plus] How to use XSL transformation
To: <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset="us-ascii"
Hi
I am new to this group, I want to know how to use menu (plugins/xml
tools/xsl transformation) menu command. I have f.xml, f.xsl and I want to
convert into other xml using this xsl stylesheet. I have attached the xml
and xsl files.
Regards
Anil Kumar
-------------- next part --------------
An HTML attachment was scrubbed...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: F.xml
Type: text/xml
Size: 414 bytes
Desc: not available
-------------- next part --------------
A non-text attachment was scrubbed...
Name: F.xsl
Type: text/xml
Size: 1662 bytes
Desc: not available
------------------------------
Message: 5
Date: Tue, 14 Apr 2009 08:22:01 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: About Bookmark
navigation
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=7168580
By: cchris
See the "Mark line" on the left of the dialog box. It is very useful.
A bookmark window could be nice. However, if you use Find in files, or simply
Find all in current document, you get a search result window which is very
similar.
The only limitation is that it won't report bookmarks you add on your own.
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: Tue, 14 Apr 2009 10:50:33 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: the default
filetype in "Find in files"
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=7169481
By: geo_aoe
Well the solution is to edit your langs.xml file in the notepad++.exe directory
<Language name="cpp" ext="h hpp hxx cpp cxx cc" commentLine="//"
commentStart="/*"
commentEnd="*/">
edit to
<Language name="cpp" ext="h hpp hxx c cpp cxx cc" commentLine="//"
commentStart="/*"
commentEnd="*/">
The problem is that c extension is associated with c files and you will probably
need to remove it from there. After that i think notepad++ will highlight c
files as c++.
______________________________________________________________________
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: Tue, 14 Apr 2009 12:21:54 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Double Byte
Character Display Issue
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=7170028
By: mhalliday
I've been using Notepad++ for a number of years and am now beginning to work
with Chinese characters. However, I can not get the characters to display
correctly
in npp. I have updated my version to the latest Unicode version, but am not
having any luck.
What I have tried:
- Creating a new document and setting the encoding to UTF-8, UTF-8 w/out Byte
Order Mark, saving the doc, then pasting text in from another doc.
- Opening an existing doc in Chinese
Any help would be greatly appreciated
______________________________________________________________________
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: Tue, 14 Apr 2009 13:19:39 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
New Release - Plugin Interface Library
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=7170355
By: joaquintides
> I believe I understand what you are stating, and for the
> NppPluginIface files it should work just fine although the
> may warrant a project of their own.
> There is an unfortunate side effect to having used the
> boost headers, and that is extracting only the required
> files. While creating the ChangeMarkers plugin I had a go
> at doing just that and it seemed like such a waste of
> effort as there are many required boost headers to get
> the indexing working properly.
Hi,
Just in case you didn't know about it, there's a
utility to automatically extract header dependencies
that you might find useful for this:
http://www.boost.org/tools/bcp/bcp.html
You can ask for further assistance with bcp at the Boost
mailing lists.
HTH,
Joaqu?n M L?pez Mu?oz
Telef?nica, Investigaci?n y Desarrollo
______________________________________________________________________
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: 9
Date: Tue, 14 Apr 2009 13:54:03 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Double Byte
Character Display Issue
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=7170566
By: cchris
Does the font which is used to view ordinary text support chinese ideograms?
If it doesn't, then you won't see anything usable.
Go to Highlighter configuration, and change the font face for the Default style
element of the Global Style "language". If this doesn't work, and if checkboxes
in the Global Override style element are checked, then change the font face
there, since it would be the one applied.
HTH
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
------------------------------
------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 35, Issue 20
*************************************************