ScripterNG/Development/PortingOldScripter gsoc2011: Difference between revisions
Jump to navigation
Jump to search
Jainbasil1 (talk | contribs) |
Jainbasil1 (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
==Document | ==Document related commands== | ||
filename : cmddoc.h, cmddoc.cpp | |||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
! | ! command in old scripter !! speculated in Scripter2 !! Proposed API !! Status | ||
|- | |- | ||
| | | closeDoc(...) || Scripter.activeDocument.close() || Document API || done | ||
|- | |- | ||
| | | Example || Example || .. || .. | ||
| | |||
| | |||
|- | |- | ||
| | | Example || Example || .. || .. | ||
|- | |- | ||
| Example || Example || .. || .. | |||
|} | |||
* closeDoc(...) | |||
* docChanged(...) | |||
* getUnit(...) | |||
* haveDoc(...) | |||
* loadStylesFromFile(...) |
Revision as of 17:12, 13 May 2011
filename : cmddoc.h, cmddoc.cpp
command in old scripter | speculated in Scripter2 | Proposed API | Status |
---|---|---|---|
closeDoc(...) | Scripter.activeDocument.close() | Document API | done |
Example | Example | .. | .. |
Example | Example | .. | .. |
Example | Example | .. | .. |
- closeDoc(...)
- docChanged(...)
- getUnit(...)
- haveDoc(...)
- loadStylesFromFile(...)