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: Problems closing        Notepad++
      (SourceForge.net)
   2. [notepad-plus - Open Discussion] RE: Notepad++    v5 Alpha
      (SourceForge.net)
   3. [notepad-plus - Help] RE: Problems closing        Notepad++
      (SourceForge.net)
   4. [notepad-plus - Help] RE: Problems closing        Notepad++
      (SourceForge.net)
   5. [notepad-plus - Open Discussion] RE: Bug with     multiple
      monitors (SourceForge.net)
   6. [notepad-plus - Help] RE: Word wrap doesn't       work for me
      (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: Notepad++    v5 Alpha
      (SourceForge.net)
   8. [notepad-plus - Open Discussion] RE: Notepad++    v5 Alpha
      (SourceForge.net)
   9. [notepad-plus - Plugin Development] Issuing RAW   FTP commands
      in Notepad++ (SourceForge.net)
  10. [notepad-plus - Open Discussion] RE: Notepad++    v5 Alpha
      (SourceForge.net)
  11. [notepad-plus - Plugin Development] RE: Is        FunctionList
      Development still alive? (SourceForge.net)


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

Message: 1
Date: Tue, 10 Jun 2008 14:33:35 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Problems
        closing 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=5021767
By: gobo42

I renamed the plugins directory to plugins.old and the problem still exists.
I tried deleting the directory (after I uninstalled the program) and apparently
nppcm.dll is still in use. could this be causing the problem?

I'll try reinstalling this again tomorrow; I'm leaving work now and this is
on my work computer.
Thanks for all your help.

______________________________________________________________________
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: Tue, 10 Jun 2008 15:23:13 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v5 Alpha
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=5021886
By: harrybharry

> - When auto completion for function names is enabled and any plugins are 
> loaded
tool-tip doesn't always show
> - When auto completion for function names is enabled and ctrl+shift+space
is pressed tool-tip sometimes shows garbage at the beginning

Do you know of a way to steadily reproduce it, or increase the likelihood of
doing so? Since it can depend much on the surrounding text it would be very
helpful if you could give some more info on the problem. The same goes for 
failure
to display the tooltip :). The feature is pretty new so obviously it has a few
kinks, but they aren't always as easy to find.

I really appreciate the new api files, I don't have the knowledge/time or tools
to build all of them myself so community submissions are a great help :).
However, I noticed some keywords were missing. The actual keywords themselves
are still needed to be present for the api file, can the generator script be
altered to include those as well? The original API has entries like "abstract"
which are missing, since they aren't functions.

Best regards,
Harry

______________________________________________________________________
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: 3
Date: Tue, 10 Jun 2008 15:41:36 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Problems
        closing 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=5021915
By: haibara

Oops, I forgot about nppcm.dll.  It's the shell extension for Notepad++ that
adds "Edit with Notepad++" to the right-click context menu.  After you 
uninstall,
you'll need to reboot or logoff and back in again before you can delete the
file (Explorer is still using it).
You can also try going to the directory where nppcm.dll is located, open
a DOS/command window there, and type the following:
regsvr32 /u nppcm.dll
(depending on where regsvr32.exe is, you might need to add the full path before
it, like this: C:\windows\system\regsvr32 /u nppcm.dll )
Using that method, you might not have to reboot.  (The reboot/logoff is only
to get Explorer to 'release' nppcm.dll, so you can delete it.)

(tries to remember where that shell extension that added the register/unregister
DLL command (basically a 'shortcut' for the above) to the context menu was...)



______________________________________________________________________
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: Tue, 10 Jun 2008 15:58:50 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Problems
        closing 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=5021942
By: harrybharry

nppcm shouldnt interfere with shutdown of notepad++, this is another issue.
Do you have multiple large files open? Large files tend to slow down the 
closing?
Also, please try v5 alpha and see if it help, it has a considerable increase
in closing performance.

Also, plugins ca nbe stored in %APPDATA%\Notepad++ aswell, so look for them
there 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: 5
Date: Tue, 10 Jun 2008 17:34:38 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Bug
        with    multiple monitors
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=5022080
By: bullock

Using 4.9.2 on XP Pro, I have so far been unable to reproduce this problem.
I do the following:

