CodeLite: Keyboard Input doesn´t work in the "Output View"

General questions regarding the usage of CodeLite
hemmerling
CodeLite Curious
Posts: 5
Joined: Fri Aug 14, 2015 3:20 pm
Genuine User: Yes
IDE Question: C++
Location: Hannover, Germany
Contact:

Re: CodeLite: Keyboard Input doesn´t work in the "Output Vie

Post by hemmerling »

Yes, the report was for the old 8.2.0 version

New report:

1.Your codelite version = 8.2.1
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

Now both for debugging and running, all output is in an external COMMAND.COM window,
with both keyboard input works fine :-).

Feedback:
Maybe its the best for a web tool where the console output is a mandatory feature, to let display it in an external window? I think so..
But besides that, on computers with small screens, its bad to have 2 different windows, and I know from other IDEs that they can display the output both of run and debug mode in an "internal" console window.
But its more important that it works at all :-).

Thanks for the fast feedback & improvement.

I setup a notice to your software on
http://www.hemmerling.com/doku.php/en/webtech04.html
:-)

Sincerely
Rolf
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CodeLite: Keyboard Input doesn´t work in the "Output Vie

Post by eranif »

hemmerling wrote:But besides that, on computers with small screens, its bad to have 2 different windows, and I know from other IDEs that they can display the output both of run and debug mode in an "internal" console window.
CodeLite used to support "internal terminal" as a docking Window, however, it did not have all the features as the native terminal + other issues, so we decided to drop it and use the native terminal. I don't think that its such a bad idea...
hemmerling wrote:I setup a notice to your software on
http://www.hemmerling.com/doku.php/en/webtech04.html
Thank you for this.

Since I am a C++ developer and I don't use Node.js that often, I will appreciate any feedback related to Node.js (features that you think might improve CodeLite in the Node.js domain, bugs small improvements etc)

Thanks
Eran
Make sure you have read the HOW TO POST thread
Post Reply