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: Finding opening and     closing
      brackets (SourceForge.net)
   2. [notepad-plus - Help] RE: A bug in docking        window
      (SourceForge.net)
   3. [notepad-plus - Help] RE: A bug in docking        window
      (SourceForge.net)
   4. [notepad-plus - Help] RE: Define '#' as comment   starter?
      (SourceForge.net)
   5. pls remove me off the list.. (bluedog...@aol.com)
   6. [notepad-plus - Plugin Development] Pure DLL      Math Plugin for
      Npp (ANSI) (SourceForge.net)
   7. [notepad-plus - Help] RE: A bug in docking        window
      (SourceForge.net)
   8. [notepad-plus - Help] RE: Notepad++ crashes       frequently
      (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE: Feature      Request: Auto
      Indentation Tab Setting (SourceForge.net)
  10. [notepad-plus - Open Discussion] RE: Old BUG (SourceForge.net)


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

Message: 1
Date: Mon, 02 Feb 2009 16:30:45 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Finding opening
        and     closing brackets
To: nore...@sourceforge.net
Message-ID: <6328221.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=6328221
By: finn1317

Ctrl-B works for me.

Shortcut list #51 "Go to matching brace."

______________________________________________________________________
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: Mon, 02 Feb 2009 16:57:41 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: A bug in
        docking window
To: nore...@sourceforge.net
Message-ID: <6328400.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=6328400
By: imgen

My Npp is the latest one, v5.1.4, OS is win7 beta. It is possible that it is
because of the win7 beta. But on the other hand, I find it hard to blame win7
beta for this.

______________________________________________________________________
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: Mon, 02 Feb 2009 16:59:55 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: A bug in
        docking window
To: nore...@sourceforge.net
Message-ID: <6328410.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=6328410
By: imgen

Turns out that if you switch the window for sereval times, it is very 
likely(almost
100%) that the NPP will crash.

______________________________________________________________________
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: Mon, 02 Feb 2009 11:01:35 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Define '#' as
        comment starter?
To: nore...@sourceforge.net
Message-ID: <6325858.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=6325858
By: mvalle58

Define # as symbol or put a blank after the #. At least this works for me.
Ciao!
mario

______________________________________________________________________
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: Mon, 02 Feb 2009 13:03:07 -0500
From: bluedog...@aol.com
Subject: [Notepad-plus-plus] pls remove me off the list..
To: Notepad-plus-plus@lists.sourceforge.net
Message-ID: <8cb5377a2d85385-200-...@webmail-md02.sysops.aol.com>
Content-Type: text/plain; charset="us-ascii"

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

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

Message: 6
Date: Mon, 02 Feb 2009 21:48:01 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] Pure
        DLL     Math Plugin for Npp (ANSI)
To: nore...@sourceforge.net
Message-ID: <6330101.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=6330101
By: somic

I've developed a pure DLL Math Plugin for Npp (ANSI)

All the code is in one only dll file as the standard for Npp.

It allow to evaluate complex Math Expressions and Matrices inside Npp.

You can find it at the link: 
http://www.semelinanno.com/downloads/anmxnpp/ver0030/anmXNpp_v0030.zip

The zip file is provided with a complete sample script file with all the 
keywords and functions implemented.

I've also included the syntax highlighter 
definition file "userDefineLang.xlm" to be copied (merged if existing) in the 
Application Data folder 
(es. C:\Documents and Settings\username\Application Data\Notepad++)

Written in PureBasic 4.30 (x86) (see www.purebasic.com). 

It uses the library aNuMet (Array of Numerical Methods) for numerical 
calculations, implementing 40+ math and matrix functions. 

Pls try it and let me know any bugs and/or comments. 
Fixes will be posted...a.s.a.p.... :-}
This is my first plugin, pls be nice but honest when commenting it.

Thanks,
Somic

______________________________________________________________________
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: 7
Date: Mon, 02 Feb 2009 22:44:29 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: A bug in
        docking window
To: nore...@sourceforge.net
Message-ID: <6330398.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=6330398
By: harrybharry

I've never actually been able to reproduce this problem. However, the version
on the SVN at this time (rev 408) creates a dump file when it crashes, allowing
the devs to pinpoint the problem better (though it still requires some effort
:)). I uploaded the debug build of Notepad++ (Unicode) that has this. Could
you try it, and if it crashes, upload the dump file somewhere? When its created,
Npp will tell you where it is.

Mind you, you need atleast Windows XP to make use of it (or download the latest
and greated dbghelp.dll file from microsoft).

http://harrysnppstuff.webs.com/NPPFiles/notepad++Debug.zip

______________________________________________________________________
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: Mon, 02 Feb 2009 22:45:25 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Notepad++
        crashes frequently
To: nore...@sourceforge.net
Message-ID: <6330405.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=6330405
By: harrybharry

The version on the SVN at this time (rev 408) creates a dump file when it 
crashes,
allowing the devs to pinpoint the problem better (though it still requires some
effort :)). I uploaded the debug build of Notepad++ (Unicode) that has this.
Could you try it, and if it crashes, upload the dump file somewhere? When its
created, Npp will tell you where it is.

Mind you, you need atleast Windows XP to make use of it (or download the latest
and greated dbghelp.dll file from microsoft).

http://harrysnppstuff.webs.com/NPPFiles/notepad++Debug.zip

(this is a copy of my message on another thread, it still apllies)

______________________________________________________________________
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: Mon, 02 Feb 2009 23:39:26 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Feature Request: Auto Indentation Tab Setting
To: nore...@sourceforge.net
Message-ID: <6330653.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=6330653
By: mark42

I also would very much like to see language-specific indent/tab width settings.

If language-specific settings are not feasible at this time, then it would 
indeed
be nice to have a specific menu item that would allow the global setting to
be changed quickly, i.e., without having to go to Settings -> Preferences ->
Edit Components.  The SciTE editor has a "Change Indentation Settings..." menu
item under the Tools menu, which allows you to change the tab size, the indent
size, whether to use tabs or spaces, etc.  In lieu of true language-specific
settings, something like this would be very helpful.

______________________________________________________________________
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: Tue, 03 Feb 2009 00:32:48 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Old
        BUG
To: nore...@sourceforge.net
Message-ID: <6330976.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=6330976
By: jaloola

Everything is in Russian, I don't get the bug, I doubt others will either...

Plus, on a side note, is that part of Windows Themes or is that one of 
Notepad++'s
themes?

Allen Zhu
allen.jalo...@gmail.com

______________________________________________________________________
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



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

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com

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

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

Reply via email to