text-editor Questions

2

Solved

I have the following problem: I use Nodepad++ editor to write some text\code and I save my file into it, if later I open this file using the Windows notepad this lost the text format and put all th...
Newcomb asked 7/11, 2013 at 9:59

15

Solved

I'm trying to update httpd.conf in my Cedar-based Heroku app. I got to my Heroku bash with heroku run bash and found the conf dir under apache. But when I try to open any editor vi, vi...
Mawkin asked 1/10, 2012 at 2:11

4

Solved

Is there is a way to wrap a selected text block with quotes? In visual studio I have not found a extension or plugin I am just looking for a simple way to do it. Is there a way to add that function...
Seaward asked 20/4, 2015 at 20:21

3

Okay ... This may be a ridiculous question. (I'm still getting used to Mac.) I really like the auto fill-in-ahead predictive typing feature of Xcode. Can I use it to simply edit files laying aroun...
Korea asked 1/2, 2013 at 16:2

9

Solved

In Notepad++, you can press Alt-LeftMouseClick-Drag to select a rectangular region. How do I do this in emacs (windows) ? I tried the methods in http://www.emacswiki.org/emacs/RectangleCommands b...
Triclinium asked 31/7, 2014 at 17:28

3

Solved

In most multi-document editors for windowing environments, Control-TAB will utilize an MRU list to bring the user back to the last visible file. What is the appropriate command to accomplish this i...
Brazzaville asked 25/8, 2010 at 5:41

4

Solved

I frequently want to select multiple lines in vi. e.g. from line 1 to line 10. So, what I usually do when I want to jump from line to line is I type :110 to jump to line 110, e.g. And, when I wan...
Tojo asked 14/9, 2018 at 0:56

3

Solved

If I have a piece of Code MyIdentifierIsNice(OtherThingAlsoNice isBetterThen); I'd like to change the behavior of Ctrl-Left in Eclipse from stopping here: My|Identifier|Is|Nice|(|Other|Thin...
Copper asked 9/12, 2010 at 14:10

5

Solved

I've read this thread indicating how to find and replace within selection in ST2. Despite reading this thread but still cannot figure out if it's possible to do a simple find and replace within sel...
Antione asked 6/3, 2018 at 7:9

3

Is there a way to highlight a section of code to be commented out in one swoop using geany text editor?
Tobin asked 13/4, 2011 at 23:57

3

Solved

I am working on Eclipse, backspace key works all fine but suddenly it's started working like delete key (When press backspace we expect to delete backward characters but its deleting front characte...
Doris asked 20/11, 2015 at 10:13

5

Solved

Is there a way to launch Microsoft Visual Studio Code from the command line in windows? I can't even seem to find the directory for code on my computer. It didn't even ask me where to download it. ...
Tweeny asked 29/4, 2015 at 22:36

1

Is it possible to remove all the style attributes when the user paste html content into Summernote texteditor? For Example : (Input) <p style="font-weight:500; color:#000;">Hello World &lt...
Respondence asked 19/4, 2017 at 9:24

4

Solved

If i have to sort following rows on the basis of values on left of '='. But the sorting should expand the selection to column after '=' simultaneously. Thtz is we dnt have to sort column after '=' ...
Digraph asked 5/10, 2010 at 7:9

9

Solved

In Textmate I can wrap enclosing characters ('(', '[', '"', etc.) around text by selecting it and hitting the opening character. For example, if I select word and hit (, it will become (word). What...
Sensory asked 1/6, 2010 at 17:12

4

Solved

Does anyone know this shortcut? I'm looking for it online, but I can't seem to find it
Delenadeleon asked 31/7, 2014 at 17:53

7

This feels like a dumb question, but I can't find an answer on the Internet (or in VIM help). I'm using VIM 7.2 on Mac OS X. All I want to do is wrap my lines at 72 characters, but doing :set text...
Aundrea asked 27/2, 2011 at 23:44

5

Solved

I have a big old config object. Something like: var object = { item1: 'value1', item2: 1000, item3: ['a', 'b', 'c'], item4: [1, 2, 3], item5: { foo: 'bar' } }; ... and so on. I want to re...
Allopatric asked 27/4, 2011 at 21:10

11

Solved

How do I use Notepad++ (or any other editor besides vim) with msysgit? I tried all of the following to no avail: git config --global core.editor C:\Program Files\Notepad++\notepad++.exe git conf...
Kinross asked 27/10, 2009 at 22:59

2

Solved

I attempted to change the native code editor for Git, but I have done it unsuccessfully. Now, anytime I attempt to revert a commit, I get the following error: hint: Waiting for your editor to clo...
Porscheporsena asked 17/12, 2018 at 0:24

6

When editing an html file in vim, the indentation for css inside style tags is messy. For instance, this is how it would indent this sample css code without any manual intervention to fix the inde...
Berkin asked 16/12, 2009 at 3:48

3

In eclipse you can hit Ctrl+Shift+o to automatically import all the libraries you reference in your code. Is there any similar plugin for vim to have this feature with python?
Masseuse asked 29/9, 2010 at 19:21

2

Solved

I'm familiar with solutions that will automatically wrap to 80 characters, etc. But fill-paragraph lets me wrap things to 80 characters (or whatever) when I want to, which is convenient.
Friction asked 1/3, 2012 at 1:19

1

I want to implement Logoot for eventually-convergent P2P text editing and I've run into a bit of a problem. My understanding of Logoot is that the intervals between objects (lines of text in the o...
Ninon asked 16/8, 2017 at 20:47

7

I could'nt find a solution to a problem that has been hindering the use of notepad++. When you double click text to highlight that text and others like it, camelCase or under_score words work great...
Raynaraynah asked 30/5, 2013 at 14:19

© 2022 - 2024 — McMap. All rights reserved.