Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Add the ability to run program in built-in terminal #33

Open
Civitasv opened this issue May 3, 2022 · 4 comments · May be fixed by #43
Open

Add the ability to run program in built-in terminal #33

Civitasv opened this issue May 3, 2022 · 4 comments · May be fixed by #43
Labels
enhancement New feature or request

Comments

@Civitasv
Copy link

Civitasv commented May 3, 2022

Description

My C++ code includes cin, which need some input value, but I can't input in the CMake window. It simply cannot make changes.

Steps to reproduce

Below is a very simple example, it wants a input value, but I can't make any changes.

image

@Civitasv Civitasv added the bug Something isn't working label May 3, 2022
@Shatur
Copy link
Owner

Shatur commented May 3, 2022

You can't input data into a quickfix window, it not possible. You need to run your program directly in terminal.

@Civitasv
Copy link
Author

Civitasv commented May 4, 2022

I see, but it's easier if I can directly run or debug my program after building.

@Shatur
Copy link
Owner

Shatur commented May 4, 2022

The only option is to run it in :terminal or any other terminal helper. We probably could add a feature for it.

@Shatur Shatur changed the title Can't input when CMake Run Add the ability to run program in built-in terminal May 4, 2022
@Shatur Shatur added enhancement New feature or request and removed bug Something isn't working labels May 4, 2022
@Civitasv
Copy link
Author

Civitasv commented May 4, 2022

Will appreciate it!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants