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: Feature Request - Mark lines
(SourceForge.net)
2. [notepad-plus - Plugin Development] e4x support? (SourceForge.net)
3. [notepad-plus - Open Discussion] Tabs closure (SourceForge.net)
4. [notepad-plus - Open Discussion] Read only mode (SourceForge.net)
5. [notepad-plus - Open Discussion] RE: Read only mode
(SourceForge.net)
6. Toolbar keeps reverting to large icons (Mike Soultanian)
7. [notepad-plus - Plugin Development] RE: Calltip - feature add
(SourceForge.net)
8. [notepad-plus - Help] RE: how to disable setting in TextFX
settings (SourceForge.net)
9. [notepad-plus - Help] how to search in this forum
(SourceForge.net)
10. [notepad-plus - Help] RE: how to search in this forum
(SourceForge.net)
11. [notepad-plus - Help] RE: Fold/Collapse Normal Text
(SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Sat, 24 Jan 2009 15:58:16 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Feature Request
- Mark lines
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=6237614
By: jchoksi
Ack!
I just checked the latest version of Notepad++ 5.1.4 and it already has this
feature!
\o/ hurrah
Please ignore the feature request.
______________________________________________________________________
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: Sat, 24 Jan 2009 16:40:32 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] e4x
support?
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=6237961
By: vaerfor
Is it possible to give support for e4x literals
(http://en.wikipedia.org/wiki/E4X)
in javascript?
Either with a language definition or plugin (I've not really looked into how
np++ is structured).
How could I do this or has it already been done/is planned?
______________________________________________________________________
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: 3
Date: Sat, 24 Jan 2009 18:11:01 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Tabs
closure
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=6238453
By: and7ey
I've defined docs closure by pressing Esc. But if the document being closed
is last one, then Notepad++ is not closed - it opens new empty document. Is
there any way to close Notepad++ instead in such case?
______________________________________________________________________
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: Sat, 24 Jan 2009 18:13:03 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Read
only mode
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=6238462
By: and7ey
Is there any way to open document in Np++ in Read Only mode thru command line?
Sometimes I want to use Notepad++ as viewer (with syntax highlighting).
______________________________________________________________________
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: Sat, 24 Jan 2009 18:38:56 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Read
only mode
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=6238582
By: janschreiber
Provide the -ro command line parameter.
______________________________________________________________________
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: Sat, 24 Jan 2009 22:10:19 -0800
From: Mike Soultanian <[email protected]>
Subject: [Notepad-plus-plus] Toolbar keeps reverting to large icons
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
I'm not sure what happened, but just recently the np++ toolbar keeps
reverting to the large toolbar icons even though I set it back to the
standard small icons. Does anyone know what I can do to fix this problem?
Thanks!
Mike
------------------------------
Message: 7
Date: Sat, 24 Jan 2009 12:51:38 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Calltip - feature add
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=6236364
By: shamuntoha
if i add this in php.xml it create second hints, its very smart. but each hint
how can i put my custom descriptions?
<?xml version="1.0" encoding="Windows-1252" ?>
<NotepadPlus>
<AutoComplete>
<KeyWord name="abs" func="yes">
<Overload retVal="int">
<Param name="int number" />
</Overload>
<Overload retVal="int">
<Param name="*My descriptions for dictionary of php,
eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
" />
</Overload>
</KeyWord>
.....
______________________________________________________________________
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, 24 Jan 2009 19:03:53 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: how to disable
setting in TextFX settings
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=6238759
By: sparvata
one more question. how to save these settings? When I re-open notepad++ the
setting is not saved.
______________________________________________________________________
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, 24 Jan 2009 19:05:33 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] how to search in
this forum
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=6238773
By: sparvata
Does anyone know how to search in this forum. I see a search box on the top
right but it searches entire sourceforge site. I want to simply search within
this notepad++ Help forum. Thanks in advance.
______________________________________________________________________
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, 24 Jan 2009 19:51:16 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: how to search
in this forum
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=6238989
By: tysiva
In the tabs at the top--"Summary", "Hosted Apps"--look on the "Forums" dropdown
menu. There is a search link from which you can select the Notepad++ forum you
want to search.
______________________________________________________________________
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: Sat, 24 Jan 2009 19:57:53 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Fold/Collapse
Normal 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=6239029
By: tysiva
Miss-typed above.
What I mean is, it would be great if normal text files could be *folded* based
on indentation.
______________________________________________________________________
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:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 32, Issue 50
*************************************************