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] RE: AutoHotKey.ahk  userDefineLang.xml
      for NP++ (SourceForge.net)
   2. [notepad-plus - Help] Please Dreamweaver-like     style
      (SourceForge.net)
   3. [notepad-plus - Plugin Development] NppExec run   another child
      process (SourceForge.net)
   4. [notepad-plus - Help] change "highlight" bar (SourceForge.net)
   5. [notepad-plus - Open Discussion] RE: UTF-16       support in N++
      (SourceForge.net)
   6. [notepad-plus - Open Discussion] UI request       regarding close
      buttons (SourceForge.net)
   7. [notepad-plus - Help] Replacing Notepad (SourceForge.net)
   8. [notepad-plus - Open Discussion] RE: UTF-16       support in N++
      (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE: UTF-16       support in N++
      (SourceForge.net)
  10. [notepad-plus - Help] RE: insert control  characters/literals
      (SourceForge.net)
  11. [notepad-plus - Help] RE: insert control  characters/literals
      (SourceForge.net)


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

Message: 1
Date: Wed, 22 Apr 2009 16:44:25 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: AutoHotKey.ahk
        userDefineLang.xml for NP++
To: nore...@sourceforge.net
Message-ID: <7262546.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=7262546
By: cchris

I don't know if this is helpful, but....

The lexer which handles all user defined languages has a fixed structure. It
handles what has been assumed to be"reasonably features" of a language, sso
that "reasonably featured" languages can be described fully using the UDL panel,
and make people happy.

However, there are plenty of languages around which depart more or less from
this archetype. Highlighting will work moe or less for them.

I don't know AHK, but if your % sign defines a segment extending up to the end
of line, the only way currently available in the UDL framework is to treat it
as a so called line comment.

If this workaround is not satisfactory, you have to go the custom, aka external,
lexer route. Given the mounting pressure, there has been some development to
make writing such lexers easier. Please search for "external lexer" in the dorum
for more details and useful links. Reading the source of a few Scintilla lexers,
as well as PluginManager.cpp, should be inspirational too.

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: 2
Date: Wed, 22 Apr 2009 16:46:52 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Please
        Dreamweaver-like        style
To: nore...@sourceforge.net
Message-ID: <7262561.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=7262561
By: sorinu

Hi, can someone make, or post a style like Dreamweaver's? Or here can i find
some complete styles(php, css, htlm.....)?

I used many text editors and i choose Notepad++ but its hard to me to work with
this style. 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=331754



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

Message: 3
Date: Wed, 22 Apr 2009 17:56:53 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
        NppExec run     another child process
To: nore...@sourceforge.net
Message-ID: <7262957.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=7262957
By: bkamrani

Hi,
First thanks for nice piece of code!

Second, is it possible to create several child process OR just kill the last
child process(s) and start a new process by an script?

The reason for choosing a child process is that I want to have output from the
process visible (in the Console).

All I want to achieve is to: 
- run a Python program and see the output in the console (for debugging 
purpose),
- next when I want to test the python program again after some eventual changes
are applied, can run it just by pressing one button (for example F6 or another
shortcut). The last process can be still running or just killed though by the
script.

What I currently do is that I have to kill the process manually before I can
start a new child process, but as I mentioned above I want to automate a bit
this process and do all steps by only one key press. But I can't make it.

Here is one of what I have tried so far.

npp_run taskkill /IM pythonw.exe (or cmd.exe)
cmd /k C:\MSC.Software\MD_Adams\R4_beta\python\win32\pythonw.exe -u
$(FULL_CURRENT_PATH)

Greatfull if somebody can help.
Thanks,
/Behnam

______________________________________________________________________
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, 22 Apr 2009 19:02:01 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] change "highlight"
        bar
To: nore...@sourceforge.net
Message-ID: <7263265.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=7263265
By: mrthompson

I have not been able to find any information on the bar that appears next to
lines of text when they are altered. Perhaps I can get used to it, but for right
now it is disconcerting to see such highlighting stay on the page after saving
changes. The only way I have been able to get rid of the bars is to close the
file and reopen it. I hope there is a setting that can be change to affect the
operation of this feature. Any information would be appreciated.

______________________________________________________________________
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: Wed, 22 Apr 2009 21:16:20 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        UTF-16  support in N++
To: nore...@sourceforge.net
Message-ID: <7264089.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=7264089
By: piotr_dobrogost

