Clion run window character limit per line - clion

Yo
Does any1 know how to remove that damn limit ?!
I have this in my debug pints:
https://imgur.com/a/rEm6dsQ
I tried going to Editor>General>Console and changing stuff there but no luck sadly.
TIA

Related

Why is VS Code adding many blank lines at the end of all my files?

I just installed Win 10 1809 on my Dell PC, and it seems to run okay. But the first thing I did was start up VS Code. I wanted to run yarn start for my React project, but I had to type it way down in the terminal window, while the prompt was at the top. It worked though.
And when I open any project file, there seems to be approximately 100 blank lines appended at the end of each. But the line numbers don't go down that far and the cursor stops at the last line number. But the scroll bar acts as if those blank lines are there.
So I'm guessing the same number of blank lines are being added to the terminal too. But in the terminal window, the cursor is positioned at the bottom of the scrollable window.
What's going on? Is there a fix?
EDITED:
I see that I can scroll the file's window up until the cursor and last line is at the top, but no further, regardless of the window size. Maybe this has always be the case, and I never noticed. But now because of my terminal problem, I am suspicious of everything and checking for any abnormalities. So I don't think that extra blank lines are being added to my files. Sorry for the mistake.
But the terminal problem persists. The screen clip below shows the terminal display after I enter "yarn start". The typed input shows up way down from the initial prompt, and the blank area is a long string of "0D0A" characters. Sometimes I can click on "kill Terminal" and then start a new one and the new one works correctly. But not always.
Still trying to figure this out.
Can you share snapshots for your problems?
This is some hint for your problem
In VS Code, type
Linux / Windows: Ctrl + Shift + P
MacOS: Cmd + Shift + P
Type Settings to go Settings
At settings, search end of file, at here you can configure something for your problem with auto append blank lines each file
I hope it will help you :)
Your Terminal Problem is described as Bug in VS Code Issues.
As of July 2019 the intergration is pending due to stability problems.
https://github.com/Microsoft/vscode/issues/57803
Addendum (August 2019):
The Problem seams to be fixed with VS Code 1.37.1 and Windows 10 Patchlevel 1903
Did you try uninstalling and reinstalling?
Going back to your questions.
What's going on? No idea.
Fix. Use this extension https://marketplace.visualstudio.com/items?itemName=rintoj.blank-line-organizer
or
Open Visual Studio project and collapse all the folder and make it handy.
Now press ā€œ Control + Shift + H ā€œ key combination and you can see the Popup which shows Find and Replace options.
In the Find place input ā€œ^&\nā€ combination and select Use Regular Expression checkbox without fail as this input will mainly work with the regular expressions only.
In the replace field leave it empty so nothing will be replaced rather remove the empty blank lines.
In the input Find field we have give ^ for Start of the line and $ for end of line and \n which is for new line break.
source for second solution: http://www.f5debug.net/post/2015/01/03/How-to-remove-Blank-lines-between-codes-in-Visual-Studio-Code-editor.aspx
The extension will be useful overall especially when working in a team project where a lot of people might be leaving too many empty lines. Good luck

Customize windows hotkeys

My question is about a way to speed-up everyday writing. I'm often required to repeat certain text-snippets in different forms. One way is to use:
Ctrl-C and Ctrl-V
but I want to keep the Ctrl-C for temporary text-snippets and be able to create a custom hotkey where I predefine the text that I can paste, e.g. if I press Ctrl-T, while having the mouse in the url-entry in a browser, a string like "hi, I hope you are well!" will be pasted. I have been looking into using the windows powershell, but I'm not experienced enough to do this...
Thx for any help (be gentle, this is my first question!) and thx for all the help throughout the years :)
Ahh it seems #EBGreen's idea did provide a good answer! Thanks :) Here is what I found:
^j::
Send, name.surname#company.com
return
binds Ctrl+j to the string "name.surname#company.com", when using the autohotkey-language.
Check out https://autohotkey.com/ for more details!

Can't edit some random place in code without deleting everything that comes next

this is really stupid question but I just downloaded Visual Studio and it's really driving me crazy. Lets say I made a mistake somewhere in code and want to edit it, when I click on that part there is grey thing highlighting the number or letter I am currently on but when i try to add something it is just deleting everything on its path, so if I want to add something i have to retype everything that comes next, here is screenshot because I can't explain it very well..
Lets say I wanted to separate fi from le but instead it removed my i and if I keep pressing space it will also remove l and e.
Thanks in advance

Xcode Playground spaces taken away?

Someone please help!! The fact that these upside down brackets are taking the space between my words are annoying.
It looks like this...
_var_five_=_5
In Xcode, use the Editor menu and Hide Invisibles.

Double enter with a barvode-scanner?

If you have a barcode-scanner and scans an EAN-code it scans the code and then make a ENTER. But I want my computer to make TWO ENTER when the scanner has scanned a code. How can I fix that? A little program in the background? Or is there already a program/code for this?
Please help.
Regards
Sebastian

Resources