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: PHP start tag required?
(SourceForge.net)
2. [notepad-plus - Help] RE: Auto-complete text and default
header problem (SourceForge.net)
3. [notepad-plus - Open Discussion] RE: Suggestion: Text clips
are missing (SourceForge.net)
4. [notepad-plus - Open Discussion] Language (SourceForge.net)
5. [notepad-plus - Open Discussion] RE: Feature Request:
Vertical Tabs (SourceForge.net)
6. [notepad-plus - Plugin Development] Dreamweaver-like
autoclose (SourceForge.net)
7. [notepad-plus - Open Discussion] Change indent on a block of
text (SourceForge.net)
8. [notepad-plus - Open Discussion] RE: Suggestion: Text clips
are missing (SourceForge.net)
9. [notepad-plus - Open Discussion] RE: Change indent on a block
of text (SourceForge.net)
10. [notepad-plus - Help] OpenVMS DCL language comments
(SourceForge.net)
11. [notepad-plus - Plugin Development] RE: JQuery integration
(SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Thu, 09 Oct 2008 11:41:25 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: PHP start tag
required?
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=5394180
By: heravar
Its by design... there's no way editing any xml/ini file to change that...
Sorry =(
______________________________________________________________________
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, 09 Oct 2008 11:56:39 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Auto-complete
text and default header 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=5394236
By: heravar
1) Menu TextFX -> TextFX Settings -> AutoClose Brace / Tags will do most of
the job
Then, the CTRL+B / etc stuff, you can do it several ways: recording a macro
and setting those shortcuts, or you could use the QuickText plugin, and use
B + (Ctrl+Enter) for Bold and so on...
2) For this you can use QuickText plugin too...
______________________________________________________________________
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: Thu, 09 Oct 2008 11:57:49 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Suggestion: Text clips are missing
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=5394242
By: heravar
Use QuickText plugin to make your own clips
______________________________________________________________________
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, 09 Oct 2008 11:59:11 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Language
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=5394248
By: qwesp
I dont know if this is a bug or missing feature, but on opening a file, no
language
is set for the file. 'Normal text' is used instead of php or python. The
language
can be guessed by file's extension. I'm using version 5.0.3. I found nothing
about this behaviour in bugtracker or open discussion
______________________________________________________________________
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, 09 Oct 2008 12:00:32 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Feature Request: Vertical 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=5394256
By: heravar
You could use WindowManager plugin:
Screenshot: http://notepad-plus.sourceforge.net/commun/screenshots/scrsh_withWM.
png
Download: https://sourceforge.net/project/showfiles.php?group_id=189927&package_
id=254115
______________________________________________________________________
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, 09 Oct 2008 12:17:09 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
Dreamweaver-like autoclose
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=5394316
By: heravar
Greetings,
I supposed that someone would have post about this sometime in the past, but
couldnt find any... If someone already did, forgive me...
Since we have 2 plugins which do exactly the same:
Menu Plugins -> Insert -> Close HTML/XML tag automatically
Menu TextFX -> TextFX Settings -> Autoclose XHTML/XML <Tag>
I think it would be a good idea that one of them would work like dreamweaver's
autoclose:
It doesnt close the tag exactly when you type it, but closes the last matching
tag when you type "</"
For example, I type "<table>", then "<tr>" and then "<td>" and nothing happens.
Then, when I type "</" it automatically adds the "td>", making it "</td>"
When I type "</" again, it adds the "tr>", making it "</tr>", and so on...
*Shrugs* Just an idea...
______________________________________________________________________
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: Thu, 09 Oct 2008 14:10:22 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Change
indent on a block of text
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=5394791
By: gpbranch
Is there a way to change the indetation on a block of text?
______________________________________________________________________
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: Thu, 09 Oct 2008 14:17:07 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Suggestion: Text clips are missing
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=5394815
By: gmacri
Thank you Daniel!
I was trying QuickText plugin, but:
1) The text Clips capacity is of some lines only
2) If you have many clips is easy to forget the names,
So there must be a menu with the name of the text Clips as in other programs
(PsPad for example), may be this is something to suggest to the QuickText plugin
engaged persons.
Best regards
______________________________________________________________________
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, 09 Oct 2008 15:13:23 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Change indent on a block of text
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=5395093
By: tombarlow
Yeah, highlight it and press tab (or shift+tab to decrease). It doesn't replace
the text highlighted with a tab character like you might expect.
______________________________________________________________________
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, 09 Oct 2008 17:30:34 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] OpenVMS DCL
language comments
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=5395630
By: maurertodd
I'm looking to create a user defined languange for OpenVMS' DCL command
language.
The first hurdle I've found is defining comments. In DCL the parser treats
everything after the first exclamation point "!" as a comment. I can't get
the language definition to correctly recognize the following at comments
!comment
$! commend
$!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!everything
after "$" is comment.
$ SHOW TIME !comment
$ DIRECTORY !! comment
And so forth.
Also if anyone has a DCL definition I'd love to see 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: 11
Date: Thu, 09 Oct 2008 18:00:09 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
JQuery integration
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=5395784
By: perunaion
This is something I too would love to see. I'm unfamiliar with what is necessary
for doing this, I assume it can be tacked onto what is existing completion for
other languages?
______________________________________________________________________
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
------------------------------
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 29, Issue 23
*************************************************