editor

How can I swap positions of two open files (in splits) in vim?

Assume I've got some arbitrary layout of splits in vim. ____________________ | one | two | | | | | |______| | | three| | | | |___________|______| Is there a way to swap one and two and maintain the same layout? It's simple in this example, but I'm looking for a solution that ...

Are there any kata for practice VIM?

I've used VIM for many years as my primary text editor. And I am still learning how to use VIM for various editing tasks. The problem is that even if I learn something and use it once a week I forgot soon how I did it -- classic case is search and replace in many buffers using bufdo :(. I was wondering if there is any kata to daily VIM...

Vim configuration, setting up autocomplete, and columns

How do I set up auto-completion for C? I've heard it's language agnostic. How does this work? Where can I find a list of settings available for vim? I often find that code is usually occupying the left side of my screen when editing. How can I have the next "page" or so of code displayed on the right side, treating the column on the rig...

Having TinyMCE's HTML editor come up in a tab and not a popup window?

We have the default TinyMCE installation where clicking on the button to bring up the HTML editor makes it come up in a popup window. With something like Wordpress, the HTML editor is just another tab inside the TinyMCE box, which is a nicer alternative. Is it possible to setup TinyMCE so the HTML editor just comes up in another tab of ...

How do you edit tab labels per tab in GVim?

How do you edit a tab label, per tab, in GVim? You can do this: set guitablabel=foo But that will set every tab's label to "foo". The documentation seems to suggest using a t:var, like this: let t:guitablabel="foo" But it doesn't do anything. Is there any way to give each different tab a different name? ...

Splits and windows in vim/emacs/etc.: can we have buffer-specific splits?

I'm using Charles Campbell's MPage[0] plugin to get multiple pages open, so I have vertical splits open for one buffer. My question is: can I have another display without splits open for another buffer, and switch back to the display with splits, without opening another instance of vim? It's easy to do so using tmux or the like, bu...

Float an image in Design mode = On

I'm using a WYSIWYG editor. It's nice, but it can't float images, so the text starts at the bottom of the pictures. I'd like to implement a float left / right function. So i'm reading about Design mode = On I followed this good tutorial: http://www.quirksmode.org/dom/range_intro.html And now i can make an alert with text (for every br...

How do I make git use the editor of my choice for commits?

For example, I would prefer to write my commit messages in vim, but it is opening emacs. How do I configure git to always use vim instead? Note that I want to do this globally, not just for a single project. ...

Is it possible to use Eclipse Editor in my application

Hello, Is there a compact way to extract eclipse editor as a stand-alone component and add it to another application? thanks in advance for your answers. ...

WYSIWYG browser editor that generates *good* HTML?

I'm searching for a "suck less" WYSIWYG in-browser X?HTML editor that generates good HTML code. (no <font>, <foo style="...">, <p></p><span></span><p><span>&nbsp;</span><span><span>blah</span></<span></p> and so on -- <b> and <i> etc is ok). Should be easy-to-use as it is going to be used by people that do not know what HTML is. Any s...

Changing property stubs for Interface refactoring

Is it possible to change the stub used to implement interfaces in Visual Studio 2008? For instance, when I choose either Implement interface 'IMyInterface' or Explicitly implement interface 'IMyInterface' Instead of a number of properties that look like this: public string Comment { get { throw n...

How to write an editor that shows the content of a folder in eclipse?

Motivation I have written an eclipse plugin that shows me a list of all files and folders with unreviewed content. When selecting a folder, I want an editor to open showing all files and subfolders that this folder contains. It has to work for versioned items, too. So I have to create the content of the editor within my plugin (no backi...

Freeware HTML Editor for Mac similar to Taco HTML Edit

What is a good, free HTML editor for Mac with features similar to Taco HTML Edit (component library, preview, etc.). ...

OSS Flex Plugin for Eclipse ? [Experience Survey]

Hi, Could you please post your experience with any existing open source flex plugins for eclipse ? (anything other than flex builder). Thanks, -A ...

Using Kate with Simple Build Tool (SBT)

Hello I am working with the Kate editor based on the lack of other good tools for Scala development, I am also using IntelliJ however it still has some bugs, and are slow enough to make me impatient. I have just startet using both Kate and SBT, and in that regard I have a little challenge I hope there is an answer for out there on "The...

Online PHP/HTML/JS/CSS editor

Hi to all, is there any free php code that, once installed, allows you to browse and edit files (with html, javascript, php and css highlight) on the server where it's installed? The aim is to code online, browser based. I've tried http://phpanywhere.net/ that can make this possible, but it is buggy and moreover it requires an external ...

Am I crazy? (How) should I create a jQuery content editor?

Ok, so I created a CMS mainly aimed at Primary Schools. It's getting fairly popular in New Zealand but the one thing I hate with a passion is the largely bad quality of in browser WYSIWYG editors. I've been using KTML (made by InterAKT which was purchased by Adobe a few years ago). In my opinion this editor does a lot of great things (im...

Visual studio formatting issue

I am using Visual Studio 2008. In my editor whenever I write an automatic property it's "get" and "set" wraps to a single line whenever I wrote "set" and put semicolon(;). like this: public string MyProperty { get; set; } I want it to be formatted like this public string MyProperty { get; set; } Currently I am manually ...

Any good, visual HTML5 Editor or IDE?

Hi All, Well it looks like Dreamweaver CS5 will try to smoother the HTML5 thing for a few more years (weeks actually). Seems like the next rung down is right to Notepad! Anyone know a good HTML5 editor with a visual/preview/style leaning? Eclipse with some pluggin? (Seems like the market will be begging for it soon.) Thanks ...By t...

Latex editor for windows that works with unicode

Hello, I need to write Hebrew text in Latex. I am currently working on Windows with TeXnicCenter. I was pretty happy with this tool, up until the time when I needed to write Hebrew text. My regular alt-shift just won't change the language (I even downloaded the last alpha version, which was supposed to solve the problem, but it didn't)....