« Return to Thread: Kate plugin for script debugging - ScriptDebugOutput

Re: Kate plugin for script debugging - ScriptDebugOutput

by Bugzilla from malix0@gmail.com :: Rate this Message:

| View in Thread

I try again to attach the plug-in source and the core change.

Can someone give me an answer?

Thanks Massimo

PS: This is the mail thread that I had 5 years ago:

Hi,

I made change to my patch and now it work for the new version of katescript.
I need to add kateglobal.h in katescript.cpp. I can not test it
because my test script
where I specified type: command doesn't work. Tell me if it is ok for you.

Thanks
Massimo

Massimo Fidanza ha scritto:

> Ops!!, I just see that things are changed. I need to port my patch to new katepart structure. But I think that I need some help. The only thing that I want is to emit the debug message with the debugScript
> signal.
>
> Please help me, so I can post my plugin after more then a year.
>
> Regards
> Massimo
>
> Massimo Fidanza ha scritto:
>
>> Hi all,
>>
>> if for you is ok I will release my plugin. The ScriptDebugOutput plugin will display debug messages
>> in a kate panel. For that I need to patch kdelibs and add a couple of functions. The debug message
>> will be emitted with the debugScript qt signal and the captured by ScriptDebugOutput, that will
>> display it in a kate panel.
>> I attach the kdelibs path, if it is ok for you I will post it in the subversion repository
>>
>> Regards
>> Massimo
>>
>> Dominik Haumann ha scritto:
>>
>>> Hi Paul,
>>>
>>> On Wednesday 12 March 2008, Paul Giannaros wrote:
>>>
>>>
>>>> Hi,
>>>> v
>>>> As it stands, katejscript.cpp causes calls to debug() in JS files to
>>>> be displayed using kDebug. Obviously kDebug output doesn't display if
>>>> a debug build isn't being used, so it's a lot harder to develop new
>>>> indent scripts for those that aren't Kate hackers. This patch makes
>>>> that function use cerr instead. If there are no objections, I'll
>>>> commit it.
>>>>
>>>> I've also attached an indent file for Python. I've been using it a
>>>> little and it seems to work great here. Unless there are any
>>>> objections, I'll import it into SVN.
>>>>
>>>>
>>>> Regards,
>>>> Paul
>>>>
>>> Please commit.
>>>
>>> Dominik


2012/2/8 Malix <malix0@...>:

> Hi,
>
> 5 years ago I write a plugin that show the debug messages of a script
> written in javascript in a docked window inside the editor. I asked
> many time to include this in the main repository with no luck. So I
> asked for a svn account but when I get it the script part of kate was
> broken. Now I intend to port this to the latest version of kate. But I
> need to change the katepart. Do you think its ok?
>
> Thanks Massimo
>
> PS: I try to attach my last email and plugin source but my email was rejectred



_______________________________________________
KWrite-Devel mailing list
KWrite-Devel@...
https://mail.kde.org/mailman/listinfo/kwrite-devel

scriptdebugoutput.tar.gz (4K) Download Attachment
kdelibs.diff (4K) Download Attachment

 « Return to Thread: Kate plugin for script debugging - ScriptDebugOutput