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: Difference between
Encode in..vs Convert to.. (SourceForge.net)
2. [notepad-plus - Open Discussion] Smarty highlighting
(SourceForge.net)
3. [notepad-plus - Open Discussion] Notepad +++ Bundles ?
(SourceForge.net)
4. [notepad-plus - Help] RE: Syntax Highlighting Weird Problem
(SourceForge.net)
5. [notepad-plus - Help] Adding syntax highlighting?
(SourceForge.net)
6. [notepad-plus - Open Discussion] RE: Notepad +++ Bundles ?
(SourceForge.net)
7. [notepad-plus - Open Discussion] RE: Show Only Tabs
(SourceForge.net)
8. [notepad-plus - Translation] RE: Hungarian Translation is
updated (SourceForge.net)
9. [notepad-plus - Help] RE: Syntax Highlighting Weird Problem
(SourceForge.net)
10. Re: Notepad-plus-plus Digest, Vol 39, Issue 43
([email protected])
11. [notepad-plus - Open Discussion] NEVER omit ANY leading zero
in Date and Time (SourceForge.net)
12. [notepad-plus - Help] RE: Syntax Highlighting Weird Problem
(SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Wed, 26 Aug 2009 08:29:54 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Difference between Encode in..vs Convert to..
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=7585088
By: cchris
http://sourceforgenet/apps/mediawiki/notepad-plus/indexphp?title=Convert_Or_Enco
de%3F
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=331753
------------------------------
Message: 2
Date: Wed, 26 Aug 2009 09:13:08 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Smarty
highlighting
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=7585313
By: twanvdpoel
He guys,
does anyone know howto get Smarty as HTML highlighted in Notepad (v.5.4.5) ?
I tried playing a bit with the XML files but unfortunatly it did not work.
Best regards,
Twan van der Poel
______________________________________________________________________
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: 3
Date: Wed, 26 Aug 2009 13:17:43 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Notepad
+++ Bundles ?
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=7586081
By: gaga255
Can Notepad++ have bundles in it like Intype i really like Notepad++ but if
it has bundles it will be the best text editor around without competition .
______________________________________________________________________
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: Wed, 26 Aug 2009 13:28:18 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Syntax
Highlighting Weird 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=7586120
By: rohaq
As far as I can see, this is supposed to happen in order to highlight strings
of text, and happens across most languages in Notepad++.
______________________________________________________________________
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, 26 Aug 2009 13:34:45 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Adding syntax
highlighting?
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=7586146
By: rohaq
I'd like to add the same colour highlighting that is currently used for strings
inbetween quotes (" and ') to the functions q{}, qq{}, qw{} etc. to the existing
syntax highlighting profile for Perl in Notepad++.
Any ideas as to how I could add this?
______________________________________________________________________
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: Wed, 26 Aug 2009 13:41:02 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Notepad +++ Bundles ?
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=7586179
By: davegb3
It doesn't, at the moment. However, it's a great idea for a plugin. Suggest
it on IdeaTorrent (in the hosted apps menu), and I'll +1 it.
Just for those that don't know... an "Intype bundle" (as far as I can see) is
basically a predefined piece of text, that will be entered when a keyword is
entered followed by tab. The bundles are dependant on language. The cursor
and highlighted can be customised.
So, in javascript mode, if you type "fun", then press tab, you get
function function_name(first_argument) {
return true;
} // End of function_name
with function_name being highlighted, ready to type over it.
Dave.
______________________________________________________________________
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: Wed, 26 Aug 2009 13:44:11 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Show
Only Tabs
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=7586201
By: vor0nwe
That's not going to be very easy; currently Notepad++ just uses the options
provided by Scintilla (the editor component).
See http://www.scintilla.org/ScintillaDoc.html#SCI_SETVIEWWS for the options
that it supports. You could ask the Scintilla guys to build it in.
______________________________________________________________________
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: 8
Date: Wed, 26 Aug 2009 14:04:25 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Translation] RE:
Hungarian Translation is updated
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=7586294
By: kekson
on ur webpages hun translation, under the plugin section the sentence "A oldalra
dol -b?l tudni dug? van fenntart r?szek?nt -b?l NpWiki++. " makes no sense,
yust to let u know,
btw, i like ur software
Best regards oli
______________________________________________________________________
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=558104
------------------------------
Message: 9
Date: Wed, 26 Aug 2009 14:21:36 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Syntax
Highlighting Weird 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=7586366
By: cryonium
But I think it's just happening to javascript, C++ and some other languages.
Is there anyway to change this behaviour?
______________________________________________________________________
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: 29 Aug 2009 03:38:42 +0200
From: [email protected]
Subject: Re: [Notepad-plus-plus] Notepad-plus-plus Digest, Vol 39,
Issue 43
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset="ISO-8859-1"
El mensaje ha llegado correctamente pero... estoy de vacaciones hasta el
pr?ximo 31 de agosto. Atender? tu correo a la vuelta. Si por el motivo que
fuere necesitas ponerte en contacto con adimedia puedes hacerlo en
[email protected] o en el Telf. 943 63 57 37.
------------------------------
Message: 11
Date: Wed, 26 Aug 2009 14:32:21 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] NEVER
omit ANY leading zero in Date and Time
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=7586405
By: michelmerlin
Sorry my error: RFC 5322 (or 2822) allows to drop just ONE leading zero, the
one in DOM (Day Of Month, officially "day")
The best way IMO to avoid any errors is to NEVER omit ANY leading zero
Versailles, Wed 26 Aug 2009 16:32:20 +0200
______________________________________________________________________
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: 12
Date: Wed, 26 Aug 2009 14:44:33 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Syntax
Highlighting Weird 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=7586448
By: cchris
In Styler Configurator, select Javascript on the language list, STRING on the
style item list, and select the topmost font with no name. This tells NP++ to
apply the default style to this item.
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
------------------------------
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 39, Issue 45
*************************************************