1426
Ecaradec's Software / Re: Qatapult
« Last post by ewemoa on February 20, 2012, 05:53 PM »Do you have an idea of Catalog you'd like to write, or is it just an idea ?-ecaradec (February 20, 2012, 07:28 AM)
Two items I started considering are:
- OpenWith plugin - a bit like the FARR Akete plugin - show in the third pane candidate applications a user has pre-specified
- Timers Catalog - this would allow a user to access already-set timers so they might be cancelled or rescheduled
Do you know which language you'd like to use ? C,C++ probably would be first as they'd be the most flexible, but I'm not sure if that would be the best option for most peoples.
I confess that C / C++ / Objective C are languages I have worked hard in the past to avoid -- sometimes writing plugins in C++ / Objective C that enable use of other programming languages instead.
With the popularity of ECMAScript, I think that would be a natural candidate -- not to mention the fact that JScript comes with Windows (so potentially no additional download). I haven't figured out if it's possible to load a DLL using JScript though. I'm curious about V8 (and possibly node.js) but I wonder about the potential impact on the size of the host application.