Top "Text-editor" questions

A text editor is a type of program used for editing text files.

How to edit files in AWS S3 in the browser?

I have hosted my Homepage over Amazon's S3 system. In order to change information on the page, currently, I have …

amazon-web-services amazon-s3 cloud text-editor
Text editor function to indent multiple lines at once

I want to make my code more organized. So, whenever I copy a function from my functions.php file and …

indentation text-editor textwrangler bbedit
Is there a quick way to convert a JavaScript object to valid JSON in the text editor?

I have a big old config object. Something like: var object = { item1: 'value1', item2: 1000, item3: ['a', 'b', 'c'], item4: [1, 2, 3], …

javascript json text-editor
Data structure for text editor

This is an interview question. What data structure would you use to store the text in a text editor?

data-structures text-editor
Is it worth investing time in learning to use Emacs?

Right up front: I do not want to start a religious war. I've used vi for as long as I …

vim emacs editor text-editor
When in Vim insert mode, is there a way to add filepath autocompletion?

I write a lot of shell scripts and I am constantly having to enter in filepaths. I am wondering if …

vim shell autocomplete text-editor
Hidden Features of Visual Studio (2005-2010)?

Visual Studio is such a massively big product that even after years of working with it I sometimes stumble upon …

visual-studio text-editor hidden-features
How to disable the indentation dotted line in VS 2010

see these dotted lines there on every indent... How do I turn it off? I must have accidentally hit some …

visual-studio-2010 visual-studio visual-studio-2012 text-editor
Why use monospace fonts in your IDE?

I've seen a couple of font topics on SO and it seems a majority of people use monospace fonts for …

ide fonts text-editor
How to reset split screen to default in Notepad++

Using the compare plugin in Notepad++ splits the screen between the two files being compared. Is there a fast way …

text-editor notepad++