Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
2answers
227 views

Looking for an online IDE

I have been looking for a fairly decent online IDE that does well with both c# and java, I have tried Cloud9IDE, CodeRun, and Amy Editor. I really had liked CodeRun until i found that it was ...
6
votes
15answers
856 views

How not to give up on VIM?

I have started to do some programming using VIM. I have very mixed feelings so far. On one side I do love the idea, on the other - it is just hard to remember everything. So I took the approach of ...
5
votes
3answers
165 views

Web-based HTML snippet editor

I'm looking for a web-based HTML editor. I am NOT looking for a WYSIWYG editor. The author needs to be able to edit the HTML directly, and I'm looking for features like syntax highlighting, tag ...
4
votes
1answer
124 views

Is there a project to bring advanced language support to Emacs, VIM and other editors using the Eclipse codebase?

There are lots of questions here about IDEs vs. editors and which is better for modern software development. In the answers a usual point is that Eclipse has much better language support e.g. for Java ...
3
votes
1answer
89 views

syntax checking/correcting on Geany 0.20

Since few days, I am experimenting with lots of Editors/IDEs. I am looking for good IDE for Python on my Ubuntu 11.04 machine. After trying almost all the IDEs, I finally ended with Geany 0.20. ...
3
votes
2answers
248 views

Editors that support Asp.NET MVC Razor

Are there any editors except Visual Studio that support Razor syntax?
1
vote
0answers
370 views

Can the XCode editor do HTML tag completion

I am experimenting with Ruby and Rails on OS X, using the XCode text editor as the "IDE". The one feature I am missing, so far, is the ability to have HTML tags automatically closed. In other words, ...
1
vote
3answers
71 views

Vim/other editors bulk editing

I've got this sample list: cat dog lion And this code in which i need insert it to: <li><img src="images/opcje/{value}.png" alt=""/><label ...
1
vote
3answers
139 views

Scripts/plugins for skipping source file boilerplate in popular editors?

Most source files I edit have about 40 lines of boilerplate (license, etc) at the start of the file. This is annoying me, because I have to scroll past it every time I load a file. It seems like it ...
0
votes
2answers
87 views

Android Eclipse: Not autocompleting- which editor for a prefernces.xml file

I am not sure if its a bug with the latest eclipse, however I am unable to get autocomplete to work with a preferences XML file. I have tried a few different editors but I can't get any autocomplete ...
0
votes
4answers
51 views

Any Text editors out there that do all this? [closed]

Must work on windows If a team member saves the file that you have open on their computer, you get a message when you try to save the file. Built in FTP (although could possibly use FTP Drive or ...
0
votes
2answers
38 views

HTML editor with beginning and ending tag highlights for MAC

I have used a variety of HTML editors on my Mac, including -TacoEdit -Textwrangler -Aptana -a few others whose names escape me But none of them are as great as Notepad++ that I have running on my ...
0
votes
0answers
28 views

online text/image editor with layer capacity

anyone knows WYSIWYG editor (online) in which user can: - ad image - drag image to desired position - arrange order: what goes on top/what under - place text over image - wrap text around image etc. I ...
0
votes
4answers
84 views

Is Unicode the default Character Set of HTML & XML?

I see that some Information like The Unicode Book and some Wikipedia Article tell us that Unicode is the default Character Set of HTML & XML. I understand the words "Character Set" like the ...
0
votes
3answers
363 views

Eclipse Common Navigator Framework

I have an Eclipse Common Navigator (specific to our project ) on our RAP application. So, generally, when user a resource in the left hand side navigator, it gets opened in the right hand side ...
0
votes
2answers
39 views

Does someone have a recommendation for an editor that will provide feedback during execution and allow you to preview a page while working on it?

I need something I can use to see variable values etc. during execution for debugging JS and HTML
0
votes
3answers
141 views

Which editor and tutorial is best for php5?

Im new to php.I want to learn php5 tutorial.Which tutorial is best learn php5. Which editor is best to write php5 code. Please explain Zend framework.
0
votes
1answer
204 views

What does“'vi' is not recognized as an internal or external command, operable program or batch file.” mean?

While sending a mail using mutt in windows I got the error saying: 'vi' is not recognized as an internal or external command, operable program or batch file. How to debug that error. I have already ...
-1
votes
2answers
31 views

which text editor allows you to double click to highligh entire row [closed]

I am after a text editor that I can click on a line twice and it highlights and selects the entire line so that I can easily press ctrl+c to copy and paste the whole line quickly.
-1
votes
1answer
17 views

File editors with sudo su option [closed]

I need to know if there is any file editor (like beyond compare) which enables me to login to Unix box with sudo su - option and i can compare/modify files.