Questions tagged [editor]

This tag is for questions about the features and functionality of text editors, source code editors and other programs specifically designed for modifying plain text files used in computer programming. Questions asking us to recommend or find an editor are strictly off-topic.

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

A source code editor is a text editor program designed specifically for editing source code of computer programs by programmers.

Resources:

5878 questions
3
votes
1 answer

List of functions used in a Matlab script

Is it possible to obtain a list of the user-supplied functions (functions which are not Matlab toolbox functions) called by a Matlab script?
Schnabeltier
  • 188
  • 6
3
votes
2 answers

Mercurial Editor: "abort: The system cannot find the file specified"

I have a problem getting Mercurial to recognise my editor. I have a file, c:\windows\notepad.exe and typing "notepad" at the command prompt works. I can commit by using the "-m" argument to supply the commit title. But a simple "hg commit" brings up…
Killroy
  • 746
  • 10
  • 24
3
votes
1 answer

Stani's python editor- change syntax coloring

Looking at Stani's Python IDE, it definitely comes bundled with tons of useful features. Except it doesn't let me do custom syntax coloring. From the Q&A on the author's site: "- changing colors is not supported unless you edit manually…
PPTim
  • 1,266
  • 4
  • 18
  • 31
3
votes
1 answer

Sublime Text: "Remove all Folders from Project" Keybinding

I'm trying to add a keybinding for the menu item "Project > Remove all Folders from Project" in Sublime Text 2 but I can't find the correct command to use. For "Project > Add Folder to Project..." this worked fine: { "keys": ["ctrl+shift+o"],…
zeitoon
  • 156
  • 1
  • 8
3
votes
0 answers

Bootstrap X-editable - use div, ajax or function to load custom type editor?

I'm using Bootstrap 3 with X-editable ( http://vitalets.github.io/bootstrap-editable/ ) I require a variety of custom type editors. It's impractical to implement them as string templates as indicated in the sample code: …
Brendan Hill
  • 2,790
  • 2
  • 21
  • 45
3
votes
9 answers

Where can I find an editor for "classic" ASP code?

Where can I find an editor for "classic" ASP code?
nimi
  • 4,891
  • 13
  • 55
  • 83
3
votes
2 answers

Auto-correct XML indentation in Geany

My problem is auto-formatting/indenting XML in Geany, when XML is not properly indented or has no indentation at all. As I see no Geany plugins for this purpose, I am thinking about using a custom command through Edit > Format > Send Selection To. I…
atman
  • 1,136
  • 3
  • 14
  • 25
3
votes
2 answers

Eclipse shortcut CTRL+M behavior

In eclipse we have the ctrl+m shortcut for maximizing windows. But when you have two editors opened side by side, it maximizes both editors. Is there anyway to change the default behavior of ctrl+m so it only maximizes one window? (Personally this…
Tim
  • 31
  • 2
3
votes
1 answer

Notepad++ Alternate Row/Background Color

Can Notepad++ be made to alternate row background colors? I often have to examine CSV and other log files before they get fed into Python or Matlab, and it would be much easier to keep track of long lines if even lines had one background color and…
schodge
  • 831
  • 2
  • 15
  • 28
3
votes
3 answers

How to disable Caret Blinking?

I have created an Eclipse Editor (extends EditorPart) containing an TextViewer. I would like to disable the Caret blinking (I want an Caret allways visible)? How can i do?
Imen
  • 161
  • 1
  • 7
3
votes
4 answers

Vim: How to delete the same block of text over the whole file

I'm reviewing some logs with Java exception spam. The spam is getting is making it hard to see the other errors. Is is possible in vim to select a block of text, using visual mode. Delete that block every place it occurs in the file. If vim can't do…
KaizenSoze
  • 511
  • 4
  • 16
3
votes
5 answers

javascript php editor

Is there and editor for PHP (or for any other syntax-highlight - able) language, written in javascript and available to use?
alemjerus
  • 7,131
  • 2
  • 30
  • 40
3
votes
13 answers

What is a good non-WYSIWYG editor for HTML?

I don't like WYIWYG editors, I want to be responsible for the selection and placement of each tag and attribute! Is there a good editor out there that allows you complete control over the HTML but offers useful features such as: syntax…
Tony Andrews
  • 121,972
  • 20
  • 211
  • 249
3
votes
1 answer

QFileDialog as editor for TableView closes when losing focus

I have a QTableView with associated QAbstractTableModel that contains directory names in some columns. I would like to use a QFileDialog as the editor to change those columns. This a little unusual, as the editor is not going to be inside the table…
DirkR
  • 448
  • 2
  • 9
3
votes
4 answers

How to copy a specific line in vim from current position?

How to copy a specific line in vim from current position, without moving to that specific line? Suppose, in the below code, if my cursor is in line no. 891 and I want to copy a line, say line no. 899. How do I do it without actually moving to the…
Sagar Jain
  • 6,261
  • 10
  • 40
  • 73
1 2 3
99
100