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
        [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. Regex bugs. (Jurko Gospodneti?)
   2. [notepad-plus - Help] RE: Vista64 display problem on opening
      NP++ (SourceForge.net)
   3. [notepad-plus - Open Discussion] Feature  Request: Auto
      completion slash (SourceForge.net)
   4. [notepad-plus - Open Discussion] Small bug:       User Define
      (SourceForge.net)
   5. [notepad-plus - Open Discussion] Not-so-small     bug: User
      Define (SourceForge.net)
   6. [notepad-plus - Open Discussion] Feature  Request: UserDefine
      (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: Remember     directory
      (SourceForge.net)
   8. [notepad-plus - Help] Auto inserted br element (SourceForge.net)
   9. [notepad-plus - Help] File Association/"Open      With" Notepad++?
      (SourceForge.net)
  10. [notepad-plus - Help] Cleartype Performance (SourceForge.net)
  11. [notepad-plus - Help] RE: File    Association/"Open With"
      Notepad++? (SourceForge.net)
  12. [notepad-plus - Open Discussion] Notepad++ as a   Python IDE
      (SourceForge.net)


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

Message: 1
Date: Sat, 23 Aug 2008 13:10:42 +0200
From: Jurko Gospodneti? <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] Regex bugs.
To: notepad-plus-plus@lists.sourceforge.net
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=windows-1250; format=flowed

   Hi.

   Regular expression [^.]$ will find a line ending not ending with a 
period however .[^.]$ will find all line endings, including those ending 
with a period.

   The same goes for both .*[^.]$ and .+[^.]$ regular expressions.

   This is also not consistent with the e[^.]$ regular expression which 
will find line endings ending with an 'e' and something other than a 
period '.' but will not find line endings ending in 'e.'

   Hope this helps.

   Best regards,
     Jurko Gospodneti?




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

Message: 2
Date: Fri, 22 Aug 2008 23:28:17 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Vista64 display
        problem on opening NP++
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=5187828
By: richarta

I have emailed a screenshot, Don.  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: Sat, 23 Aug 2008 19:38:52 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Feature
        Request: Auto completion slash
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=5189483
By: ishamid2

Hi Don, Harry, and the rest of the Npp team,

For TeX, ConTeXt, and LaTeX, all commands begin with a slash '\'. Since TeX
is a text processor, it is not uncommon for a TeX command to use a term that
also occurs in running text. Thus for auto-completion, we need to be able to
list commands with the slash:

===========
name="\start"
name="\stop"
===========

instead of 

===========
name="start"
name="stop"
===========

But if I add the '\' to context.xml, the file I created for ConTeXt, 
autocompletion
does not work.

Can you add support for the '\' for auto-completion commands? Thank you and

Best wishes
Idris

______________________________________________________________________
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, 23 Aug 2008 19:47:39 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Small
        bug:    User Define
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=5189497
By: ishamid2

Hi,

There is a small bug with the User Define function. If I define a keyword, say

\about

In the editor the syntax highlighting does not show up unless I type a space
or a new line (<Enter>) . Usually this means that if the file ends with a 
command,
that command is not highlighted.

This has been around as long as I've used Npp, but I'm only now getting around
to mentioning it.

Best wishes
Idris

______________________________________________________________________
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, 23 Aug 2008 21:04:25 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        Not-so-small    bug: User Define
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=5189608
By: ishamid2

Hi,

In User Define, tab Operators:

Enable '[' and ']' for bracket open and close respectively

Choose some syntax highlighting plus, say, bold.

activate this for a scratch file and type

[blah [blah] blah]

1. syntax highlighting stops after the first ']'

2. The second ']' is no longer automatically highlighted to match the first
'['.

Can this be fixed? :-)

Best wishes
Idris

______________________________________________________________________
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, 23 Aug 2008 21:26:36 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Feature
        Request: UserDefine
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=5189636
By: ishamid2

Hi,

Here is a situation. In the keywords tabs, I have TeX-like commands with '\':

\start, \stop, etc.

Here's the ambiguity: 

I. If I do not enable '\' as an operator, I can treat my commands as complete
words, including the slash. But I cannot type them back to back. Eg,

\start\stop 

will not be highlighted because the slash is treated as a letter and Npp does
not recognize the string '\start\stop' either as a keyword or as two separate
keywords.

