[Bug 211157] New: auto-logging of javascript commands

View: New views
3 Messages — Rating Filter:   Alert me  

[Bug 211157] New: auto-logging of javascript commands

by Bugzilla from arwalker@sumusltd.com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://bugs.kde.org/show_bug.cgi?id=211157

           Summary: auto-logging of javascript commands
           Product: kst
           Version: 1.8.0
          Platform: unspecified
        OS/Version: Linux
            Status: NEW
          Severity: wishlist
          Priority: NOR
         Component: general
        AssignedTo: kst@...
        ReportedBy: arwalker@...


Version:           1.8.0 (using KDE 4.3.0)
OS:                Linux

Would be desirable to automatically have kst log all commands entered by the
user in the kst javascript console.

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Kst mailing list
Kst@...
https://mail.kde.org/mailman/listinfo/kst

[Bug 211157] auto-logging of javascript commands

by Bugzilla from arwalker@sumusltd.com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://bugs.kde.org/show_bug.cgi?id=211157


Andrew Walker <arwalker@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #1 from Andrew Walker <arwalker sumusltd com>  2009-10-20 20:48:48 ---
SVN commit 1038170 by arwalker:

BUG:211157 Added the ability to automatically log javaScripts commands. The
syntax is Kst.autoWriteHistory(string filename[, boolean append]). If append is
false then the file will be truncated when the autoWriteHistory command is
called. Each new js command issued will be automatically added to the specified
filename.

 M  +30 -0     bind_kst.cpp  
 M  +9 -0      bind_kst.h  
 M  +12 -0     js.cpp  
 M  +2 -0      js.h  
 M  +34 -0     jsiface_impl.cpp  
 M  +2 -0      jsiface_impl.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1038170

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Kst mailing list
Kst@...
https://mail.kde.org/mailman/listinfo/kst

[Bug 211157] auto-logging of javascript commands

by Bugzilla from arwalker@sumusltd.com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://bugs.kde.org/show_bug.cgi?id=211157





--- Comment #2 from Andrew Walker <arwalker sumusltd com>  2009-10-20 21:06:32 ---
SVN commit 1038176 by arwalker:

CCBUG:211157 Append to existing file if requested.

 M  +1 -1      jsiface_impl.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1038176

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Kst mailing list
Kst@...
https://mail.kde.org/mailman/listinfo/kst