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...
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...
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...
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...
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...
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 ...
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 ...
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...
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?
...
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?
...
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...
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...
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 ...
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...
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 ...
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
...
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 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 ...
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?
...
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?
...