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 - Plugin Development] RE: Math      Plugin: ver.
      0.0.4.3 released (Unico (SourceForge.net)
   2. [notepad-plus - Open Discussion] RE: Compare      1.5.3 released
      (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: Compare      1.5.3 released
      (SourceForge.net)
   4. [notepad-plus - Open Discussion] RE: ToolBar      Missing after
      compilling with MSVC (SourceForge.net)
   5. [notepad-plus - Plugin Development] RE:   MultiClipboard 2.0.0
      release (SourceForge.net)
   6. [notepad-plus - Help] Highlighting special        characters
      (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: Notepad++    v5.4.3 just
      came out (SourceForge.net)
   8. [notepad-plus - Open Discussion] RE: TXL support (SourceForge.net)
   9. [notepad-plus - Help] RE: Error in file   'Favorites.dat'
      (SourceForge.net)
  10. [notepad-plus - Open Discussion] RE: Req: Default file
      extension when saving (SourceForge.net)
  11. [notepad-plus - Open Discussion] RE: Notepad++    v5.4.3 just
      came out (SourceForge.net)


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

Message: 1
Date: Sun, 07 Jun 2009 17:00:17 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Math    Plugin: ver. 0.0.4.3 released (Unico
To: nore...@sourceforge.net
Message-ID: <7430829.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=7430829
By: countdown

Hi Somic,

I've just tried your new version. Great work, a lot of bug have been fixed!
There's still the problem about using Ctrl-3 to evaluate

varpolyn = x 
Derivate = 1 + 3x^2 + 5x^7

which gives

varpolyn = x 
 
Derivate of Polyn => + 6*x + 35*x^6 
Derivate = 1 + 3x^2 + 5x^7

with the result in the middle, but it isn't such a big problem.

I confirm that now Show(PI), Show(#e), Show(#PI) work, as well as Show(e).

Moreover, sgn(0) now returns 0. :-)

Now both sqrt(2) and sqr(2) are accepted.

About error messages: while "Expr = sqr(-2)" returns
Ln 1: Expression = sqr(-2):                     
 Result => ===> ERROR n. = -16: Invalid parameter/argument (Module: eval)

I've noticed that "Expr = ln(-1)" gives
Result => Number = -1.#IND

which is strange, I'd expect the error message to be the same.

Ok, now let's move to more serious things:
-The help files aren't accessible any more from the menu Plugins -> Math 
Evaluator.
I wanted to see if you have added an example about integrals, because last time
I found the "steps" part confusing. Anyway, I've found the Full_SyntSamp.anm
and ShowCmds.anm files in your archive; the first one reports what I wanted.
But it looks like the "options" menu has completely disappeared. Maybe the 
problem
is that I've just upgraded to Notepad++ 5.4.3 (Unicode, of course)?

-I've had trouble using PI, #PI, to_rad in expressions. Here's what I tried:

Expr = 1/to_rad
Ln 1: Expression = 1 /to_rad:                     
 Result => ===> ERROR n. = -8: Parameter/Element Not Found (Module: parser)

Expr = 1/PI
Ln 1: Expression = 1 /PI:                     
 Result => ===> ERROR n. = -8: Parameter/Element Not Found (Module: parser)

Expr = 1 / PI
Ln 1: Expression = 1 /PI:                     
 Result => ===> ERROR n. = -8: Parameter/Element Not Found (Module: parser)

Expr = 1 / #PI
Ln 1: Expression = 1 /#PI:                     
 Result => ===> ERROR n. = -9: Division by zero (Module: eval)

Expr = 1/#PI
Ln 1: Expression = 1 /#PI:                     
 Result => ===> ERROR n. = -9: Division by zero (Module: eval)

Expr = 1+3*sin(3*to_rad)
Result => Number = 1.1570

Expr = sin(3*to_rad)
Result => Number = 0.0523

Expr = sin(to_rad)
Result => Number = 0.0175

Expr = 3*(to_rad)
Ln 1: Expression = 3*(to_rad):                     
 Result => ===> ERROR n. = -8: Parameter/Element Not Found (Module: parser)

Expr = 3*to_rad
Ln 1: Expression = 3*to_rad:                     
 Result => ===> ERROR n. = -8: Parameter/Element Not Found (Module: parser)

Expr = 1/#e
Result => Number = 0.3679

Expr = 1/e
Ln 1: Expression = 1 /e:                     
 Result => ===> ERROR n. = -8: Parameter/Element Not Found (Module: parser)

Some of the errors come from the fact that I inserted some spaces, because I
was thinking my syntax was wrong. But now I'd say syntax was right, and the
plugin has problems dealing with constants, though I don't understand why to_rad
works inside a sin() function. Strange, in this sense, that 1/#e works.

This is all. Anyway, don't worry if I keep finding bugs: you are doing a good
job! :-)

Fabio

______________________________________________________________________
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: 2
Date: Sun, 07 Jun 2009 17:09:41 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Compare 1.5.3 released
To: nore...@sourceforge.net
Message-ID: <7430846.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=7430846
By: countdown

I hope you don't mind if I post this request here... But I find
https://sourceforge.net/tracker/?group_id=189927&atid=931292 too confusing,
as it is a different project and all plugins are mixed together.

Well, my request is pretty simple, and probably it's already on your TODO list:
a command to jump to the next/previous difference. I think this was already
asked, when the maintainer was TY; in case, count this as a +1 vote! :-)

Anyway, thanks for your great work!

______________________________________________________________________
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: Sun, 07 Jun 2009 17:36:31 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Compare 1.5.3 released
To: nore...@sourceforge.net
Message-ID: <7430865.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=7430865
By: jsleroy

Hi,

In fact that's already in my TODO list, and I think that this feature will be
released in 1.5.4 ASAP.

Best regards,
Jean-s?bastien

______________________________________________________________________
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: Mon, 08 Jun 2009 01:32:36 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        ToolBar Missing after compilling with MSVC
To: nore...@sourceforge.net
Message-ID: <7431257.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=7431257
By: my6002

Thanks to Y N, Thell, and Don. I can now compile the code (v5.4.3) with 
Microsoft
Visual C++ 2008 Express Edition. The toolbar works!

______________________________________________________________________
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: Mon, 08 Jun 2009 02:59:03 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        MultiClipboard 2.0.0 release
To: nore...@sourceforge.net
Message-ID: <7431313.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=7431313
By: american2001

Is it possible to add an option to save MultiClipboard's items to reuse them
after closing npp?

Thanx


______________________________________________________________________
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: 6
Date: Mon, 08 Jun 2009 03:48:51 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Highlighting
        special characters
To: nore...@sourceforge.net
Message-ID: <7431361.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=7431361
By: dexarco

Hey

I want to highlight the tabs in a document, for a tab delimited document, how
can i do this?

Thanks
 
Dex

______________________________________________________________________
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: Mon, 08 Jun 2009 08:23:44 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v5.4.3 just came out
To: nore...@sourceforge.net
Message-ID: <7431646.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=7431646
By: ffes

Thanks for the fix of the link styling!!!

Maybe you can close bug #2333610
https://sourceforge.net/tracker/?func=detail&aid=2333610&group_id=95717&atid=612
382

______________________________________________________________________
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: Mon, 08 Jun 2009 08:53:47 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: TXL
        support
To: nore...@sourceforge.net
Message-ID: <7431735.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=7431735
By: m_mirk

Hello,
I found the Matlab style helpful. Just add to the matlab style the commands
rule, define, where, by,...

______________________________________________________________________
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: Mon, 08 Jun 2009 11:21:52 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Error in file
        'Favorites.dat'
To: nore...@sourceforge.net
Message-ID: <7431953.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=7431953
By: hatari

Hi Brooke,

Many thanks for your reply ... it seems to have worked ... like you, don't know
what is causing the conflict.  Anyway, thanks again.

Best regards,

Jahangir (hatari)


______________________________________________________________________
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, 08 Jun 2009 12:04:17 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Req:
        Default file extension when saving
To: nore...@sourceforge.net
Message-ID: <7432003.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=7432003
By: uninfected

Is there any chance that this will make it into a future version?


______________________________________________________________________
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: Mon, 08 Jun 2009 14:18:53 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v5.4.3 just came out
To: nore...@sourceforge.net
Message-ID: <7432218.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=7432218
By: djoseph104

Wow Don!

You rock!

-Doug

______________________________________________________________________
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



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

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects

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

_______________________________________________
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 37, Issue 22
*************************************************

Reply via email to