Send Notepad-plus-plus mailing list submissions to
        notepad-plus-plus@lists.sourceforge.net

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
        notepad-plus-plus-requ...@lists.sourceforge.net

You can reach the person managing the list at
        notepad-plus-plus-ow...@lists.sourceforge.net

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: Allow        edition of MS
      Compound Documents (SourceForge.net)
   2. [notepad-plus - Help] RE: Where are stored        shortcuts
      (SourceForge.net)
   3. [notepad-plus - Plugin Development] RE: API for   Gmod Lua
      (SourceForge.net)
   4. [notepad-plus - Plugin Development] RE: NppExec   Query
      (SourceForge.net)
   5. [notepad-plus - Plugin Development] RE: NppExec   Query
      (SourceForge.net)
   6. [notepad-plus - Help] RE: Where are stored        shortcuts
      (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: Single       line
      comment/uncomment (SourceForge.net)
   8. [notepad-plus - Open Discussion] RE: Feature      request: sort
      selected lines (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE: Allow        edition of MS
      Compound Documents (SourceForge.net)
  10. [notepad-plus - Open Discussion] RE: Single       line
      comment/uncomment (SourceForge.net)
  11. [notepad-plus - Open Discussion] Supporting       Right to Left
      languages (SourceForge.net)


----------------------------------------------------------------------

Message: 1
Date: Wed, 01 Jul 2009 08:19:54 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Allow   edition of MS Compound Documents
To: nore...@sourceforge.net
Message-ID: <7473418.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7473418
By: tetardd

PS: These files are also called OLE Compound files.

See: http://msdn.microsoft.com/en-us/library/aa380369(VS.85).aspx

______________________________________________________________________
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, 01 Jul 2009 09:05:49 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Where are
        stored  shortcuts
To: nore...@sourceforge.net
Message-ID: <7473542.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7473542
By: thedrev

Thanks that's what I was searching, 
I guest that every shortcuts found in Settings/Shortcut mapper can be mapped
in shortcut.xml ?
But when I remap a shortcut the change is save elsewhere... How can I found
the good id for a plugin ?
ex : remappe quicktext plugin shortcut key or autocomplete function shortcut
build in ?

by the way, the shortcut.xml should not be edited while notepad++ is laungth,
or changes will be canceled.

______________________________________________________________________
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: Wed, 01 Jul 2009 09:07:15 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        API for Gmod Lua
To: nore...@sourceforge.net
Message-ID: <7473543.482...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7473543
By: cchris

Do you mean an autocompletion lua.xml API file? Sure, just like cpp.xml, with
the same syntax. Lua's lexer is loaded by Scintilla like all those from 
SciLexer.dll
are.

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=482781



------------------------------

Message: 4
Date: Wed, 01 Jul 2009 09:05:15 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        NppExec Query
To: nore...@sourceforge.net
Message-ID: <7473541.482...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7473541
By: dv__

If you still want to use NPP_RUN (i.e. to run pc.exe in its own console window),
you can try the following:

env_set prjpath=c:\workarea\progwinx
cd $(SYS.PRJPATH)
npp_run pc /t/w/c $(SYS.PRJPATH)\prog2win.prj 

Some old compilers have problems with files located in different directory than
the current directory, therefore the CD command may help.
I have no other suggestions.

> Nothing in Plugins\Config

Type this in NppExec's Console:

dir $(PLUGINS_CONFIG_DIR)\npe*.txt


______________________________________________________________________
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: 5
Date: Wed, 01 Jul 2009 09:23:44 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        NppExec Query
To: nore...@sourceforge.net
Message-ID: <7473566.482...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7473566
By: paoloricardo

> I have no other suggestions.

OK, thanks - I'll stick with cmd /c

> dir $(PLUGINS_CONFIG_DIR)\npe*.txt 

Right, this took me to C:\Documents and Settings\Application 
Data\Notepad++\plugins
and there they were. 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=482781



------------------------------

Message: 6
Date: Wed, 01 Jul 2009 10:22:07 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Where are
        stored  shortcuts
To: nore...@sourceforge.net
Message-ID: <7473638.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7473638
By: cchris

There are two categories of shortcuts which is not mapped to shortcuts.xml.
If a Scintilla command or Main menu command has kept its default mapping, this
is shown by Shortcut mapper, but not recorded in shortcuts.xml. If such a 
shortcut
is changed or added, then this will go to shortcuts.xml. You can add alternate
shortcuts to Scintilla commands only.

About editing shortcuts.xml, see
http://sourceforge.net/apps/mediawiki/notepad-plus/Configuration_Files You can
do it with Notepad++, but need to play with the read only flag. Or more simply
copy somewhere, edit and then replace original with edited copy. Always back
up the original prior.

For details on decoding the contents of shortcuts.xml, or synthesizing it, see
http://sourceforge.net/apps/mediawiki/notepad-plus/Editing_Configuration_Files
This will tell you how to figure out internal ids for plugin functions.

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: 7
Date: Wed, 01 Jul 2009 10:44:43 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Single  line comment/uncomment
To: nore...@sourceforge.net
Message-ID: <7473662.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7473662
By: cchris

Hmm it seems that Ctrl+Q in a macro does not to what it is supposed to on 
playback.
At least not always. Did the macros posted on IdeaTorrent do the job correctly?

I'm starting to wonder if we shuldn't ditch the macro recording facility in
Scintilla and design one based only on editor semantics. Recording raw Scintilla
messages as it is being done currently raises plenty of issues like this. Not
a trivial code upheaval. But it would add macro reliability and more flexibility
(like querying parameters, save/restore settings etc).

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: 8
Date: Wed, 01 Jul 2009 10:47:58 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Feature request: sort selected lines
To: nore...@sourceforge.net
Message-ID: <7473669.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7473669
By: cchris

Check the top two entries on TextFX -> TextFX Tools.

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: 9
Date: Wed, 01 Jul 2009 10:57:02 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Allow   edition of MS Compound Documents
To: nore...@sourceforge.net
Message-ID: <7473675.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7473675
By: cchris

This is typically a plugin job - I wonder why it should be an external 
functionality
of Notepad++, but there is a tetris clone already, so why not after all.

Currently, I'd post this on the Plugin Development forum, or
on http://sourceforge.net/apps/mediawiki/notepad-plus/Need_A_Plugin page.

IdeaTorrent is an option too, but the would be developer of the plugin won't
be able to promote the idea. When phpBB is running - we've got to start 
addressing
this - there will be more convenient options.

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: 10
Date: Wed, 01 Jul 2009 11:13:45 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Single  line comment/uncomment
To: nore...@sourceforge.net
Message-ID: <7473692.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7473692
By: laci272

I don't know about IdeaTorrent macros, can you please point me there?

I've tried editing the shortcuts.xml file directly and add Scintilla commands
directly there, but it didn't work (maybe because scintilla has many action
numbers for the same command: commentline).
Maybe you can find the right command and post it here? 
It would be a great addition to Notepad++ as I always used 'NUMPAD -' to comment
a line in Scite.

Thx. 
Adi

______________________________________________________________________
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: 11
Date: Wed, 01 Jul 2009 11:15:45 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        Supporting      Right to Left languages
To: nore...@sourceforge.net
Message-ID: <7473694.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7473694
By: dordor

Hello,

I'm using NPP for many years and I like it a lot.
I feel that only one thing is missing: the support of right to left languages.

Could you please add it in any further release?

Thanks in advance.

Best regards,
Dor.

______________________________________________________________________
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



------------------------------

------------------------------------------------------------------------------


------------------------------

_______________________________________________
Notepad-plus-plus mailing list
Notepad-plus-plus@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus


End of Notepad-plus-plus Digest, Vol 38, Issue 10
*************************************************

Reply via email to