Changes between Version 34 and Version 35 of GoogleCodeInIdeas2016


Ignore:
Timestamp:
Nov 23, 2016, 6:09:31 PM (7 years ago)
Author:
mmu_man
Comment:

Add: 1.9 Add scripting interfaces to applications to make it more useful

Legend:

Unmodified
Added
Removed
Modified
  • GoogleCodeInIdeas2016

    v34 v35  
    131131
    132132
     133=== 1.9 Add scripting interfaces to applications to make it more useful ===
     134[https://www.haiku-os.org/documents/dev/using_scripting_in_haiku Scripting] is used in Haiku to interact programmatically with applications,like with the hey CLI tool. All apps already support basic scripting through the App Kit, but some would benefit from more specific scripting interfaces.
     135
     136||||||= '''Applications that needs specific scripting interfaces''' =||
     137||= Example app =||= Example need =||
     138||Magnify|| Make Magnify controllable by scripting, like zoom factor, and other actions.
     139||MediaPlayer|| Expose the current track as a scripting object, possibly reusing SoundPlay's interface.
     140
    133141
    134142== 2.0 Documentation/Training ==