text-editor

Can I have auto pairing tag in Textmate?

for example, I type <html> , this there any short cuts to insert </html> for me? thank you. ...

An Ideal Source-Code Editor that support Internet Share and Chat

I am going to co-develop src with friends on internet. Is there such a source-code editor that have these features: Shares Code Real-Time showing who is editing the code ( or in other words I can see another person's code and he can see mine...and we can make change to one another's code) Shares file through internet Have Side-bar Chat...

Reserving a part of console using assembly language in X86_32 Linux

I'm developing a text editor like VI with assembly and need to take control of console, exactly like Vi, for example changing the position of cursor and inserting and deleting of strings. I googled a lot but didn't find any good suggestion, the code is not my problem, I want to get the idea of how to do it, then i could code it myself I'...

A quest for programmers editor under Linux

Hi. I understand this question is very personal for everyone :), but still I'm forced to ask it. Currently I'm using VIM and gVIM as my main editor, but imho it has a lot of downsides: Very inconvenient scripting language. Indentation and highlighting with regexps (real life shows that it's not the best idea). Mixed file types issues ...

Highlight C/C++ Programming Mode in WinEdit 5.5

Hi all, I would like to use Winedit 5.5 to write my C-programs. Anyone knows how I can active C/C++ highlighening in this editor? I looked around for quite a while on google, but I did not come across an easy solutions. Thanks for any hints, Markus ...

Do you use one text editor for all your needs

Possible Duplicate: Do you use a single editor (well)? Do you use one text editor for all your needs? I am reading Pragmatic programmer and in Basic Tools section, authors mention using learning one editor fully and then using it for all your needs - coding, email, documentation. I use visual studio ide for c# and I see his ...

In Eclipse's text editors, is it possible to have tabs not look the same as spaces

Is it possible to set tabs to have a different background color (e.g. slightly grey) or put a little symbol (like "↦") in Eclipse text editors? If it's language specific, I'm using PHP. Our company coding standard is Tabs for indenting, but often there are spaces in the source code, so it would be great to see where these spaces are so ...

Free text editor to fix indentation of messy JSPs?

Hi, all. I'm developing a VXML IVR application in Eclipse, and it's chock full of messy JSPs. Some of my (inherited!) source looks like this: <%if (useLegacy) {%> <form id="getLegacy"> <block> <if cond="gblFirstRunThroughFlag=='true'"> <%--Use special "extra info" menu to retrieve the legacy ID--%> <goto next="getLegacyInfoFirst.jsp"/...

Text editor in J2ME - Store text in memory to edit

Hello. I'm developing a text editor in J2ME for editing source code, and because it has special features like syntax coloring, I can't use the regular TextBox, so I have to make a text box from scratch, using Canvas. I found the way of reading/writing files from/to memory card, using FileConnection and the InputStreamReader/OutputStream...

latex macros in textmate?

I'm new to textmate and I want to use it to write latex. I have many macros when i was using my previous latex-editor, I'm wondering how i can put it into textmate. If I saved something as a .sty file, where shall I put it? Thanks ...

Text editor in Windows with real time update?

What's a good text editor in Windows that automatically updates the view whenever the opened file has been modified by another process? I need this to watch the output of my program. ...

Indenting with white spaces, tabs, and how many spaces or the tab width

I know that this is more of a coding style, instead of a one right way of doing things. But, I'm a bit frustrated if I came across different indenting formats. But, I would like to hear the reasons by various people on these issues: Do you use spaces or tabs? Tabs with spaces? Any difference with "Tab insert space", instead of using ...

Text editor that restricts the users from entering bad words

hello, is there any text editor that restricts the users from entering slangs? I will use this editor in my site so the user can't enter any slang. please help. ...

Can someone point me to a good Vi (or Vim) app for windows?

Hi all, I've been inspired by yehuda katz ( http://yehudakatz.com/2010/07/29/everyone-who-tried-to-convince-me-to-use-vim-was-wrong/ ) to start using Vi (or vim) as opposed to my current tool of choice, Notepad++. I had a look on the vim.org site but couldn't find any recent windows vim app, am i looking in the wrong place or something...

How do i customize the Text Editor or color tag parts of my code?

How do i customize, extend the Text Editor or color tag parts of my code? I would like visual studio to color code parts of my code can i use #region and give it a color? Is there any way to make the background between two parathesis have a different color? ( i want each code "block" to have it's own color? I've looked here for some ...

Software to spellcheck an HTML / ASP.NET source

English is not my native language. I need a software to spellcheck and correct the HTML source code. The spellchecking itself is not a problem: I can e.g. publish the asp, then open the web server HTML response in Microsoft word. However, I'd like to fix the document, too. With Word 2007 as a spellchecker, the process is tricky and er...

editor for web development - python, html and javascript on ubuntu

Hi, I use gedit in Ubuntu (dual monitor) for web development in python,html,js. its working good and fast enough, but with lots of file open, and file switching and saving reduces productivity. so I am looking for alternative. I am not looking for heavy eclipse for my slow dual core machine. so, what other option do I have ? I am ok ...

XML editing in Linux

What's a good XML editor in Linux for people new to XML? ...

How do I use VIM effectively for editing English text?

As a programmer by heart, if not by profession, I increasingly rely on, nay live in VIM for most editing-related tasks. What tips can you offer for using (almost) everyone's favorite editor for editing general-purpose text, say, an article? I mean plain text, with minimal markup using Markdown or RST; I'm not looking for support for LaTe...

Highlighting Text Editor

I need a text editor (for programming pourposes) that supports the following features: Multi-Language syntax-highlighting Mult-plataform (UNIX/Windows) Graphical Interface Square Block of Text selection On windows, I use ConTEXT, but, it is not Mult-plataform (issue 2). On Linux I use Gedit, but, fails on issue 4. Is there any ed...