Summary: | Ability to read text file with JavaScript | ||
---|---|---|---|
Product: | [Applications] kst | Reporter: | Andrew Walker <arwalker> |
Component: | general | Assignee: | kst |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 1.x | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Andrew Walker
2007-10-18 21:53:07 UTC
SVN commit 727169 by arwalker: CCBUG:150999 First draft of JavaScript functionality for reading files M +2 -1 Makefile.am A bind_file.cpp [License: GPL (v2+)] A bind_file.h [License: GPL (v2+)] M +4 -1 js.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=727169 Is this necessary, or can we simply create a QFile from with JavaScript? Functionality for reading from files is present. This can always be removed, if we can access a QFile object, or extended if we want the ability to write to files. |