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

Shortcut key for moving between windows in the Atom editor?

I'm trying to move over from Sublime Text 2 to Githubs new code editor Atom. One thing I can't figure out: Is there a shortcut key for moving between open windows? The default global OSX shortcut SHIFT+CMD+` does not work in Atom and there seems to…
thomax
  • 7,735
  • 3
  • 44
  • 61
3
votes
2 answers

Get Kendo Recurrence Editor Pattern via JQuery or Server Side

I, I have a kendoRecurrenceEditor in my page and a calendar from telerik. The kendoRecurrenceEditor is placed in a RadWindow and works fine but i can't get the pattern when i click "OK". Basically, i want the result pattern of the…
3
votes
2 answers

How do I access materials in maxscript without material editor?

There appear to be two options to access materials in maxscript, through the compact Material Editor and the Slate material editor. The problems is that a scrip that attempts to access/modify materials via the compact editor (currentMaterialLibrary…
Wolfgang Haak
  • 33
  • 1
  • 5
3
votes
2 answers

Sharepoint 2013 Limit editing to just text

Is there a way to limit content editors on sites to just text? I would like to have them not inject any styles by using inline styling in HTML, or using any buttons in the editor. I have a few rogue editors that go color and style crazy, and for the…
tahdhaze09
  • 2,098
  • 1
  • 19
  • 35
3
votes
2 answers

Simple structured data (INI, YAML, JSON, etc) editor application

I am looking for a standalone application that will allow administrators to easily edit data in a structured format that is easy to parse (INI, YAML, JSON, etc). Although I can find very complex and sophisticated XML editors, I can't find anything…
James J
  • 31
  • 1
  • 2
3
votes
1 answer

vim plugin csupport: How to change the layout of automatic header?

How do I change the layout of automatic header in csupport for vim? I looked at the template files under c-support/templates/ directory, I have no idea about where they are defined. Also setting custom macro using the syntax specified in csupport…
ParokshaX
  • 267
  • 3
  • 15
3
votes
4 answers

Editor doesn't open in Xcode

i have a weird problem with Xcode. Here's a screenshot: When i usually clicked on the file in the left column it'd open in source code editor on the right. Now it doesn't happen. Does anyone know how to get it back the way it was before? it drives…
dusker
  • 796
  • 2
  • 7
  • 13
3
votes
1 answer

sitecore edit frame buttonRoot isn't set for edit frame

I'm trying to have the page editor functionality working on my sitecore 7. I created a user control and I'm getting this error "buttonRoot isn't set for edit frame" <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="BodyText.ascx.cs"…
Snapper
  • 676
  • 1
  • 13
  • 28
3
votes
3 answers

IDE for CodeIgniter running in Ubuntu Linux

I have search the existing question here, but haven't get the specific detail that I need, so I'm asking my own question. I use Ubuntu Linux (current version 9.10) and use Eclipse Galileo PDT to develop web application using CodeIgniter. I can make…
Donny Kurnia
  • 5,062
  • 5
  • 32
  • 47
3
votes
0 answers

Eclipse IDE: CamelCase navigation within words via CTRL+left/right in XML editor

In the Eclipse Java editor, using CTRL+left/right lets the cursor stop at every upper case character within a word. In the XML editor, the cursor jumps over the whole word. Is there an option (I'm using Eclipse Indigo) to activate CamelCase…
It's Leto
  • 906
  • 4
  • 17
  • 25
3
votes
3 answers

How to append a number sequence at the end of multiple lines with different length?

I'm rewriting some scripts. I would like to append to many lines like these: short=s[ verylongword=s[ P=s[ These numbers: 0 1 2 To get this: short=s[0 verylongword=s[1 P=s[2 I've tried with VIM ctrl+v put I can't put them at the end of the…
G M
  • 14,123
  • 7
  • 67
  • 66
3
votes
5 answers

primefaces editor toolbars disabled in IE 11

I have the following primefaces editor code, which works fine in all browsers except IE 11. In IE 11, the text formatting toolbars show as disabled on load. Any idea how to correct?
janenz00
  • 3,115
  • 5
  • 26
  • 37
3
votes
1 answer

Automated cloud service to merge video clips

Please, suggest me an online/cloud service with good API to dynamically merge about a hundred of video clips and assets. Free or commercial. I tried few online video editors, but they are mostly focused on manual work (basically, upload clips from a…
Alex V
  • 95
  • 1
  • 10
3
votes
2 answers

programmatically change the background color in eclipse

I have a question related to eclipse plugin development. Is there any means by which I can programmatically change the background color in eclipse. I am able to change the text foreground color by calling setTextColor(color, offset, length,…
user244323
3
votes
1 answer

Dillinger.io markdown editor: how do I recover my text?

I linked Dillinger.io to my Github account. Then I typed a ton of text in Dillinger.io While I was typing, it kept saying "saved locally". I closed the browser. Now I go to dillinger.io 30 mins later and my text is gone. It also doesn't seem to be…
themirror
  • 8,937
  • 6
  • 38
  • 71
1 2 3
99
100