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] Freeze When Link Current    File in
      Favorites (SourceForge.net)
   2. [notepad-plus - Help] RE: Syntax Highlighting     Problem
      (SourceForge.net)
   3. [notepad-plus - Help] RE: Permanent Brace Highlighting
      (SourceForge.net)
   4. [notepad-plus - Help] RE: Tab list - new line (SourceForge.net)
   5. [notepad-plus - Help] RE: User Defined Language   Limitations?
      (SourceForge.net)
   6. [notepad-plus - Help] RE: Freeze When Link        Current File in
      Favorites (SourceForge.net)
   7. [notepad-plus - Help] RE: Freeze When Link        Current File in
      Favorites (SourceForge.net)
   8. [notepad-plus - Open Discussion] RE: Ident on     new line
      (SourceForge.net)
   9. [notepad-plus - Help] Problem with auto   language in windows
      explore (SourceForge.net)
  10. [notepad-plus - Help] RE: Problem with auto       language in
      windows explore (SourceForge.net)
  11. [notepad-plus - Help] RE: Problem with auto       language in
      windows explore (SourceForge.net)


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

Message: 1
Date: Fri, 07 Aug 2009 02:42:12 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Freeze When Link
        Current File in Favorites
To: nore...@sourceforge.net
Message-ID: <7548996.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=7548996
By: dawmatt

Hi,

I'm using v5.4.5 and current version of Favorites plugin.  I'm having an issue
that can be reproduced using the following steps:
1) Right Click on [Files] and create a New Group
2) Click the "Link Current File" button
3) Click the "Details>>" button
4) Double click on the "[Files}' list entry to show my new group, then select
it.
5) Click OK
Result: CPU spikes to 100% and Notepad++ never returns control.  I have to kill
Notepad++ using Task Manager, and lose all of the recent changes to my Favorites
configuration.

Anyone know if there is a way to fix this issue?  

I can work around it but its rather slow and painful.  Workaround is linking
the current file directly into "[Files]", right click the link, cut, right click
the new group, then paste to move the link.  You need to do this individually
for each link because you can't select multiple links at once.

Also I'm rather surprised that you can't write click on a group and open all
those files at once.  I know this probably overlaps with the session 
functionality
but it seems a rather intuitive thing to try.

Thanks,
Matt

______________________________________________________________________
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, 07 Aug 2009 07:12:38 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Syntax
        Highlighting    Problem
To: nore...@sourceforge.net
Message-ID: <7549182.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=7549182
By: hnatek

Guys are you gonna fix it finally? 5.4.4 and 5.4.5 are broken too.

______________________________________________________________________
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, 07 Aug 2009 08:22:56 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Permanent Brace
        Highlighting
To: nore...@sourceforge.net
Message-ID: <7549315.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=7549315
By: cchris

This sort of feature can be easily implemented in an Lex<something> lexer file.
If recompiling Scintilla that nonstandard way, we can get it in Ntepad++. I
don't know how much of a trouble a nonstandard SciLexer.dll would be, but this
doesn't seem to be afavoured route.

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: 4
Date: Fri, 07 Aug 2009 08:26:47 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Tab list - new
        line
To: nore...@sourceforge.net
Message-ID: <7549319.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=7549319
By: cchris

Doesn't Edit -> Word Wrap help?
Or TextFX Tools -> Rewrap text to (Clipboard) or 72 chars?

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: Fri, 07 Aug 2009 08:32:06 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: User Defined
        Language        Limitations?
To: nore...@sourceforge.net
Message-ID: <7549326.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=7549326
By: cchris

They are fixable with .cxx changes to LexUser.cxx. It needs a fair amount of
fixes. The hardest part is to evolve the UI in a consistent way. Someone has
to tackle it - why not you, why not m?

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: Fri, 07 Aug 2009 08:35:57 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Freeze When
        Link    Current File in Favorites
To: nore...@sourceforge.net
Message-ID: <7549345.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=7549345
By: cchris

I guess going to the Plugin Dev forum is a good place to get help on this one.
Or to the related npp-plugins forum, if there is any.

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: Fri, 07 Aug 2009 09:25:37 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Freeze When
        Link    Current File in Favorites
To: nore...@sourceforge.net
Message-ID: <7549426.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=7549426
By: cchris

btw is this plugin distinct from Explorer? If so;, Google couldn't find it.
If you know of a place to download it, I can include it in the NpWiki++ Plugin
Central. I can host the rare thing for a while if it is no longer available
from he net.

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: Fri, 07 Aug 2009 09:44:42 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Ident on        new line
To: nore...@sourceforge.net
Message-ID: <7549452.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=7549452
By: cchris

I hope I got your point, though I'm not sure.

If you turn "Tabs to spaces" off, and then hit Enter on some indented line,
the created new line is indented with spaces so as to line up with the one you
started from. Thzt infrny pzty id made of spaces, no matter how the line above
is indented - it could have mixed tabs and spaces.

Was this your question?

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: 9
Date: Fri, 07 Aug 2009 10:26:03 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Problem with auto
        language in windows explore
To: nore...@sourceforge.net
Message-ID: <7549504.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=7549504
By: erichs13

Hello all,

I've got one problem with autoselection of a language (syntax hilight), e.g.
a file with name xyz.java.
When opening in notepad++ (via file -> open) it regognized it as Java-Code and
the syntax higlightening works fine. But when double-clicking in windows 
explorer
on xyz.java notepad++ starts - but shows the file as normal text. Does anyone
knows why and what to do to change this behaviour?

Or is it a bug??

Greetings
Erich

______________________________________________________________________
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: Fri, 07 Aug 2009 10:45:52 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Problem with
        auto    language in windows explore
To: nore...@sourceforge.net
Message-ID: <7549529.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=7549529
By: cchris

This problem has been reported on the forum already.
Try renaping the plugins directory, and see if that helps.
If it doesn't, then file a bug report, unless someone already did.
If it does, rename back the folder, then, one at a time, rename each .dll as
.dl and try again. That way, if a plugin is responsible, it will be identified
soon and author will be notified.

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: 11
Date: Fri, 07 Aug 2009 11:17:34 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Problem with
        auto    language in windows explore
To: nore...@sourceforge.net
Message-ID: <7549568.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=7549568
By: erichs13

Hello Chris,

as you suggested I renamed the plugins directory without any effect.
But I noticed another effect: When re-starting notepad++ it re-opens the files
from my last session: The *.java files, I explicitly told to handle as java
code were shown with syntax highlights, the one *.java I added by 
double-clicking
was displayed as normal text furthermore.

Ahh, I just inspected the session.xml and noticed that the attribut lang="Normal
Text" is written to each file. I suppose this overwrites the definition
in styles.xml...

Erich

______________________________________________________________________
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



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

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july

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

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

Reply via email to