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. [notepad-plus - Help] RE: More in Depth User      Defined Lang
      (SourceForge.net)
   2. [notepad-plus - Help] RE: Read Only flag not      updated properly
      (SourceForge.net)
   3. [notepad-plus - Help] RE: Run Python Scripts in   IDLE with
      "Run>Run. (SourceForge.net)
   4. [notepad-plus - Open Discussion] RE:      Non-styleable tabs?
      (SourceForge.net)
   5. [notepad-plus - Help] RE: More in Depth User      Defined Lang
      (SourceForge.net)
   6. [notepad-plus - Help] User defined macros -       where are they
      stored? (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: Notepad++    v5.0.3 new
      release (SourceForge.net)
   8. [notepad-plus - Open Discussion] RE: Notepad++    v5.0.3 new
      release (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE: Notepad++    v5.0.3 new
      release (SourceForge.net)
  10. [notepad-plus - Help] How to turn off cursor      position
      highlighter (SourceForge.net)
  11. [notepad-plus - Help] program crashes every       time it's run now
      (SourceForge.net)
  12. vista (Theresa)


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

Message: 1
Date: Fri, 29 Aug 2008 16:25:43 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: More in Depth
        User    Defined Lang
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=5206391
By: harrybharry

User defined languages should accept autocomplete files, and v5.0+ requires
XML format. The name of the file must be exactly the same as the name of your
user defined language + '.xml' added to it.

Also, you can write your own external lexers if you really need one, but since
z80 is assembly, try adding z80 keywords/macros to the ASM language using the
styler configurator.

______________________________________________________________________
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: Fri, 29 Aug 2008 20:59:22 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Read Only flag
        not     updated properly
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=5207143
By: fool4uanyway

> This always happens when I am using Alt+Tab to switch
> back from another application. ...
> The funny thing is, if I switch to another application
> and back, again, Notepad++ seems to awake.

I may have been wrong about the first Alt+Tab.

Today the behavior occurred again, when I switched to Notepad++ by clicking
on its Task Bar "button" (area). It didn't report any change in the file I had
just edited.

I switched away and back again by using Alt+Tab twice. Then, Notepad++ asked
me about the changed file.


______________________________________________________________________
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: Fri, 29 Aug 2008 21:13:18 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Run Python
        Scripts in      IDLE with "Run>Run.
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=5207177
By: jzraikes

Thanks a lot man, really useful :)

______________________________________________________________________
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: Fri, 29 Aug 2008 23:57:13 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Non-styleable tabs?
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=5207463
By: severon

Thank You very much, I had some old version, and yes, in the new one there is
option to style the tabs, so now I changed the colors to my liking and 
everything
is just fine.

Thanks!
-- 
sEver

______________________________________________________________________
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, 30 Aug 2008 01:54:12 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: More in Depth
        User    Defined Lang
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=5207641
By: splinterofchaos

But they are very much different, and I will be working with both over the next
few months. I use syntax highlighting to guide me and help me remember what's
proper, so it's very important to me that invalid asm doesn't collide with valid
z80 and valid z80 doesn't collide with invalid asm.

For that matter, I want to split asm into Intel and AT&T syntaxes, both of which
I will also be working with soon.

But, as I said, I tried to add a external lexer, actually by  copying the 
regular
asm one, just to get it working, but it didn't work. And, as I said, I made
an autocomplete file, but I want fuller support for the 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=331754



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

Message: 6
Date: Sat, 30 Aug 2008 12:24:40 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] User defined macros
        -       where are they stored?
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=5208553
By: spoondoggle

It seems from the FAQ that user defined macros would be stored in the 
shortcuts.xml
file. Hoever, I don't see them there and can't seem to find them anywhere.

I would like to be able to share my macros with someone else without needing
to write out step by step recording instructions.

What an I missing?

Lee

______________________________________________________________________
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: Sat, 30 Aug 2008 19:18:54 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v5.0.3 new release
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=5209284
By: rchl

I believe there is some nasty bug in this and previous releases.

It happens when having both Total Commander and Notepad++ open at the same time
but probably also affects every other app even though it's not that prominent
in them.

Bug I'm seeing is that when N++ is open and I switch to TC window, it takes
a while to redraw all items in TC. Place where button bar is, appears blank
at first and then after about 200ms it shows up.
It should be instant, I shouldn't be able to see drawing of icons.
After I close N++ it is super fast.

Even though it seems to happen more often with different plugins running I have
also tried without plugins (renamed plugins folder) and it also happens then.
But not consistently. Sometimes I have to edit and save some file few times
to trigger it, sometimes it happens instantly after opening N++.

This looks like not fully fixed bug described here:
http://sourceforge.net/forum/forum.php?thread_id=1957709&forum_id=331753

______________________________________________________________________
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: Sat, 30 Aug 2008 19:31:31 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v5.0.3 new release
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=5209303
By: rchl

OK, I think I found a way to consistenly reproduce it.
1. Right click in editable area
2. Left click on editable area
3. Switch to TC

So seems to trigger after invoking context menu.

______________________________________________________________________
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: Sat, 30 Aug 2008 20:12:49 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v5.0.3 new release
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=5209357
By: rchl

Hmm, I can also reproduce with notepad++ closed so not sure whos problem it
is...

______________________________________________________________________
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: Sat, 30 Aug 2008 23:20:07 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] How to turn off
        cursor  position highlighter
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=5209646
By: zhannes

I'm on an Emacs hiatus, trying notepad++.

I'm bothered by the large grayish translucent bar that highlights whatever line
the cursor occupies.  Makes the foreground colors hard to see if background
is not white.  I want to configure my background and foreground colors.  This
is problematic.

Anyone know how to turn off and just have a wide blinking cursor? No big gray
bar going across the screen? tks

______________________________________________________________________
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: Sat, 30 Aug 2008 23:46:39 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] program crashes
        every   time it's run now
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=5209684
By: rocifier

Tried uninstalling and installing the latest version with no luck.

I've been using notepad++ extensively for two years and this is the first time
it's happened. I think it happened by the following method:

A file was opened in NP++ from the windows vista file system.
NP++ was closed (but of course the open files in tabs were remembered
somewhere)
The file was then deleted and a folder was created in it's place with the same
name.
NP++ was opened and when it tried to open the folder as a file, it has an error
saying that it couldn't  open it, and then crashed.
I went and deleted the folder completely from that location, and not NP++ 
crashes
instantly when run.

How could I fix this? If I could externally access the list of open files, I
suspect clearing those will fix the problem. But I couldn't find them in the
registry. Any ideas?

Thanks a million, I love this program and would hate to give up the use of it.

______________________________________________________________________
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: Sun, 31 Aug 2008 23:29:03 +0100
From: "Theresa" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] vista
To: <notepad-plus-plus@lists.sourceforge.net>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"

I love notepad++ and have been using it for years, I recently had to buy a new 
laptop which sadly has vista home premium on it.  I installed N++ and find that 
if I make a text file and save it, when re-opened to view the content, there is 
nothing visible, I have to resort to looking in windows notepad

Is there a patch or something to make notepad++ work with windows vista?


 

 

 --

 Email.it, the professional e-mail, gratis per te: http://www.email.it/f

 

 Sponsor:

 Gioca con i Supereroi Marvel sul cellulare!

 Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=7752&d=1-9

-------------- next part --------------
An HTML attachment was scrubbed...

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

-------------------------------------------------------------------------
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 41
*************************************************

Reply via email to