Thanks for your replay.

No. After I choose "Encode as UCS2 Little Endian" whole text gets deleted.

Right after opening i see for instance [NUL]H[NUL]T[NUL]T[NUL]P instead of HTTP.
I guess it's not UTF-16 (UCS2) but UTF-8 written in a strange way where each
character is written as [NUL][CHARACTER].
What do you think?




______________________________________________________________________
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: Wed, 22 Apr 2009 21:30:26 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] UI
        request regarding close buttons
To: nore...@sourceforge.net
Message-ID: <7264132.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=7264132
By: phi2x

Hi,


There are some "x letter char" close buttons in Notepad++ that makes me remember
the old DOS days :/

I've made a screenshot of Notapad++ to show the problem: 
http://img524.imageshack.us/img524/9777/npp531.jpg

The green arrows show that there are real close buttons are used in Notepad++.
The red arrows point to the remaining ugly x letter char buttons.

So, it would be nice if those buttons could be fixed to make them up to the
21st century :D


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: 7
Date: Wed, 22 Apr 2009 22:25:18 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Replacing Notepad
To: nore...@sourceforge.net
Message-ID: <7264441.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=7264441
By: brainfrz

I tried to follow the steps given in the downloads section of the website. 
However,
two of the directories listed don't exist in Windows Vista. I ran a search,
but that came up empty as well. Does anyone know which files I need to replace,
and in what order, to replace notepad with Notepad++ in Vista?

Thanks,
Terry

______________________________________________________________________
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: Wed, 22 Apr 2009 22:49:17 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        UTF-16  support in N++
To: nore...@sourceforge.net
Message-ID: <7264678.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=7264678
By: mlippert255

Um, I just tested this w/ N++ ver 5.3.1 (Unicode) and it works fine.

I created a new file, typed in some text, went to the Format menu and selected
"Encode in UCS-2 Little Endian"

saved the file.

closed it in N++.

opened it from N++. (Text looked fine)

used the Hex-Editor plugin to verify that the file was indeed UFT-16LE. Saw
that it also had a BOM (1st 2 bytes were FF FE).

What behavior are you seeing that makes you think something is wrong and what
version of Notepad++ are you using?



______________________________________________________________________
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, 22 Apr 2009 23:05:30 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        UTF-16  support in N++
To: nore...@sourceforge.net
Message-ID: <7264734.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=7264734
By: mlippert255

Oops. Sorry didn't read the linked message, so I missed that the issue is UTF-16
files that don't have a BOM.

This is a more difficult case recognize automatically, but I agree that 
Notepad++
should have some way to manually tell that a particular file has a particular
encoding when you open it.

It does seem from the help that selecting "Encode in UCS-2 LE" is supposed to
be how you do this, and it is definitely not working.

I assume the "Convert to..." options are supposed to convert from the selected
"Encode in..." to a new encoding, changing the bytes in memory and changing
the "Encode in..." selected to the converted to target?

BTW there is also a small error in the help's Encoding page, when it talks about
the BOM added for the UTF-16 LE & BE encodings it says it is a 4-byte BOM when
actually it is a 2-byte BOM. (the 4-byte BOM is only for UTF-32).

______________________________________________________________________
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, 22 Apr 2009 23:07:06 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: insert control
        characters/literals
To: nore...@sourceforge.net
Message-ID: <7264741.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=7264741
By: huehuetenango

Thanks.  Option a/ was not fun.  I think I'll look for the plugin.  Much
appreciated!

..pjc..

______________________________________________________________________
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, 23 Apr 2009 03:24:44 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: insert control
        characters/literals
To: nore...@sourceforge.net
Message-ID: <7266161.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=7266161
By: mhuffman

1. Type the hexadecimal ASCII code for the desired character, such as 0C for
a form feed character (Ctrl +P,L in some editors). Note no "0x" prefix or "\"
escape character.

2. Select the hex characters.

3. From the Notepad++ menu: TextFX -> TextFX Convert -> Convert Hex to text.

4. Consider creating a macro for frequently needed characters.

Mike


______________________________________________________________________
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



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

------------------------------------------------------------------------------
Crystal Reports &#45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty&#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects

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

_______________________________________________
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 35, Issue 39
*************************************************

Reply via email to