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: Unicode
      version released (SourceForge.net)
   2. [notepad-plus - Help] RE: Calltips not working (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: x64 builds (SourceForge.net)
   4. [notepad-plus - Open Discussion] Notepad++ v5.3   Release
      Candidate (SourceForge.net)
   5. Re: Notepad-plus-plus Digest, Vol 34, Issue 14 (???)
   6. [notepad-plus - Open Discussion] RE: x64 builds (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: x64 builds (SourceForge.net)
   8. [notepad-plus - Plugin Development] RE: Hex       Editor Plugin
      0.9.2 (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE: Don't        prompt to save
      modified empty untitled (SourceForge.net)


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

Message: 1
Date: Sun, 08 Mar 2009 18:16:18 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Math    Plugin: Unicode version released
To: nore...@sourceforge.net
Message-ID: <6696058.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=6696058
By: countdown

Hi Somic,

I've tried it as promised. Well, I'm sorry but it seems it isn't working as
expected. Here's what I tried doing, using the ctrl+2 option (evaluate current
line and show result in the same file)
3*4+5

Result => Number = 17.0000

5+3*4

Result => Number = 17.0000

Which is fine, working as expected (I was just checking that multiplications
are evaluated before sums). But now come the problems:

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

Derivate of Polyn =>  +  +

Derivate = 1 + 2*x -3*x^3

Derivate of Polyn =>  +  +
 
I would  like to point out that the second derivative that I tried is copied
and pasted from ShowCmds.anm, and that in that file the '=' character is missing
in the example (the syntax guideline mentions it, but the example doesn't use
it). And that, as you see, it doesn't work.

Expr = 1+3*sin(3*to_rad)

Result => Number = 1.1570

This again was taken by your file. It works, but I was wondering what the value
of to_rad was, so I tried this:

Show(to_rad)

Ln 1: Expression = Show(to_rad):                     
 Result => ===> ERROR n. = -5: Undefined function (eval)

I have to think that to_rad was assuming a default value of 1, and that the
sin() function uses degrees and not radians (this is not a problem, it's just
that I had to guess which one it uses, you'd better write it into 
Options->Supported
Functions).
 
Then I tried:

Var = test ; 12

Ln 1: Expression = Var = test ; 12:                     
 Result => ===> ERROR n. = -7: Token match error (eval)

Show(test)

Ln 1: Expression = Show(test):                     
 Result => ===> ERROR n. = -7: Token match error (eval)


Since I've had so many problems, I guess I'm doing something VERY wrong, but
I can't understand what. Syntax is space-sensitive, I'm trying to pay attention
to it, but it doesn't look like this is the problem... It must be something
else. But... Waht? :-(

By the way, I'm using version 5.2 (Unicode, of course). Is it possible that
THIS is the problem?

______________________________________________________________________
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, 08 Mar 2009 20:55:14 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Calltips not
        working
To: nore...@sourceforge.net
Message-ID: <6698003.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=6698003
By: matuku

*bump*
I still can't work out what I'm doing wrong here; can someone explain why the
calltips aren't working?

______________________________________________________________________
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: Sun, 08 Mar 2009 23:43:08 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: x64
        builds
To: nore...@sourceforge.net
Message-ID: <6700124.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=6700124
By: enderandrew

Well, for one, when the auto-update attempts to run in Windows XP Pro x64, the
setup file it downloads fails and says that 64-bit versions of Windows are not
compatible.

And while there may not be benefits, it may in fact run faster.  And I do prefer
native builds.  Since no one else in interested in providing one, I will attempt
to compile one myself.  I'm not a developer and I don't normally compile 
packages
on Windows, but I do compile plenty of packages from source on Linux so if 
someone
can please point me to some basic instructions on setting up a dev environment
for compiling notepad++, I'll attempt it myself.  Is notepad++ usually compiled
with mingw or visual studio?

______________________________________________________________________
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: Sun, 08 Mar 2009 23:59:41 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        Notepad++ v5.3  Release Candidate
To: nore...@sourceforge.net
Message-ID: <6700303.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=6700303
By: donho

Here you can download Notepad++ v5.3 Release Candidate :
http://notepad-plus.sourceforge.net/commun/misc/npp.v5.3.RC.zip

Notepad++ v5.3 new feature and fixed bugs (from v5.2) :

1.  Add Line change state vertical bar.
2.  Drop (or open in dos command line) a directory in Notepad++ to open all
files in the directory recursively.
3.  Add "Find all in current file" feature.
4.  (Most of) Find/replace dialog settings are remembered. 
5.  Add a hidden setting (dlgAlwaysVisible in config.xml) to allow user set
it manually to not hide the Find/Replace dialog if any result found.
6.  Fix uncomment block erasing first character bug.
7.  Enlarge some strings displayed zone for the translation.
8.  Fix ESC key for column mode behaviour.
9.  Fix read only file SaveAs bug.
10. Change behaviour : no popup dialog while closing an unsaved empty untitled
document.
11. Changing "Search result" stylers via Styler Configurator takes visual effect
on the fly now.
12. Fix for L_EXTERNAL in loadSession.
13. Variable $(CURRENT_WORD) is enlarged to 2039 charraters.

Please post your bug reports here.
The v5.3 OR will be ready in one week if there are no critical bug found.

Don


______________________________________________________________________
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, 9 Mar 2009 13:02:41 +0800
From: ??? <yonggang...@hotmail.com>
Subject: Re: [Notepad-plus-plus] Notepad-plus-plus Digest, Vol 34,
        Issue 14
To: <notepad-plus-plus@lists.sourceforge.net>
Message-ID: <bay110-w80c7a4922c6eacdc1019fa9...@phx.gbl>
Content-Type: text/plain; charset="gb2312"


????????*11#??Trace?????????????????????????????USB??????????????WINDOWS2000????????????????????????--?????????????????????????????????????????????COM3?????????????????????????????????

It's seems that the upper paragraph can't be show correctly with notepad++:)I 
am using Windows XP +SP3 + (Chinese Simplified Edition) Is there anyone can 
solve this problem?Thanks:?????????notepad++ ????????????????????
_________________________________________________________________
MSN??????????????????MSN???
http://im.live.cn/safe/
-------------- next part --------------
An HTML attachment was scrubbed...

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

Message: 6
Date: Mon, 09 Mar 2009 00:13:58 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: x64
        builds
To: nore...@sourceforge.net
Message-ID: <6700516.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=6700516
By: snemarch

I really do doubt you're going to see speed improvements - you normally only
see that in computation-heavy stuff. If anything you might run a bit slower
with an x64 build because of the larger data types... wanting to "go native"
for everything is usually misguided. But let's know if it works out :)

Sounds weird that the updater fails btw, that's definitely something that should
be looked into.

NP++ is built with Visual Studio, you should probably be able to build it with
one of the free Express editions - that doesn't have x64 support though, so
you'd need to either do commandline build with the SDK version of the compiler,
or integrate the SDK compiler with the Express edition VS (unless of course
you have access to VS200x pro).

Ontop of that you'll have to build Scintilla for x64, which is probably doable
- at least I found some google references to Scintilla + x64. NP++ itself likely
isn't 64bit-clean, though. And then you have to do 64bit versions of the plugins
you want to use, which pose additional potential 64bit-cleanliness problems.

All that probably for nothing.

______________________________________________________________________
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: 7
Date: Mon, 09 Mar 2009 00:31:11 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: x64
        builds
To: nore...@sourceforge.net
Message-ID: <6700737.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=6700737
By: snemarch

I just did a test with VS2008:

x32 build: 0 error(s), 185 warning(s) (all of them go away with
_CRT_SECURE_NO_WARNINGS and __STDC_WANT_SECURE_LIB__, though - but imho those
are valid warnings)

x64 build: 359 error(s), 982 warning(s) (948 warnings with the two above 
defines...
funny that it doesn't go down to 797).

...so there's "a bit of" fixing up to do :)

______________________________________________________________________
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, 09 Mar 2009 07:13:13 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Hex     Editor Plugin 0.9.2
To: nore...@sourceforge.net
Message-ID: <6705583.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=6705583
By: gr3gw

(7)  It appears that if you do a Find in Hex-Editor for a single character 
expressed
as a hexadecimal (eg 80) and that character is not in the file then Hex-Editor
crashes.


--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=482781



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

Message: 9
Date: Mon, 09 Mar 2009 08:26:02 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Don't   prompt to save modified empty untitled
To: nore...@sourceforge.net
Message-ID: <6706501.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=6706501
By: pedro_silva46

Thank you for implementing this in N++ 5.3RC :)

______________________________________________________________________
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



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

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H

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

_______________________________________________
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 34, Issue 15
*************************************************

Reply via email to