text-editor Questions
7
I am a vim user (not a beginner not advanced). I use the arrow keys.
I have repeatedly read that it is highly recommended to use the h,j,k,l keys for increased productivity.
I have tried to use the...
Mullock asked 2/11, 2014 at 20:5
8
I started to use gvim, and I can't quite understand how the multiline edit works in gvim.
For example:
Original text:
asd asd asd asd asd;
asd asd asd asd asd;
asd asd asd asd asd;
asd asd asd a...
Nerveless asked 2/8, 2012 at 19:24
5
Solved
I am a long time emacs user learning Vim. Emacs lets me navigate in the mini-buffer (where I issue commands like C-x C-s) using the same navigation keyboard shortcuts as in any other buffer. For ex...
Leaflet asked 3/8, 2011 at 2:15
3
I'm learning Ada 95 in my programming class, and I would like to install the gnat compiler on my MacBook. I have no clue as to where to get a good gnat to compile my code, and how to install it.
I...
Issy asked 28/1, 2013 at 16:47
3
Solved
This is a very annoying limitation for editing some config files, such as mozilla prefs.js. It usually contains lines longer than that.
Theurich asked 21/11, 2012 at 15:36
4
Unfortunately I hit some shortcut from Visual Studio text editor.After that there will be a dotted line in my text editor along with every code.i tried by resetting Environment from tool menu.
Sti...
Babbette asked 3/1, 2015 at 17:48
6
Solved
I have a list (in a .txt file) which I'd like to quickly convert to JavaScript Syntax, so I want to take the following:
AliceBlue
AntiqueWhite
Aqua
Aquamarine
Azure
Beige
Bisque
Black
BlanchedAlmo...
Irremissible asked 13/1, 2012 at 10:48
2
Solved
I'm using VS Code 1.51.11 on Mac OS X.
Inside my integrated terminal I want to use the binding CMD+K to trigger the clear command to clear the terminal. It works in my regular Terminal.app, but whe...
Thorin asked 2/12, 2020 at 13:17
9
Solved
Often I find myself with some text where I want to exclude a certain part of the text, say the first three characters of 40 lines. The fastest way I could think of to do this would be to draw a rec...
Homestead asked 30/8, 2009 at 22:0
1
Solved
I am working on vscode TextEditorEdit extension. Here I need to put the cursor on a specified line number after opening the file as an editor, based on an api response content. How can I achieve th...
Hardened asked 22/10, 2021 at 5:47
3
Solved
Windows 10 cmd opens up this editor by default when I try to edit a GIT commit message. Can you please tell me what that is and how I can use it? Thanks.
Arianna asked 28/12, 2016 at 5:13
7
Solved
Curly brace matching was pretty easy to turn on. How can I turn on parenthesis matching in Xcode?
Selfimprovement asked 5/6, 2009 at 4:47
2
Solved
Is there a way for selecting text in vertical in Spyder3 Text Editor? What I mean is something equivalent to Alt + Shift in Atom text editor for example:
Interfere asked 11/3, 2019 at 15:55
5
Using VS Code, how can I move the current line I am on (or the current selection) up or down using Vim keybindings? When using the editor as normal, I can achieve this using 'alt + up/down'.
I am ...
Flapjack asked 29/2, 2020 at 9:36
1
Solved
I have some problems with the strapi rich text editor.
When I type some text, the format doesn't appear at all in the render of my app. No line break. Plus, the markDown code stays visible.
I tried...
Hendon asked 14/9, 2021 at 15:42
6
Solved
In vim, you can do this by vi", vi[, vi( ...
For example, if you have a line like this:
x = "difference between vim and emacs"
and the cursor is anywhere between those quotes and you hit vi", ...
Lullaby asked 6/6, 2014 at 20:13
2
Solved
I have a TextEditor that I do not let users add New Line (\n) in it. That is to say, when a user Enter, I dismiss the keyboard. I have used the following code to dismiss the keybaord and prevents u...
Youthful asked 13/11, 2020 at 18:43
9
I would like to create a simple text editor in Javascript. The challenge for me is: the buttons above my text-editor should be adjusted on the content of the DOM. For example: if the cursor is with...
Dercy asked 4/5, 2017 at 9:6
7
Solved
I want to turn off the Sublime 3 updates notification, so I go to Preferences -> Settings-User and edited it like this:
{
"auto_close_tags": true,
"font_size": 18,
"hot_exit": false,
"remem...
Tatianna asked 13/5, 2015 at 7:29
3
What hotkey or command helps to select the whole word under the cursor in VSC?
(Like CTRL or ALT + D in ST3)
Posture asked 11/10, 2018 at 12:30
4
I have multiple email addresses. I need to find and delete all (including found one). Is this possible in notepad++?
example:[email protected],
[email protected],
[email protected],...
Huarache asked 11/2, 2016 at 1:15
10
Solved
In many text editors that are aimed at programmers, if the user has a selection that spans more than 1 line and presses the TAB key, those lines are indented by 1 TAB (or a number of spaces, depend...
Purveyance asked 21/9, 2009 at 13:23
9
Solved
Using the compare plugin in Notepad++ splits the screen between the two files being compared. Is there a fast way to revert the screen to have all of the tabs again in a single window, as is the de...
Edgell asked 16/9, 2011 at 20:15
4
Solved
I'd like to disable the Word-Wrap "feature" in XCode. Can this be done? I can't find a setting or a hotkey that will do this.
Also, before stating "long lines of code are bad-- keep them short and...
Henkel asked 12/10, 2011 at 13:30
1
Solved
I'm stuck in initramfs on Linux Mint v15 and I need to edit /bin/grub/grub/cfg. I have the sda1 device mounted but not sure what to do to edit. I try exec ./usr/bin/vi and it throws a kernel panic....
Trilly asked 23/7, 2013 at 20:41
© 2022 - 2024 — McMap. All rights reserved.