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: Please improve
comment/uncomment ala SciTe (SourceForge.net)
2. [notepad-plus - Help] RE: User language define system menu
entry (SourceForge.net)
3. [notepad-plus - Help] Printing problem (SourceForge.net)
4. [notepad-plus - Help] RE: Crash when opening file without
date (?) (SourceForge.net)
5. [notepad-plus - Plugin Development] Toolbar icons and
menuitems (SourceForge.net)
6. [notepad-plus - Open Discussion] Colors of Smarty
(SourceForge.net)
7. [notepad-plus - Plugin Development] RE: Toolbar icons and
menuitems (SourceForge.net)
8. [notepad-plus - Help] RE: User language define system menu
entry (SourceForge.net)
9. [notepad-plus - Help] XML file is not line by line indicated
(SourceForge.net)
10. [notepad-plus - Help] Place of discovery is not indicated
(SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Fri, 25 May 2007 10:34:49 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Please improve comment/uncomment ala SciTe
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=4330762
By: trivialfox
"I would like to comment a line without selecting a character on the same line"
...never used SciTe but the way you describe it, it appears like it can read
your mind.
How do you specify which line to comment? In what system anyway? C-style? html?
configuration files?
Sounds like you are refering to line comments and not block comments. Though
a mind reading block commenter would be awesome.
"I would like to control where the comment character is inserted. (At beginning
of line or at caret or start of first word...)"
How? Additional key-combo's? I haven't tried the macro feature yet but maybe
it will do what you want.
All these individual modification request make me wonder if it wouldn't be that
far-fetched to embed a powerful event-driven scripting language into the
editor's
core functionality. Could rewrite most of the other functionalities into this
script language allowing ultimate customizability without requiring much
understanding of the underlying C-code.
Hmhm...
______________________________________________________________________
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, 25 May 2007 22:43:47 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: User language
define system menu entry
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=4331251
By: coder775
Some of the pictures haven't been updated yet to reflect the (ongoing) changes
in the program.
The "User Defined" under the Languages menu is to allow you to select your
defined
language for your document, but there is no user-defined language until you
create it.
To define it, go to the View menu and look for "User Define Dialog...". This
will bring up the dialog, although it is not docked (as in that first image)
by default. You can dock it by clicking the "Dock" button in the upper right
(version 4.1.2) so that it looks like that image. --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: Fri, 25 May 2007 22:54:12 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Printing 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=4331256
By: nobody
When printing file name in russian in print header (font - Courier New, 8) it
is printed as unknown characters. How to fix it?
______________________________________________________________________
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: Sat, 26 May 2007 00:54:47 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Crash when
opening file without date (?)
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=4331317
By: nobody
tried it with 4.1.2. still no luck.
______________________________________________________________________
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: Sat, 26 May 2007 02:45:48 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
Toolbar icons and menuitems
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=4331375
By: zobo
Hello...
I'm still working on the DBGP plugin.. A few questions.
1. Is there an easy way to insert a separator line into the plugin's menu? I
saw an example where you wait for the WM_CREATE message and then manipulate
your plugin's menu... Still haven't been able to get it to work. Any other
options?
// code snip
hm := GetMenu(self.NppData.NppHandle);
ModifyMenu(hm, 1, MF_BYCOMMAND or MF_SEPARATOR, 0, 0);
2. Docking... How would my dialog (that is registered with n++ -
WM_DMM_REGASDCKDLG)
tell N++ that it wants to close itself... If I let Delphi handle the even the
docked (or floated) container remains in tact but the content is gone...
3. I cannot figure out how to add toolbar icons to the main toolbar...
Any examples?
4. If I define a custom mark and put it on some line, then close N++ and open
it again, the mark is still there, but it is just a normal bookmark mark
(yellow...).
Any way to make N++ forget the marks that are not "its"?
Best regards..
-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: 6
Date: Sat, 26 May 2007 03:08:42 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Colors
of Smarty
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=4331391
By: nobody
How can i change colors of smarty syntax? (i download it from the site)
==
??? ???????? ??????????? ?????? ??? Smarty? ?
??????, ???????????? ?????? ?? ??????-??
??????????? :(
______________________________________________________________________
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: Sat, 26 May 2007 05:36:13 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Toolbar icons and menuitems
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=4331492
By: zobo
Ok.. I found out that I misunderstood some basics...
1. wroking fine now...
2. still on it..
3. gave up on image list and created a resource.. works now.. But there is
something
odd.. No matter what command ID I use, I always get the second menu item as
tooltip...
4. Reading more code...
RE.
-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: 8
Date: Sat, 26 May 2007 06:47:16 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: User language
define system menu entry
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=4331530
By: jumbo444
That is so great !!!
Many thanks.
Would it be possible to have this simple information added on page
http://notepad-plus.sourceforge.net/uk/UserLanguageDefineSystem-HOWTO.php ?
It should help newbies like me !
Have a good day. -- Laurent
______________________________________________________________________
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: 9
Date: Sat, 26 May 2007 08:08:52 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] XML file is not
line by line indicated
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=4331588
By: nobody
XML-Datei wird nicht zeilenweise angezeigt / XML file is not line by line
indicated.
This is an automated translation (Google). I can do no English and I a
German-language forum side did not find.
NPP 4.1.2 is installed. OS = Win XP, SP2.
Problem:
If I load the XML file into the IE or FF, contents are line by line indicated.
In the NPP however everything is represented as line 2; it takes place thus
no line-makeup. In line 1 it means: ?<?xml version="1,0? encoding="UTF-8??>?.
XML was recognized thus and is in such a way selected also in the menu
?languages?. Nevertheless no languagetypical announcement takes place.
Question:
Where is which to be adjusted?
Note: The search result ?not line by line indicated? would result in 1212
hits. That is not to be found like the needle in heap of hay. Probably the
question
wrongly, only I is white no better. Or do I search in the wrong place? Pardon
thus!
Wollie
-----------------------------------------
In deutsch:
Oben die automatisierte ?bersetzung (Google). Ich kann kein Englisch und ich
habe eine deutschsprachige Forumsseite nicht gefunden.
Installiert ist NPP 4.1.2. OS = Win-XP, SP2.
Problem:
Lade ich die XML-Datei in den IE oder FF, wird der Inhalt zeilenweise angezeigt.
Im NPP jedoch wird alles als Zeile 2 dargestellt; es findet also kein
Zeilenumbruch
statt. In Zeile 1 heisst es: "<?xml version="1.0" encoding="UTF-8"?>". XML wurde
also erkannt und ist auch im Men? "Sprachen" so angew?hlt. Trotzdem erfolgt
keine sprach-typische Anzeige.
Frage:
Wo ist was einzustellen?
Hinweis:
Das Suchergebnis "not line by line indicated" ergabe 1212 Treffer. Das ist wie
die Nadel im Heuhaufen = nicht zu finden. Wahrscheinlich ist die Fragestellung
falsch, nur ich weiss keine bessere. Oder suche ich an der falschen Stelle?
Pardon also!
Wollie
______________________________________________________________________
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: 10
Date: Sat, 26 May 2007 09:06:55 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Place of discovery
is not indicated
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=4331631
By: nobody
Fundstelle wird nicht angezeigt / Place of discovery is not indicated:
This is an automated translation. I can do no English and I a German-language
forum side did not find.
NPP 4.1.2 is installed. OS = Win XP, SP2.
Problem:
1.) A XML file is loaded, in which ?Berlin? (36 subject) and ?Sample?
(78 subject) the words among other things occurs. If I enter the search word
?Berlin?, nothing seems to happen. The window does not change (it remains,
although in it the search word is not contained), the hit obviously not in the
window is indicated, I white not, where the cursor jumped.
2.) If I shift window contents to the place, where the search word is to be
found and operate then the Button ?Weitersuchen?, window contents jump again
back on line 1.
Note:
It is remarkable that the entire file is combined into only one line = line
2. I had already described this strange effect in my entry ?XML file is not
line by line indicated?. This concerns the same file. In line 1 is to be read:
<?xml version="1.0" encoding="UTF-8"?>.
Question:
Where is which to be adjusted?
Wollie
--------------------------------------------------------------
Original-Fassung:
Fundstelle wird nicht angezeigt.
Dies ist eine automatisierte ?bersetzung. Ich kann kein Englisch und ich habe
eine deutschsprachige Forumsseite nicht gefunden.
Installiert ist NPP 4.1.2. OS = Win-XP, SP2.
Problem:
1.) Geladen ist eine XML-Datei, in der u. a. die Worte "Berlin" (36 fach) und
"Sample" (78 fach) vorkommen. Gebe ich den Suchbegriff "Berlin" ein, scheint
nichts zu passieren. Das Fenster ver?ndert sich nicht (es bleibt stehen, obwohl
darin das Suchwort nicht enthalten ist), der Treffer wird offensichtlich nicht
im Fenster angezeigt, ich weiss nicht, wo der Cursor hingesprungen ist.
2.) Verschiebe ich den Fensterinhalt an die Stelle, wo der Suchbegriff zu finden
ist und bet?tige dann die Schaltf?che "Weitersuchen", springt der Fensterinhalt
wieder zur?ck auf Zeile 1.
Hinweis:
Auffallend ist, dass die gesamte Datei zu einer einzigen Zeile zusammengefasst
ist = Zeile 2. Ich hatte diesen seltsamen Effekt bereits in meinem Eintrag "XML
file is not line by line indicated" beschrieben. Es handelt sich um die gleiche
Datei. In Zeile 1 ist zu lesen:
<?xml version="1.0" encoding="UTF-8"?>.
Frage:
Wo ist was einzustellen?
Wollie
______________________________________________________________________
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 DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 12, Issue 87
*************************************************