editor

How to add wysiwyg editor in Wordpress meta box

Hello everyone, I'm creating a meta box for my custom post type. There are multiple fields where I would like to use wysiwyg editor rather than <textarea>. Is is possible to add multiple editors to a meta box? I would really appreciate your help! Many thanks. Dasha ...

UltraEdit Java Editor Setup

Does anyone have some suggestions on how to set up UltraEdit-32 (I'm using version 8.10a) for use as a Java editor? Specifically, I'd like to have the ability to auto-format source code based on a coding style that can be configured. For example, if I place an open brace at the end of a method definition (same line) and hit return, I...

What's a good PHP development enviroment under Windows?

I have programed PHP a few days and found that It's not easy to debug the code(which I mean the PHP code itself, and especially the Javascript code). I am using gvim as editor, firebug and the truthful alert as debugger. But I am not satisfied, I need some killer feature like setting breakpoints, step code etc. Are there any developmen...

How to edit a file that converts xml to Word?

I have a document that transforms xml to word. it starts like this: <?xml version="1.0" encoding="utf-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"&gt; <xsl:output method="xml" omit-xml-declaration="no" version="1.0" encoding="utf-8" standalone="yes" /> <xsl:template match="/"> <xsl:processing-i...

Visual Studio 2010 Designer Bug: Unable to copy from obj\debug to bin\debug

Wondering if anyone has a solution to this 2010 bug. I have a project that built fine in Visual Studio 2008 that wont build in 2010 because Visual Studio is holding on to the dll after the application is run ONLY if a designer window is open. I created a really light weight project that shows this problem. If you create an applicatio...

Is there any code editor that works on touch screen mobile phones?

Is there any code editor (like eclipse or visual studio) that works on mobile phones (such as nokia 5800)? So what I want is to edit my C/C++/C# code on my phone. (I have Nokia so it is my primary intrest, but I am also interested in other phones such as Android based ones.) I do not need ability to compile, but I'd love codehinting an...

Open Source Photo Editor like pixlr.com

Hi, I'm looking for an open-source alternative to http://pixlr.com/ . For now we've implemented pixlr (both simple and advanced) for our open-source CMS but for pixlr it's necessary that the CMS is public reachable, so it's not possible to use it in closed usergroups like intranet applications. Thanks in advance! ...

How can I use an Eclipse formatter profile in VIm?

My team has a standard Eclipse code formatter profile. I prefer to work with VIm. Is there any way I can convert this file and use it with VIm? ...

CKEditor to Kohana3

How to connect a text editor (WYSIWYG) CKeditor to Kohana3. Can the details, every little thing. ...

CSS editor recognize and index comments?

A web page is usually consist of several areas, header, content, sidebar, footer, and can be more detailed, navigation, logo, slider, widgets... I use comments to mark these areas in css file, as many others do. And used to scrolling or by search to locate the area while editing the css, it is slow and inconvenient especially when css f...

Vim Editor open always users home directory

I installed Nerd_tree plugin for vim on ubuntu 10.04. It is great plugin. But I met the following problems: after open nerd_tree to browse the files in /etc/apache2/sites-available/, now I close it, and go on with my work. Later I want open nerd_tree again to edit another file in /etc/apache, but nerd_tree shows me always the user home...

Is there a way to import / export Syntax Coloring in Flash Builder?

Is there a way to import / export Syntax Coloring in Flash Builder? If not how hard would it be to build? ...

How to insert a text editor on a page

Hi, I'm looking into inserting a text editor / making a simple one on my site. I would prefer to make one if it's not too too difficult. The idea is that I have a text area that is inserted into a database, and I would like the text to be viewed the exact same was it was entered by the user once it is pulled back up, hopefully info the ...

Syntax Coloring without Presentation Reconciler

I would like to do coloring in Eclipse without using the presentation reconciler. Therefore, first, I need to figure out how to associate a TextPresentation object with either my editor or document, but I am having difficulty finding out how to link it either of those. Normally, the CreatePresentation in the IPResentationReconciler int...

Snippet Designer/Editor for Visual Studio 2010

What Editors/Designers for creating Visual Studio 2010 Snippets are there? I would like to be able to put in different replacements (ie spots where the text should be replaced). A low incidence of blocking bugs is also nice. So far the only one I have seen is Snippet Editor 2.1. I am going to dig into it and see how it works, but I d...

Looking for free lightweight xslt editor

As stated I'm looking for a free lightweight xslt editor with following functionalities: Intellisense support Simple to use (ie. can copy/paste xml & xsl into it and run the transformation) Can be used to preview resulting html Runs on Windows Something like xmlspy used to be like (before it got pricey and full of features noone uses...

Joomla and JoomlaFCK Editor

Hi, I have Joomla site and default front end editor JoomlaFCK (now it's new version JoomlaCK editor). When some member (they are all Author type of user) try to write some article, he can write it, but can't publish it, so I have to publish it from the back end. I check all Joomla options, but not found anything. I know it's simple, may...

Where is the basic Control-TAB (MRU) behavior in XCode?

In most multi-document editors for windowing environments, Control-TAB will utilize an MRU list to bring the user back to the last visible file. What is the appropriate command to accomplish this in XCode 3.x? I currently have Ctrl-TAB mapped to "View|Previous File", however this does not appear to be an MRU. Worse yet, if it hits the ...

MooseX::Declare and Perl EPIC (Eclipse IDE)?

How can I get support for jumping to Moose methods using Eclipse with the EPIC plugin? (Using F3) They're declared like class Point { method getDistance { ... } } ...

ctags support for MooseX::Declare? (Perl)

How can I get ctags to generate tags for MooseX::Declare methods, classes, attributes and such? ...