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 - Plugin Development] RE: DBGP      plugin - release
      0.7 (SourceForge.net)
   2. [notepad-plus - Help] RE: ASCII-signs (SourceForge.net)
   3. [notepad-plus - Plugin Development] RE: NppExec   v. 0.2 RC3
      has been released! (SourceForge.net)
   4. [notepad-plus - Open Discussion] RE: Feature      Request: Direct
      Open File (SourceForge.net)


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

Message: 1
Date: Wed, 13 Feb 2008 00:39:42 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        DBGP    plugin - release 0.7
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=4775254
By: zobo

Without looking at it too much this seems to be the obvious problem:
PHP Version 4.3.10 

There were quite a few changes in the PHP core from 4.3 to 4.4, if I remember
correctly they ported some of the internals from PHP 5 back to 4.4. I think
that Xdebug doesn't work with PHP versions prior 4.4.1. I suggest you look at
what version your provider is using and upgrade your local PHP. I bet it's at
least 4.4.something. If not, thats probably a security risk, unless they are
running some wild patched up version.

But then again the syntax of the language has not changed between 4.3 and 4.4
so you could develop at home on 4.4 and have the advantage of debugging, then
run the code on whatever version your provider has.

Best regards.
-Zobo

______________________________________________________________________
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: Wed, 13 Feb 2008 02:31:39 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: ASCII-signs
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=4775396
By: nobody

What do you do with such a chart?
do you search a letter, copy it and paste it?

I agree with Claudio, there must be some ascii chart table in NP++ to insert
with a simple click an ascii symbol in the text.

Actually I use simplescript.
I type the letters with my keyboard or use texter (macros) for letters I do
not have on my keyboard and then I convert them all with simplescript.
simplescript is really a great invention for np++

The only problem is that I have sometimes 10-100 files open and I have to run
the script 10 til 100 times.



______________________________________________________________________
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: Wed, 13 Feb 2008 03:25:39 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        NppExec v. 0.2 RC3 has been released!
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=4775476
By: dv__

That's what I get:

c:\perl\bin\perl.exe -d C:\Perl\eg\example.pl
Process started >>>
The system cannot find the path specified.
Unable to get Terminal Size. The Win32 GetConsoleScreenBufferInfo call didn't
work. The COLUMNS and LINES environment variables didn't work. The resize 
program
didn't work. at c:/perl/lib/Term/ReadKey.pm line 362.
Compilation failed in require at c:/perl/lib/Term/ReadLine/Perl.pm line 64.
 at c:/perl/lib/Term/ReadLine/Perl.pm line 64
        Term::ReadLine::Perl::new('Term::ReadLine', 'perldb', 'GLOB(0x18dd2ec)',
'GLOB(0x1880a9c)') called at c:/perl/lib/perl5db.pl line 5998
        DB::setterm called at c:/perl/lib/perl5db.pl line 2227
        DB::DB called at C:\Perl\eg\example.pl line 1
Attempt to reload Term/ReadLine/readline.pm aborted.
Compilation failed in require at c:/perl/lib/Term/ReadLine/Perl.pm line 64.
END failed--call queue aborted at C:\Perl\eg\example.pl line 64.
 at C:\Perl\eg\example.pl line 64
<<< Process finished.

As you can see, Perl says "Unable to get Terminal Size. The Win32
GetConsoleScreenBufferInfo call didn't work". It seems Perl requires a real
console terminal. Whereas NppExec does not have a real console screen or 
something
similar - it just uses pipes to redirect the child process'es output (and
input).
So, you must call Perl in its own console screen:

NPP_RUN c:\perl\bin\perl.exe -d C:\Perl\eg\example.pl

But it will not work in NppExec v0.2 RC3.1 due to "features" of ShellExecute()
which is called by NPP_RUN. The NPP_RUN command works correctly in NppExec v.
0.2 RC3 and will work correctly in v0.2 RC3.2 (coming soon).

______________________________________________________________________
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: 4
Date: Wed, 13 Feb 2008 02:29:58 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Feature Request: Direct Open File
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=4775391
By: nobody

did you try alt+F5

______________________________________________________________________
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



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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

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

_______________________________________________
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 21, Issue 41
*************************************************

Reply via email to