CodeLite: Keyboard Input doesn´t work in the "Output View"
Posted: Fri Aug 14, 2015 6:05 pm
Hello,
**** Bug report:
Keyboard Input doesn´t work in the "Output View"
with this application:
https://github.com/felixge/node-ar-drone
1.Your codelite version = 8.20
2. Is it a self compiled version of codelite = No
3. Your OS = Win 8.1, 32-bit
4. Compiler version = Node.js v0.12.7
**** Prerequisite:
1.I installed the ar-drone module in the working directory, by which the module is copied in the "node_module" subdirectory.
2. Now I executed the demo code example from the website ( https://github.com/felixge/node-ar-drone ), by "node repls.js"
var arDrone = require('ar-drone');
var client = arDrone.createClient();
client.createRepl();
**** Expected behaviour, with COMMAND.COM console and with NodeEclipse ( http://www.nodeclipse.org/ ):
The output shows
"drone>"
and I can enter interactive commands, according to the tutorial , e.g. "takeoff()"
**** Experienced behaviour with CodeLite, after "Build / Run":
The output shows
"drone>"
but I can´t enter any commands.
If you know how to configure CodeLite, do enable interactive applications with Node.js, then please tell me.
Else consider it as a bug, which other iDEs master, and Dear developers, please fix it.
Sincerely
Rolf
**** Bug report:
Keyboard Input doesn´t work in the "Output View"
with this application:
https://github.com/felixge/node-ar-drone
1.Your codelite version = 8.20
2. Is it a self compiled version of codelite = No
3. Your OS = Win 8.1, 32-bit
4. Compiler version = Node.js v0.12.7
**** Prerequisite:
1.I installed the ar-drone module in the working directory, by which the module is copied in the "node_module" subdirectory.
2. Now I executed the demo code example from the website ( https://github.com/felixge/node-ar-drone ), by "node repls.js"
var arDrone = require('ar-drone');
var client = arDrone.createClient();
client.createRepl();
**** Expected behaviour, with COMMAND.COM console and with NodeEclipse ( http://www.nodeclipse.org/ ):
The output shows
"drone>"
and I can enter interactive commands, according to the tutorial , e.g. "takeoff()"
**** Experienced behaviour with CodeLite, after "Build / Run":
The output shows
"drone>"
but I can´t enter any commands.
If you know how to configure CodeLite, do enable interactive applications with Node.js, then please tell me.
Else consider it as a bug, which other iDEs master, and Dear developers, please fix it.
Sincerely
Rolf