Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Middle mouse button paste not working in integrated terminal #1301

Open
ralfuslongus opened this issue Mar 14, 2024 · 0 comments
Open

Middle mouse button paste not working in integrated terminal #1301

ralfuslongus opened this issue Mar 14, 2024 · 0 comments

Comments

@ralfuslongus
Copy link

What version of LiteIDE are you using (LiteIDE About - Version and Build Qt Version)?

X38.3

What version of Go are you using (go version)?

go1.22.0 linux/amd64

What operating system and processor architecture are you using(go env)?

GO111MODULE=''
GOARCH='amd64'
GOBIN=''
GOCACHE='/home/userX/.cache/go-build'
GOENV='/home/userX/.config/go/env'
GOEXE=''
GOEXPERIMENT=''
GOFLAGS=''
GOHOSTARCH='amd64'
GOHOSTOS='linux'
GOINSECURE=''
GOMODCACHE='/home/userX/go/pkg/mod'
GONOPROXY=''
GONOSUMDB='*'
GOOS='linux'
GOPATH='/home/userX/go'
GOPRIVATE=''
GOPROXY='http://...(deleted)'
GOROOT='/usr/local/go'
GOSUMDB='sum.golang.org'
GOTMPDIR=''
GOTOOLCHAIN='auto'
GOTOOLDIR='/usr/local/go/pkg/tool/linux_amd64'
GOVCS=''
GOVERSION='go1.22.0'
GCCGO='gccgo'
GOAMD64='v1'
AR='ar'
CC='gcc'
CXX='g++'
CGO_ENABLED='1'
GOMOD='/dev/null'
GOWORK=''
CGO_CFLAGS='-O2 -g'
CGO_CPPFLAGS=''
CGO_CXXFLAGS='-O2 -g'
CGO_FFLAGS='-O2 -g'
CGO_LDFLAGS='-O2 -g'
PKG_CONFIG='pkg-config'
GOGCCFLAGS='-fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/tmp/go-build3249657386=/tmp/go-build -gno-record-gcc-switches'

cat /etc/os-release:
NAME="Ubuntu"
VERSION="20.04.6 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.6 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal

What did you do?

  1. Open the integrated terminal (Ctrl+Shift+5)
  2. Select some text with left mouse button
  3. Press middle mouse button in integrated terminal

(under filter i tried all possible options: dark mode, login mode, bash, sh ..., the result is all the same, it does not paste any text)

What did you expect to see?

The selected text should be pasted/inserted at the mouse position in the integrated terminal.

What did you see instead?

No text is pasted/inserted at mouse position in integrated terminal.

If i use any editor window instead everything works fine. I can select any text either by click-and-drag or double-click left mouse button and paste it by single-click middle mouse button. I use this method in every possible linux program, any IDE, terminal emulator, console, browser or editor supports this very useful behavior, but NOT this single terminal window in LiteIDE.
Because i like LiteIDE very much (good work Mr. VisualFC !!!!!, big thumbs up) i would appreciate this feature very much.
Thank you in advance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant