ScripterNG/Development/PortingOldScripter gsoc2011: Difference between revisions
Jump to navigation
Jump to search
Jainbasil1 (talk | contribs) No edit summary |
Jainbasil1 (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
! | ! Command in old scripter !! Speculated in Scripter2 !! Proposed API !! Status | ||
|- | |- | ||
| closeDoc(...) || Scripter.activeDocument.close() || Document | | closeDoc(...) || Scripter.activeDocument.close() || Document || done | ||
|- | |- | ||
| | | docChanged(...) || Scripter.activeDocument.setModified(bool) || Document || done | ||
|- | |- | ||
| | | getUnit(...) || Scripter.activeDocument.getUnit || Document || not done | ||
|- | |- | ||
| | | haveDoc(...) || Scripter.activeDocument.available || Document || done | ||
|- | |||
| loadStylesFromFile(...) || Scripter.activeDocument.loadStylesFromFile(...) || Document || not done | |||
|} | |} | ||
Revision as of 17:22, 13 May 2011
filename : cmddoc.h, cmddoc.cpp
Command in old scripter | Speculated in Scripter2 | Proposed API | Status |
---|---|---|---|
closeDoc(...) | Scripter.activeDocument.close() | Document | done |
docChanged(...) | Scripter.activeDocument.setModified(bool) | Document | done |
getUnit(...) | Scripter.activeDocument.getUnit | Document | not done |
haveDoc(...) | Scripter.activeDocument.available | Document | done |
loadStylesFromFile(...) | Scripter.activeDocument.loadStylesFromFile(...) | Document | not done |