This tag relates to text editors, source code editors and programs specifically designed for modifying plain text files used in computer programming.

learn more… | top users | synonyms

1
vote
1answer
20 views

“Link with editor” in android studio

What is the equivalent option in Android studio to Eclipse "Link with editor"? Thanks
1
vote
0answers
5 views

Is this possible to edit binary RPM compiled file without breaking its functionality

I think it would probably sound wired but I was wondering if it is possible to change a binary file by editing it, without breaking its functionality? I'm talking about RPM build of Apache ...
0
votes
1answer
16 views

In Mercurial on Windows how do I set (any) editor correctly? (Can't commit)

I have TortoiseHg installed on Windows XP. Although I can use most hg commands normally from the command line, I cannot use hg commit (without the -m option) because it fails to launch my editor. ...
1
vote
1answer
43 views

How do I use vim as a hex editor on OSX?

I have tried using :Hexmode and :%!xxd but to no avail. Also tried opening vim with -b flag and then using :setlocal display=uhex. The :%!xxd did nothing (claimed illegal) :Hexmode just left ...
0
votes
2answers
30 views

how to create a style selector in google closure editor

I wonder how difficult it is to create a working "style selector" selector in the goog closure editor similar to the one in tinymce. I mean a selector of text styles such as heading 1 heading 2 ...
1
vote
0answers
36 views

Visual Studio 2012 Extensions Dilemma

I am trying to create a Visual Studio 2012 extension that provides custom editing of XML files with a defined schema, supports files with a defined extension and makes use of the VS properties pane - ...
0
votes
2answers
24 views

Problems with Primefaces editor calendar galleria etc

I've just started using primefaces 3.5 and I'm dealing with a weird problem. 1. editor doesn't show up on the page 2. galleria only shows the images in a list 3.popups don't work at all 4. calendar ...
0
votes
1answer
11 views

Toggle between styles, like button for “bold text” active/inactive

I'm building an editor and have a function to make text bold. But how do I toggle the function so, if I mark the text and click the button "bold" and then click it again to remove the bold style? ...
0
votes
1answer
30 views

Canvas or SVG for Basic Interactive Editor

Ok, I've been all around "full-circle" on this one, the time for research is over and I now need to ask for help. Here's the problem, I'm trying to create a barebones Drag & Drop polygon editor ...
0
votes
1answer
33 views

New Editor in Eclipse: Xtext vs. Plugin Development

I am trying to create a new editor plugin for Eclipse that I can distribute to others to help edit input files for a scientific computing program. Features I would like in the program include: ...
0
votes
0answers
5 views

Gedit plugin installation

I'm trying to install a gedit plugin: the https://github.com/elijahr/gedit-rename plugin, to be able to rename files in the ide. Well, I can't install it despite following the installation ...
-1
votes
0answers
9 views

Trim video uploaded on youtube [closed]

Is there a way to cut video uploaded on Youtube(Vimeo or another video service) using api. I need to be able to show only exact part of video. The other can be cutted or hidden. I was searching ...
0
votes
0answers
4 views

How can I add hyperlinks to certain elements of the WTP XML editor?

I have to implement an editor for a certain language. This language uses XML-Files for the organisation of its various elements. I would like to link from the XML-representation of the element to the ...
0
votes
1answer
32 views

How to prevent asterisk with Enter is pressed inside C# /* */ comments

In VS2012 C# text editor, when Enter is pressed inside /* */ comments, new line is added, beginning with *. Is it possible to disable this behaviour and get just an empty new line? From Visual ...
0
votes
2answers
29 views

PyDev change background colour of tooltips

I'm using PyDev in Eclipse (on Ubuntu 12.04). The default background colour for the tooltips is black. Given some of the text in the tooltips (links to function definitions) is dark blue, I can't ...
0
votes
1answer
15 views

How to create an Editor with multiple tabs associated with multiple file extensions? [closed]

I want to create an editor with 4 tabs: Create all labels and Text fields that will fill information in other files. An XML editor which takes some of the information from first tab. A Text Editor ...
-2
votes
0answers
8 views

Is it possible to change the editor font (edit top 200) in SSMS 2008 R2? [closed]

Is it possible to change this font as its too small?
0
votes
3answers
34 views

HTML editing: Alternative of entering “<” and “>”

When editing an HTML file with source code, I sometimes met this problem: E.g. <p>C uses statement <pre>include <stdio.h></pre> to include a library</p> I have to ...
4
votes
2answers
153 views

What is the fastest way to create a cross-platform IDE for a new programming language?

The title already says most of what I'm after, but let me state some of the requirements explicitly: The language is not widely used, so writing a new language tokenizer etc is assumed to probably ...
0
votes
2answers
60 views

How to easily outline arbitrary (data) structures in text?

So I came across this: mysite/ manage.py mysite/ __init__.py settings.py urls.py wsgi.py and this: root --+---> child1 +---> child2 --+--> ...
0
votes
2answers
28 views

What is the keyboard short cut for listing active files in Sublime Text 2?

Like something on Aptana (Ctrl+E). So switching between the files would be easy.
0
votes
1answer
9 views

Layout Editor Continues to crash after Eclipse Reinstall and Java upgrade

I've been ripping my hair out for the last two days trying to figure this out. Everytime I open the Eclipse Android Layout Editor, Eclipse crashes. I've reinstalled Eclipse, made sure I have the ...
0
votes
0answers
24 views

Which editor should I use for webGL

I am working with WebGl - javascript, and I wanted to ask you which editor should I use?? Is there any editor that shows me the errors or something like that? P.s Currently I am using Sublime Text... ...
0
votes
1answer
17 views

How to open a XAML file outside of VS2010 with a XAML editor?

I am having errors loading a xaml file into workflow designer, I read somewhere that if I open this XAML file in the XAML editor the ~ squigly signs might help debug the issue. However my XAML file ...
0
votes
1answer
17 views

So changed Git's default editor, now how do i invoke it from Git bash?

I've changed Git's default editor by applying the following to Git's global config: core.editor='C:/Program Files/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin Now, how do I ...
-1
votes
1answer
18 views

Which IDE lets you collaborate in real-time?

I am looking for an IDE which allows multiple users to edit a document at the same time, with real-time updates and ftp-upload support
0
votes
0answers
22 views

Making a simple Level editor for a Cocos2d Javascript Game

Update: After digging around I realised the best way to discribe my problem is in terms of a level editor. I'm writing a simple came for the Iphone using javascript and I want users to be able ...
0
votes
1answer
33 views

how to edit and change only “function” and “class” keyword to bold in sublime-text-2?

i have searched through search engine and didnt find my solution for changing only the "function" and "class" keyword to bold in sublime text 2(especially for php) all i know is how to change all ...
0
votes
0answers
28 views

Adding Markup in Editor

i'm developing markup editor which adds html5 microdata markup to user selected text. Here is my code. var selection = window.getSelection(); var text = selection.toString(); var parent = ...
0
votes
1answer
22 views

Completely uninstall/restore Textmate 2

I accidentaly misconfigured the bundles settings of Textmate 2. Now I want to restore the default setting. I tried to remove the following directories: rm -r /Library/Application\ Support/Textmate rm ...
-1
votes
0answers
18 views

how to implement sticky note functionality in android?

How do I implement/integrate the sticky note functionality in my custom text editor android application? Also, I want the sticky note to persist even after the document is reopened for the selected ...
0
votes
1answer
41 views

Regular Expressions: find same words in a dictionary in a line

I have a dictionary in a txt file with the following format: house house$casa | casa, vivienda, hogar | edificio, casa | vivienda The $ sign separates the term of the translation. I want to ...
0
votes
3answers
53 views

Do code/text editors not require the actual program itself?

I came across this post while looking for an editor that could handle both C++ and Matlab. (I've only recently learned about such editors.) Does this mean that I can run C++ code on OSX using an ...
0
votes
1answer
30 views

Silverlight 5 - designing an editor (drag and drop)?

I am currently looking to build a workflow editor in Silverlight that will allow user to drag and drop couple of objects from toolbox and draw them on canvas, connect it with connectors - pretty much ...
0
votes
0answers
36 views

WYSIWYG editor, structure handling

I am creating my own wysiwyg editor and I encountered an issue. As for the editor itself, it is pretty standard, I am using contenteditable iframe with some execcommand buttons for bold text and so ...
0
votes
0answers
13 views

Which interactive CLI text editor does not write to disk without user intention? [closed]

I would like to know if there is an editor out there which does not write to disk content without user intention. That is, no /tmp/.xyz and such, as well as no "recovery" mode. Simply, save my work ...
5
votes
2answers
222 views

“Cannot create a method for an unnamed component”

The following code (when registered in a package) gives us a component called TParentComponent registered in the pallet Test. However, when you create a Child object using the Property Editor ...
-2
votes
0answers
14 views

Movie subtitles to edited in a particular way in python [closed]

Need help making a python program that loads a subtitle file (in .doc,.srt or any popular text format) and do the following :- subtitle format :- 00:00:01:23 00:00:01:29 (the following is the ...
0
votes
1answer
26 views

Pair programming application for two or more people [closed]

I'm teaching some web development basics for free and I'd like to give some kind of LIVE interactive tutorials. I'd like to find app that can connect to my server's FTP defined folder and let all ...
1
vote
0answers
30 views

Unable to get toolbars, reasonably-sized windows, and other things in TinyMCE 3.5.6 fullscreen mode

I am making changes to a set of forms that are using TinyMCE 3.5.6 as the WYSIWYG editor. One of the modifications I would like to make is to allow people to edit text in a separate window, and the ...
0
votes
0answers
8 views

How do I uninstall a language module in Textwrangler?

I'd like to remove the .m mapping for Objective-C in Textwrangler so that I may have the Matlab syntax highlighting support in the app. I read the users manual and searched online, and both point me ...
0
votes
0answers
13 views

Eclipse Graphiti, How to create “CustomFeature's create & get all Elements”?

I have 2 questions, maybe somebody can give me an idea how i can do this I've created new "testFeature" extended from AbstractCustomFeature and can call it in my Diagram. How can i get a List which ...
0
votes
0answers
14 views

visual studio 2012 editing issues

Just installed Visual Studio 2012. When I run the website in debugger mode i used to be able to change the code. I'm not talking about changing code at a break point, i'm just talking that the web ...
0
votes
0answers
13 views

Third Party Dataset Designer

I have an issue with SVN that is causing issues with people trying to view the queries propterties in an dataset (AnkhSVN, SVN Locks and Datasets) I was wondering if there was a third party tool that ...
2
votes
1answer
25 views

Accessing CustomEditor Inspector values from another scene

So I'm using a CustomEditor setup to make a Spawn Point manager. I've got it setup to add spawn points in a scene (let's call it Room 1), no problems there. What I need to do next is load up a ...
0
votes
2answers
23 views

How do I make wiris math editor work in CKEditor inline mode?

Is there a way to make wiris plugin work in ckeditor v4.0 inline mode? So far in maker adapted it for standard mode only.
0
votes
0answers
29 views

p:editor visible in chrome but not rendered properly in IE

The editor doesn't appears in my IE window while it works correctly in chrome I have implemented p:layout and in the center layoutunit I am including the template.xhtml using ui:include which is ...
1
vote
1answer
89 views

Three.js online editor export normal map

Im trying to use the three.js online editor to do a normal mapping experiment. The editor is great as you can see below: Without normal map: With normal map: My problem when exporting, the most ...
0
votes
2answers
45 views

Find and Replace in Google Script Editor

I have questions about the Google Apps Script Editor. When using the Find and Replace menu in the script editor, how can you make your search case sensitive? There's no "match case" option. Is there ...
0
votes
1answer
61 views

CKEditor custom toolbar WITH config.extraPlugins

I'm currently using CKEeditor 4 and I'm using a custom toolbar set in config.js, but I would also like to add the justify plugin. Justify plugin works with the standard editor, but when I specify the ...

1 2 3 4 5 58