(1) drag N++ to monitor 2, 
(2) use Ctrl-F to open the Find dialog from there -- it opens on monitor 1,
(3) drag the Find dialog to monitor 2,
(4) close then reopen the Find dialog to confirm that it's still on monitor
2 (it is),
(5) close the Find dialog,
(6) drag N++ to monitor 1,
(7) close N++ and disconnect monitor 2,
(8) open N++ -- it opens on monitor 1,
(9) use Ctrl-F to open the Find dialog from there -- it opens on monitor 1.

Is this what you do?  

I'm not sure what you mean by "shutdown" (as in, "I move it to monitor 1 before
I shutdown").  Do you mean that you use Start: Shut Down, then Shut Down?  Or
is it Start: Shut Down, then Stand By ? (or Log off) ?

Regards.
Greg

______________________________________________________________________
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: Tue, 10 Jun 2008 18:00:40 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Word wrap
        doesn't work for me
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=5022126
By: tsimmes

Thank you for taking the time to respond. I believe you are correct when you
say that I may have misunderstood what the function does. I was looking for
similar behaviour to EditPad where you can set the text to wrap as you type
at any character number of your choice 64, 72, 96 etc. You've clarified the
issue for me, 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: 7
Date: Tue, 10 Jun 2008 18:25:01 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v5 Alpha
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=5022172
By: singx7

Just downloaded the alpha version and unzipped.
But when I double click the notepad++.exe to open it, a error popup is shown.
I tried open it again, but with the same error. I post it below:
-----------------------------------------------------------------------------

---------------------------
Win32Exception
---------------------------
An exception occured. Notepad++ cannot recover and must be shut down.

The exception details are as follows:

Code:   0xC0000005

Type:   Access violation

Exception address: 0x004463A4
---------------------------
OK   
---------------------------



---------------------------
Recovery initiating
---------------------------
Notepad++ will attempt to save any unsaved data. However, dataloss is very
likely.
---------------------------
OK   
---------------------------



---------------------------
Recovery success
---------------------------
Notepad++ was able to successfully recover some unsaved documents, or nothing
to be saved could be found.

You can find the results at C:\N++RECOV
---------------------------
OK   
---------------------------

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

______________________________________________________________________
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: Tue, 10 Jun 2008 20:55:41 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v5 Alpha
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=5022340
By: vorenus

I have the same problem. The HTML sections in php files isn't highlighted.

______________________________________________________________________
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: Tue, 10 Jun 2008 23:09:07 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
        Issuing RAW     FTP commands in 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=5022482
By: pnbalaji

Hi,

I like Notepad++ as an editor. I would like to use it as my primary editor.
I am working on a language called Adv+ where the source codes are saved in an
AIX server. I downloaded the ftp_synchronize plugin and installed it.

However, the ftp_synchronize plugin allows only to browse thru the folder and
then select the component from the browse listing output. My unix primary source
code directory is /met/le which contains thousands of files and hundreds of
directories under it. As a result, the ls command seems to take a very long
time.

All the times, I know which source I need to modify (for ex, it can be
/met/le/fwdptr.bv). Is there a way to directly download this file into my local
cache with out browsing the entire directory listing? I tried the RAW FTP 
command
"RETR /met/le/fwdptr.bv", but it doesn't download the required file.

Can some one help me?

Thanks,
Balaji.


______________________________________________________________________
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: 10
Date: Tue, 10 Jun 2008 23:36:03 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v5 Alpha
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=5022512
By: irradium

>  The find in files feature is always slow when user search in a huge directory
in the previous version.
>  This issue is in todo list and will be enhanced in the future version. 


I mean that "find in files" is ten or more times slower than the previous 
version
(4.x.x) !!

Mauro

______________________________________________________________________
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: 11
Date: Tue, 10 Jun 2008 23:38:15 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Is      FunctionList Development still alive?
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=5022524
By: jenslorenz

It is alive and I am reachable again!

I am currently on developing on Hex-Editor because of several issues also here.
Especially the Unicode issue. In addition I will release a new version of 
Explorer
to fix also here a resource leak and maybe, both of them come into a feature
release of Notepad++.

The FunctionList development hangs at the moment because of several problems.
At first my less time for development. Secondly I try to find a solution for
the "\n" issue. Therefore I need to implement a different parser concept. If
I solved this, I have to rework the view of function. All in all, a lot of work.


Best Regards
Jens

______________________________________________________________________
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



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

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php

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

_______________________________________________
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 25, Issue 14
*************************************************

Reply via email to