Coder Social home page Coder Social logo

overwolf-plugins's People

Contributors

alexdvoyris avatar eladbahar avatar lmachens avatar odeditkinow avatar tomwolfgang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

overwolf-plugins's Issues

ProcessListener API missing in documentation

Relevant API
bd41d55#diff-53c9f00b005f3bb53220013168e3ef64

sample code:

var processId = 12964;
plugin.get().listenOnProcess(processId, function(status, error) {
console.log("listen process: ", processId, status, error);
})
// plugin.get().stopListenProcess(processId, function(status, data) {
// console.log("stop listen process: ", processId, status, data);
// })
plugin.get().onOutputDebugString.addListener(function(processId, line) {
console.log("onOutputDebugString" + processId + ": " + line);
});
});

Changed to processname instead of ID
56f0c8c

Namespace doesn't match with manifest class

Hi,
it looks like the class in the sample manifest.json files are different than the namespace of the plugins.

Example:

"process-manager-plugin": {
"file": "process_manager.dll",
"class": "com.overwolf.net.ProcessManager"
}

It says com.overwolf.net.ProcessManager.

But in the plugin, the namespace is com.overwolf.com.overwolf.procmgr.

namespace com.overwolf.com.overwolf.procmgr {

The correct namespace would be com.overwolf.net.
Or the manifest class is not correct, which would be com.overwolf.com.overwolf.procmgr.ProcessManager.

The same issue appears in other plugins.
It looks like the DLLs in the samples are from a different version than the plugin folders.

simpleIOPlugin listenOnFile documentation needs update

The updated implementation of the plugin does not work with the callback directly anymore.
Now additionally a handler has to be registered through

plugin.get().onFileListenerChanged.addListener(handler)
plugin.get().onFileListenerChanged.removeListener(handler)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.