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: Single       line
      comment/uncomment (SourceForge.net)
   2. [notepad-plus - Open Discussion] RE: Supporting   Right to Left
      languages (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: Bug: Installing without
      APP_DATA in Windows 7 (SourceForge.net)
   4. [notepad-plus - Open Discussion] RE: Extended     collapsing
      (SourceForge.net)
   5. [notepad-plus - Open Discussion] RE: Supporting   Right to Left
      languages (SourceForge.net)
   6. [notepad-plus - Help] RE: few questions about     settings in n++
      (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: Shortcut     mapper will not
      remap keys on Vista (SourceForge.net)
   8. [notepad-plus - Open Discussion] RE: Extended     collapsing
      (SourceForge.net)
   9. [notepad-plus - Open Discussion] Tagging and      segmenting of
      English sentences (SourceForge.net)
  10. [notepad-plus - Open Discussion] RE: Extended     collapsing
      (SourceForge.net)
  11. [notepad-plus - Help] RE: remove hr from code     fold?
      (SourceForge.net)


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

Message: 1
Date: Thu, 02 Jul 2009 09:59:07 +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: <7475669.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=7475669
By: cchris

I was referring
to http://sourceforge.net/apps/ideatorrent/notepad-plus/ideatorrent/idea/17/

As I mentioned already, you cannot use Ctrl+Q in a macro. The fix would be very
beneficial, but heavy in development time. What you see in shortcuts.xml is
a sequence of row messages (go to position xyz, insert "abc") with no semantics.

If you use only a single language, or languages with the same comment marks,
you can hardcode it as in the macros on IdeaTorrent.

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: Thu, 02 Jul 2009 10:00:52 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Supporting      Right to Left languages
To: nore...@sourceforge.net
Message-ID: <7475671.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=7475671
By: cchris

Doesn't View -> Text direction RTL help?

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: 3
Date: Thu, 02 Jul 2009 10:06:20 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Bug:
        Installing without APP_DATA in Windows 7
To: nore...@sourceforge.net
Message-ID: <7475680.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=7475680
By: cchris

I am pretty sure all these bugs can be fixed by adding to your Notepad++ folder
a zero byte file named doLocalConf.xml.

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: 4
Date: Thu, 02 Jul 2009 10:08:40 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Extended        collapsing
To: nore...@sourceforge.net
Message-ID: <7475686.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=7475686
By: cchris

Not supported. The folding is done by the current lexer. You may want to create
an usr defined language for this purpose. No whitespace in keywords, otherwise
the scheme will fail.

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: 5
Date: Thu, 02 Jul 2009 10:46:25 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Supporting      Right to Left languages
To: nore...@sourceforge.net
Message-ID: <7475727.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=7475727
By: dordor

Hi CChris,

The View->RTL option does not help. It only moves the text to the right.

But what happens when I write in one sentence both English and a Right-to-Left
language?
When I do that, if I'm trying to mark with the mouse some characters in my 
sentence
(either English character or the RTL language's characters), the order of the
characters change. All the sentence looks weird as a result of marking some
characters. This happens both in LTR or RTL modes.

I think that many people who's English isn't their native language would be
familiar with this situation. I found this problem when I tried to write a text
file for my system, which in this case you must write English and a RTL language
in one line:

// PHP code:
$text['Hello_World'] = '-Some_RTL_Language_characters_here-';

______________________________________________________________________
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, 02 Jul 2009 09:12:28 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: few questions
        about   settings in n++
To: nore...@sourceforge.net
Message-ID: <7475585.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=7475585
By: cchris

There is no native compae function, but there is a standard Compare plugin,
which comes in the installed bundle if you chose to install plugins. See the
Plugins menu and check the entries of the Compare submenu, if you have it.

Wrapping lines: use Edit -> Word wrap to turn on or off. Wrapping takes place
at the window edge, not at a fixed number of characters.

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: Thu, 02 Jul 2009 13:50:02 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Shortcut        mapper will not remap keys on Vista
To: nore...@sourceforge.net
Message-ID: <7476023.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=7476023
By: jive01

Never mind! I found the answer. Just right click Notepad++ and run as 
administrator
before configuring any shortcuts on notepad++ Vista/Windows 7.

______________________________________________________________________
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, 02 Jul 2009 12:28:43 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Extended        collapsing
To: nore...@sourceforge.net
Message-ID: <7475879.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=7475879
By: gib-mir-kraft

Hm. And can I create a copy of already existed language?


______________________________________________________________________
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, 02 Jul 2009 16:07:27 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Tagging
        and     segmenting of English sentences
To: nore...@sourceforge.net
Message-ID: <7476326.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=7476326
By: forkingbr

Hallo!
Anyone who has used Notepad++ for inserting word tags for each word in a 
sentence
and segmenting the sentence into phrases, I would be pleased to have contact
with.
Thanks and regards, forkingbr.

______________________________________________________________________
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, 02 Jul 2009 15:51:28 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Extended        collapsing
To: nore...@sourceforge.net
Message-ID: <7476277.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=7476277
By: cchris

Yes:
1/ If you can see your language in the UDL, click Save As and enter a new name.
This will clone your current language, and now the two copies live separate
lives.
2/ userDefineLang.xml has a single <Notepad-plus> node, containing one or more
<UserLang> nodes. Each such node is a known user defined language as long as
they have different names. You can copy and paste such nodes at will - just
ensure all language names are distinct.

See also http://sourceforge.net/apps/mediawiki/notepad-plus/Syntax_Highlighting_
Sharing

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: 11
Date: Thu, 02 Jul 2009 16:08:05 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: remove hr from
        code    fold?
To: nore...@sourceforge.net
Message-ID: <7476327.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=7476327
By: cchris

You will need a synthetic macro to tweak the folding style, and find what is
more convenient for you.

Add the following in shortcuts.xml, just before </Macros> 
<Macro name="setFoldStyle" Ctrl="yes" Alt="yes" Shift="no" Key="100">
  <Action type="0" message="2233" wParam=999 lParam="0">
</Macro>

The name and key binding can be changed from the shortcut mapper.

Now don't use 999 actually. Use a sum of zero or more of the following style
glags instead:

SC_FOLDFLAG_LINEBEFORE_EXPANDED=0x0002
SC_FOLDFLAG_LINEBEFORE_CONTRACTED=0x0004
SC_FOLDFLAG_LINEAFTER_EXPANDED=0x0008
SC_FOLDFLAG_LINEAFTER_CONTRACTED=0x0010 (ie 16)
SC_FOLDFLAG_LEVELNUMBERS=0x0040 (ie 64)
SC_FOLDFLAG_BOX=0x0001

Use a numeric constant - the names should tell you what each flag does. You
can experiment with different values to find the better visual efect.

The considerations in
http://sourceforge.net/appps/mediawiki/notepad-plus/index.php?title=Configuratio
n_Files apply about editing shortcuts.xml.

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



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

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


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

_______________________________________________
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 14
*************************************************

Reply via email to