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 - Help] userDefineLang.xml with     v5.4.5
      (SourceForge.net)
   2. [notepad-plus - Help] RE: Import/Export   configuration?
      (SourceForge.net)
   3. [notepad-plus - Help] Which Auto-indent? How      did you use it?
      (SourceForge.net)
   4. [notepad-plus - Help] RE: plain text (SourceForge.net)
   5. [notepad-plus - Help] RE: Selection Highlighting (SourceForge.net)
   6. [notepad-plus - Help] "Clear" button,     "Purge for each search"
      box? (SourceForge.net)
   7. [notepad-plus - Help] RE: charecter problem (SourceForge.net)
   8. [notepad-plus - Help] RE: add tags to inserted    text
      (SourceForge.net)
   9. [notepad-plus - Help] RE: Crash while saving (SourceForge.net)
  10. [notepad-plus - Open Discussion] search in        files default
      folder/directory (SourceForge.net)


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

Message: 1
Date: Sun, 19 Jul 2009 12:41:33 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] userDefineLang.xml
        with    v5.4.5
To: nore...@sourceforge.net
Message-ID: <7512818.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=7512818
By: wyti

Hi everyone, I downloaded the autohotkey language on the npp site. (this file
: http://notepad-plus.sourceforge.net/commun/userDefinedLang/userDefineLang_auto
hotkey.xml)

I renamed it to userDefineLang.xml and copy it in C:\Program Files\Notepad++.

I restarted npp, but i can't see the user define language, what am i doing wrong
?

______________________________________________________________________
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: Sun, 19 Jul 2009 12:57:46 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Import/Export
        configuration?
To: nore...@sourceforge.net
Message-ID: <7512846.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=7512846
By: cchris

styler.xml and userDefineLang.xml, for builtin and user defined languages
respectively, hold all the colour/font information. There is no export function,
since the files are available at alll times, and changed on the fly.

See http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=Syntax_Hi
ghlighting_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=331754



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

Message: 3
Date: Sun, 19 Jul 2009 13:03:51 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Which Auto-indent?
        How     did you use it?
To: nore...@sourceforge.net
Message-ID: <7512861.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=7512861
By: michelmerlin

Sam 2009-07-04 17:10 GMT: ? 3> I am currently using TextFX plugin -> Auto-indent
C++ code option ?
Sam 2009-07-06 03:25 GMT: ? Finally got this working. ?

I have nothing like "Auto-indent" under "NPPP > TextFX" or "NPPP > Plugins";
but I have "NPPP > Settings > MISC > Auto-indent".

Could you tell exactly what you are using, eventually where and how you got
it, how you did, and what you got? TIA,

Versailles, Sun 19 Jul 2009 15:03:50 +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=331754



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

Message: 4
Date: Sun, 19 Jul 2009 13:04:54 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: plain text
To: nore...@sourceforge.net
Message-ID: <7512864.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=7512864
By: cchris

They are not the same.
Spaces can occur inside of a literal string for instance, so thy must count.
Tabs may separate columns of text, so they should too.

Line terminators are here, so they must count in a number of bytes selected.
However, changing the file format doesn't change the text inside, just its 
binary
representation. So changing CR+LF to LF shouldn't count as a character number
change. Formatting in UTF-9 wil cause an &eacute; to be coded on two bytes,
while it would fit on 1 byte if in ANSI: thuis shouldn't count as char number
either.

Perhaps something like: Total characters: 261 (284 bytes) is useful. I don't
know if the status bar is long enough. Or leave a true character count, and
have HexEditor report the number of bytes, I'd go for this one.

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: 5
Date: Sun, 19 Jul 2009 13:23:18 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Selection
        Highlighting
To: nore...@sourceforge.net
Message-ID: <7512886.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=7512886
By: cchris

I would suggest you start actually working, Michel.

In Styler Configurator, near the top, there is a theme selector dropdown. This
lets you choose between a now wide variety of colouring schemes, and smart
highlithging / selection background / Mark using 1st style etc are just some
parts of it. Just inspect what the righthand list looks like when selecting
Global styles.

Please browse through the themes, and see if some is better suitable for your
needs than the default. It all depends on your eyes and monitor colour 
sensitivity,
one size will never fit all. Theme files have the same structure as styler.xml,
or rather styler.xml is just the default theme file.

Then when you find something you almost like, you can tweak it. If it is not
convenient to tweak it from the dialog, you can open the xml file and play 
around
with it. And when you are happy, with some combination that will be perect for
you, and won't be for your neighbour, you can even share it, for it to be 
distributed
along the others.

Isn't that more constructive? I can't think of more control for the user - not
to mention the transparency thing or other tricks that are hidden in Scintilla
documentation, but still available?

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: 6
Date: Sun, 19 Jul 2009 13:26:26 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] "Clear" button,
        "Purge for each search" box?
To: nore...@sourceforge.net
Message-ID: <7512890.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=7512890
By: michelmerlin

Thx for the info.
I failed to find "the Clear button", or "the Purge for each search checkbox".
Could you tell more precisely the path to them? TIA,

Versailles, Sun 19 Jul 2009 15:26:25 +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=331754



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

Message: 7
Date: Sun, 19 Jul 2009 13:46:42 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: charecter
        problem
To: nore...@sourceforge.net
Message-ID: <7512931.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=7512931
By: cchris

When you say "show", is it in NP++ or on your web page? I'll assume the former.

You need to set your default font to something that will show the proper 
characters.
In Settings -> Styler Configurator, select PHP on the left list, DEFAULT on
the right list. You may see some font, or no font, which means normal text is
being used. Replace with an adequate font, and things should work.

Now I'd expect these characters to appear in strings or comments rathe than
identifiers. If so, modify these style elements instead of DEFAULT.

Or: if, as I suspect, you also wish to type these chaacters in normal text,
then instead select Global styles and Default style. Chancces are that the 
changes
will trickle down to PHP.

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: 8
Date: Sun, 19 Jul 2009 13:49:50 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: add tags to
        inserted        text
To: nore...@sourceforge.net
Message-ID: <7512936.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=7512936
By: cchris

I can see at least two ways:
1/ use te WebEdit plugin to add the pair of matched tags around the text you
just pasted;
2/ Define a macro which does: "<B>" Ctrl+V "</B>"

There may be other ones.

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: 9
Date: Sun, 19 Jul 2009 14:03:28 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Crash while
        saving
To: nore...@sourceforge.net
Message-ID: <7512964.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=7512964
By: cchris

A quick way to remove plugins is to rename the folder to say "lugins".

You can always unregister the context menu entry by opening cmd.exe and entering
"c:\windows\system32\regsvr32.exe /u /s nppcm.dll". Folder may be different
on different versions of Windows.

Perhaps the installer should choose the default value for the checkbox about
shell extension depending on whether this is a clean install or not. I don't
know if it can.

Regarding colours, please
see http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=Syntax_Hi
ghlighting_Sharing for information. Basically, the config files hold all the
data, s there is no need to export them, just copy or merge them.

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: 10
Date: Sun, 19 Jul 2009 14:28:41 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] search
        in      files default folder/directory
To: nore...@sourceforge.net
Message-ID: <7513007.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=7513007
By: afriza

Hi,

I've been using NP++ for years, but with the recent updates, I noticed that
when I do a search in files (ctrl+shift+F) while editing a file, the default
folder is no longer the folder in which the current file resides.

Is this change of behavior intentional or is it a regression?

regards,

Afriza N. Arief

______________________________________________________________________
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



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

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge

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

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

Reply via email to