editor

Java properties file editor for multiple lang.properties files?

I have an application that reads a .properties file at start up containing key/values where the key is bound to an item in a file and the value is some text in the correct language (also determined at start up): http://www.linuxtopia.org/online_books/eclipse_documentation/eclipse_birt_report_guide/topic/org.eclipse.birt.doc/birt/eclipse...

Linux VM appliance - best way to edit source code from the Windows host?

I installed a Drupal 6 appliance in VMWare workstation for the development of a new site. I realize that I could have choosen a Windows-based VM that comes with its own GUI, and this problem wouldn't be one. I do prefer the lean and headless Linux VM, though, because it is much more efficient with resources of the host computer, and I ca...

Online WYSIWYG XML editor

Is there any open source online WYSIWYG Editor for various XML documents? I think the style could be added by XSLT, but if there is an editor, wich uses some other way to assign style to an XML file, I'm intrested. EDIT: I've checked Xopus, Jaxe, Vex, Oxygen, Bitflux already, but none of them are matches the conditions above (not openso...

Looking for a web based vector graphics editor

Here are my criterias: I'd prefer something with a configurable, polished and preferaby embeddable user interface. Black and white editing (black lines on white canvas) is fine for my purposes. Cross-browser compatibility would be nice. I would rather not use Flash. Text editing is a must (changing font type and size). I'm not look...

How Do I Add A New Set of Tags (markup) to Eclipse PDT

I do a far share of Twilio development, and when I use their specialized markup Eclipse complains that it's not well formed (red squiggly line, not completing tag, etc). Of course, as far as Eclipse knows, it's not - the files I'm editing are either .php or .phtml, so I don't fault it for assuming I should be using HTML tags. How can...

php editor/compiler/whatever that shows errors in my code

Lets say I have some code: <?php echo "Hello Everybody!"; echo "<br/>" ; $var1 = 23 ; var_dump($var1) ; $str = <<<HERE some random text more random strings HERE; echo $str ; ?> Now running this as index.php on localhost , gives a blank page. Thats probably because there is some error in the code. Now is ...

Qt WYSIWYG editor - non-editable/generated regions

I am developing a WYSIWYG document editor. The editor is build around the Qt framework because Linux/KDE is the main platform it will run on. I have been using the QTextEdit widget so far and have gotten basic text editing and formatting in. However I've come to a standstill on how to implement the following requirement: A document is ...

Editor for writing SASS/SCSS?

I know there is an extensive list of working editors on the site itself, but I was wondering from you developers, what is the best tool for writing SASS, and more specifically and importantly, the new syntax (SCSS). There are a few things I would like: Syntax highlighting Beautiful CSS outline, so it is easy to keep track of big files...

Change default RTE in Sitecore 6?

The default RTE in Sitecore 6.2 is the Default profile, which have very limited options. I want to change the default RTE to the Medium profile - but how do i do this, without going through all my templates and chaning the source to the medium RTE? ...

jQuery UI WYSIWYG?

I now use CLEditor, but I cannot style it like the rest of the page. So is there a jQuery UI WYSIWYG text editor? Or is there a way to style CLEditor with jQuery UI widget elements? ...

Mathematic WYSIWYG html editor

I'm looking for a mathematical WYSIWYG HTML editor. So it has to be capable of producing well formed mathematical expressions like in this example: http://www.blau-test.be/files/example.jpg ( the font really doesn't mather, considering it can be styled using css ) Pricing doesn't matter, but it can be free 2 offcourse. If it is , the c...

What modern editors compete with emacs/vi?

Emacs and vi are the traditional editors of the programming gurus. But, have any modern editors been able to displace these two in terms of extensibility and text editing productivity? I know editors such as Eclipse and commercial editors provide language specific advantages such as intellisense and refactoring, though this is not quit...

Template Editor Script

Is it possible to find any open source template editors.. i wanted my site users to edit the contents of module as well as css. Once they click the edit, it should open a specific module or file name.. so the users can change the css and content and then click ok. Then after refresh the change in css and content should be reflected.. I ...

Using cscope to browse Python code with VIM?

Has anyone managed successfully using cscope with Python code? I have VIM 7.2 and the latest version of cscope installed, however it doesn't get my code's tags correctly (always off by a couple of lines). I tried the pycscope script but its output isn't supported by the modern version of cscope. Any ideas? Or an alternative for browsing...

In the Eclipse text editor, how can I reformat / fill / justify a paragraph to 80 characters wide?

When editing text files in Eclipse, for instance, a README file, I have not yet found a way to get the editor to reformat paragraphs of text so that they fit in a reasonable width (typically 80 characters). This seems like it should be a very common thing to want to do, but I haven't found it. Can anyone help? Note that I'm not talking ...

What is the current king of the hill for rich text textarea editors?

Hi all, Just wondering: what is the current king of the hill for rich text textarea editors? Last time i checked (years ago) it was TinyMCE, is there a better option now? Thanks a lot ...

Qt4 source code editor widget

Hi there, I want to provide a QtScript source code editor in my application. It would be great if this would have source code highlighting and auto completion. So I don't want to reinvent the wheel: Is there already a quite good widget for that? I could not find anything on Google... Cheers, Manuel ...

What needs to be passed to an editor from a keyboard app to move the cursor one char left?

What key code does an Android editor app expect the keyboard app to send when it is going to be interpreted as a left arrow? In other words, what is the keyboard program supposed to send to its calling program (some kind of editor) if the user intends to move the cursor one char to the left? A related issue: what do the minus values for ...

Editor does not contain main type in Eclipse

I got this message when running my project in Eclipse, and I am sure that I have a main in my project. I tried cleaning, closing and re-opening it, but nothing works. Can anyone help me please? ...

How to turn off Visual Studio 2010's new collapsible section mouse over highlighter?

So it seems like the new VS highlights whole sections of code when the mouse is over the collapsible line on the far left of the IDE. I don't know what this feature is called but I couldn't see any option in the Options to turn this off. Is this possible? If so, how? ...