Eclipse IDE weird blinking space - eclipse

Does anyone know how to get rid of this thing?
there is this cursor in the terminal
It acts weird with backspacing and removes whole line or doesn't remove and returns to the beginning of line.
I tried restarting eclipse and terminal it didn't help
Usually it single blinking space here it's double space: https://i.stack.imgur.com/tD1kW.png
Tried restarting eclipse, terminal. Didn't help

Related

VSCode autocomplete/intellisense(?) in Jupyter Notebook when starting string literals keeps making me accidentally insert 'ArithmeticError' every time

screenshot of the popup code suggestion box being mentioned
In VSCode Jupyter Notebook code cells, I keep having this annoying popup when I open any single or double quotes. It doesn't appear on markdown cells, nor in regular editor on .py files. It doesn't look like your typical IntelliSense suggestions either (I think), and I've tried to disable as many of such extensions as possible, but I'm not able to get rid of this annoying popup.
Appreciate if someone could point me in the right direction. Or at least what it's actually called, so I can Google the correct term. Thanks.
Figured it out.
In VS Code settings, go to Extensions > Jupyter > Python Completion Trigger Characters
defaults were: .%'"
So I deleted the single and double quotes, restarted, and voila, no more annoying popups.

m1 vscode terminal output weired character

when i set a c++ environment, may be for my mistake, whenever i run the code , terminal start's with star character in the white color square.
so i want to fix it, i reset a vscode, but nothing haapen(not only delete vscode but also stored setting)(searching internet)
after all i reset m1 mac, but unfortunatly it still output star character. i want' to know how to fix it.

vscode terminal is acting weired, there is a spce between each character, cursor is not at the right position

I use vscode daily, today integrated terminal started acting weird. There is a space between every letter, and the cursor is not at the right position. See the following screenshot:
Please help me to solve this problem.
Finally I got the solution.
Just resize the terminal in vscode , it will solve the problem.

Eclipse shows red lines at mouse pointer

Since I have re-installed my computer, there is a strange phenomena using Eclipse (both JAVA and C/C++).
The moment I press control+shift+s, two red lines appear near my mouse pointer.
Image of the red lines:
http://www.flickr.com/photos/92764732#N03/8431379591/
When I look in the settings-> keys, the control+shift+s is mapped to save all.
However, it does not save all, and only shows the red lines.
Defaulting the keys mapping does not work, I have tried this.
Does anyone has any idea on what these red lines mean, and how to get rid of them?!
Thanks in advance!
Jeroen
Well great, turned out it wasn't Eclipse after all.
Control+Shift+S is a shortcut from Mouse without borders (great tool by the way)!
So, fixed that one, on to saving a lot of files in one press :)

Emacs - cursor misalignment, and disappearing text

I've been using a copy of emacs (in a Debian VM I ssh to with putty) at work for a couple of months now, and up until now everything has been working brilliantly... but this morning I'm trying to edit a file in shell-script-mode, and am seeing some weird behavior with text around the cursor.
Basically, when I type the following ( [ ] represents my cursor):
export DATABASE[]
After I've typed the first few characters of the variable name the export statement disappears and the variable name aligns to the left margin, and all I end up seeing is (with the cursor out in the wilderness):
DATABASE []
If I then hit CTRL-L, the screen refreshes, and I see the text as it should be displayed... until I start typing, and then the buffer start acting strangly again (characters disappearing, moving, cursor ending up in the wrong place, etc)
I've not, to my knowledge, added anything to my .emacs file since this last worked as I expect it to, so I'm at a loss as to what could be happening here. It doesn't seem specific to sh-mode either - I've tested a few other file types and observed similar strange behavior. Are there any emacs afficianados out there who might be able to point me in the right direction to figure out what's wrong here?
Thanks in advance
I'm not sure what to suggest, but this sounds awfully like an issue with the terminal: I suspect that Emacs redraws the current line whenever it changes and I guess it tries to do so incrementally. If something's got out of whack with your terminal, then it seems quite plausible that the current word would get written at the start of the line (all Emacs sent) and your cursor would get abandoned "out in the wilderness" :-)
Obviously, this is a new change. Since it doesn't sound like the sort of issue that would be caused by Elisp configurations in your .emacs, you should check whether you've recently upgraded one of
PuTTY
Emacs version
SSH version (unlikely...)
Then maybe the relevant tool will have something in the changelog (which maybe you can disable via a config?)
One thing you could check: you say this isn't just SH-mode. Is it "any mode with syntax highlighting"? Maybe Emacs just sends over the wire the text with the current colour?
I had a similar problem of disappearing text using PuTTY / Emacs / Remote AWS Ubuntu when running ABCL LISP in a shell window.
The solution was: I had changed my foreground and background font colors (essentially reversed) in PuTTY but had neglected to change the bold fonts, so they were disappearing into the background.