II. If I do enable the operator '\' as an operator, I must remove the slashes
from my commands. Then I can type

\start\stop 

back to back with syntax highlighting but, since the word's 'start' and 'stop'
are used in running text as ordinary words, code folding etc can go awry.

Is there a way to disambiguate the slash so that I can type '\start\stop' and
still get each keyword highlighted? The TeX lexer does this, but I am not a
coder and writing/compiling a ConTeXt lexer is way beyond my skill.

Perhaps an option that allows '\' to act as an operator to what precedes it
but not to what succeeds it. So in

abc\

'\' will behave as an operator but not in the case of

\abc

So I can set '\' keywords and still type them back to back, whcih is par for
the course in TeX.

Thank you and

Best wishes
Idris

______________________________________________________________________
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: Sun, 24 Aug 2008 15:48:33 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Remember        directory
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=5191169
By: carlb2008

Not sure if this will help you but in another topic Chad solved what may be
a similar problem. He said, "If you create a short cut and edit the properties
of the short cut, you can set the "Start in" field to the directory you want
Notepad++ to always 'start in'."

For example, if you place "C:\Documents and Settings\Carl\Desktop" in the "Start
in:" box of the shortcut properties dialog, then the "File ... Open ..." and
"File ... Save As ..." menus will default to the desktop (my desktop in the
example).

This works for me because I like to initially save Notepad++ files to my desktop
until I finish working on them. I have not tried, but you probably could have
several edited shortcuts, placing them where ever you want them with different
"Start in" properties.

This was under the "Help" topic discussion titled "Default save to and open
directory" if you want to check there.

Regards,

Carl

______________________________________________________________________
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: Sun, 24 Aug 2008 19:24:24 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Auto inserted br
        element
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=5191573
By: vaerfor

Whenever I type the enter key in an html document a <br /> appears.

I would like to know firstly if this a setting I accidentally turned on or if
it is the default.

Also how to turn it off as it's very annoying having to keep going back and
deleting after every new line.

______________________________________________________________________
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, 24 Aug 2008 22:59:19 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] File
        Association/"Open       With" Notepad++?
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=5191897
By: acapela

i expect this has been asked before, and i apologize, but i am not a 
sophisticated
sourceforge user, and i don't see any sort of forum search capability here that
will let me narrow a search down. a more general search of sourceforge and the
web at large did not turn up anything.

my recent Notepad++ 5.0.3 installation does not remember file association 
settings
from session to session (Notepad++->Settings->Preferences->File Association),
nor will Windows Vista Ultimate SP1 (64-bit) permit me to associate Notepad++
with any sort of file extensions, not even for .TXT files. i can browse to the
Notepad++.exe and select it, but that is as far as Windows will take it... 
Notepad++
is not then included in the list of applications that can open the file, or etc.

attempting to fiddle with compatibility settings for Notepad++.exe results in
a "core dump" (i.e. "The application has stopped working...") upon ant attempt
to access the settings dialog (Notepad++->Settings->Preferences).

i did not have these sorts of difficulties using Notepad++ v4.x. i have seen
tutorials on the web discussing how to overwrite the native Windows Wordpad
application with Notepad++, but that seems unnecessarily invasive.

are there other workarounds? 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: 10
Date: Mon, 25 Aug 2008 04:45:02 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Cleartype
        Performance
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=5192451
By: lucdima

Hi!

I recently instaleld Notepad++ 5.0.3 and I note that the speed of the scroll
with the keyboard is very slow when Windows XP cleartype is active.

Anyone knows if this is normal?

Thanks

Lucas

______________________________________________________________________
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: Mon, 25 Aug 2008 05:32:41 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: File
        Association/"Open With" Notepad++?
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=5192534
By: rwishlaw

Change the name of notepad++.exe to npp.exe. This worked for me on Vista 
Ultimate
x64.

______________________________________________________________________
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: 12
Date: Mon, 25 Aug 2008 05:50:18 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        Notepad++ as a  Python IDE
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=5192570
By: pjafrombbay

Is it possible to use Notepad++ as an "IDE" for Python?  I would like to be
able to use the "Run" command to execute Python code that I am currently
editing.

I tried to search this forum but with little luck.

Any help is most appreciated.

Regards,
Peter

______________________________________________________________________
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



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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/

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

_______________________________________________
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 27, Issue 33
*************************************************

Reply via email to