I'm developing a website that publishes scientific articles, not as PDF but as HTML. As a input tool for the editorial team, we use TinyMCE for normal text plus a couple of custom plugins for footnotes and citations. But we are not really happy with TinyMCEs table controls. Everything but the most simple tables take way to long to write....
Hi there,
I am currently playing around with emacs and happy with most of the concepts. But I really adored the convenience of the three vim commands: dd,o,O
Hopefully you can tell me how to mirror them in emacs :)
dd - deletes whole line, including newline, no matter where the cursor is.
I found something similar to do the trick:...
Can you advise a simple light source code editor for Windows and Mac?
I do not want it to have to take the whole project the file came from into context or provide any project management or integrated debugging features. I just want to take a quick but informative view at a single source code file with some syntax highlighting and i am...
Hi,
Sorry for stupid question but:
Can you suggest me the best CSS editor in Mac OS , because i don't have any experience in Mac :(
Thanks a lot !
...
Hi,
I'm trying to find a solution to highlight part of a text file in Java.
Basically, what I'm doing is lexing and parsing a text file respecting a certain grammar, storing some information related to the various elements of this file and then logging the information to a database.
I would like to have something more visual like a rep...
We need to build the javascript-based visual editor (on jQuery) which should edit some graph-represented model. Entities should be represented as nodes and will have properties. Nodes (or/and their properties) should be linked to other nodes. Nodes should be draggable.
Are there any tutorials and jQuery plugins which can ease the develo...
Duplicate: Is there any form designer available for Google Android?
I would like to move a CheckBox, so it displays in a different location than the top-left corner under Absolute Layout inside main.xml, for 'Android'. I'm using Eclipse to edit my views. How would I do this?
On an iPhone they have a tool called Interface builder ...
While creating a customized editor with RichTextBox, I've face the problem of finding deleted/inserted text with the provided information with TextChanged event.
The instance of TextChangedEventArgs has some useful data, but I guess it does not cover all the needs. Suppose a scenario which multiple paragraphs are inserted, and at the sa...
is there a way to use the a.vim plugin to switch between .h, .cxx and .txx files? Alternatively, can you provide another solution? The idea is to automagically switch from .h -> .txx -> .cxx at the press of a key.
A Big Thanks to both of you!
...
When I scroll to the bottom of an open document in the Eclipse editor, the last line is at the bottom of the file. This is a tad annoying when editing code at the bottom of the file / screen.
How can I enable Eclipse to scroll (much like Vim or VS) down far enough that the last line of code reaches the top of the editor window?
I'm as...
I am looking for a standalone application that will allow administrators to easily edit data in a structured format that is easy to parse (INI, YAML, JSON, etc). Although I can find very complex and sophisticated XML editors, I can't find anything simple - all I want is an application that will read a simple file and allow admins to edit...
For the maintenance and migration of some JSF / Woodstock applications (to IceFaces or other frameworks) I would like to know if there are GUI editors for Java Server Faces available. We are currently using Eclipse and NetBeans, but we are open for other development tools. But non-visual editors would be helpful if they offer some suppor...
I am just starting at a job in which I will be using a lot of ColdFusion. What is the best IDE/Editor to use?
...
TinyMCE editor lets you assign a custom button to it's editor toolbar. I did that and hooked it up to a Flickr account, so a custom dialog box appears with a selection of images.
I want the user to be able to then click any image and have the URL of that image added to the original input, from where the custom TinyMCE button was clicke...
Hi php wordpress people,
I'm using inline editor plugin for wordpress
I am aware that for seo purposes it is best to make sure these are external files.
When I view the source in my browser I can see the javascript for inline editor plugin is displayed in the page code.
Is there a way to make this an external js file, within the wordpr...
Hi.
I'm looking for extensible linux editor(GUI) that may be extended with plugins written in ruby. Editor shouldn't be written in java or ruby.
Any ideas?
...
I'm new to this language,is there an editor that can do indentation automatically?
...
I've got a fairly simple binary file format I wish to create an editor for:
Able to load the files
Able to save the files
Allow the user to change the value of the various fields etc
Able to convert a file using an older version of the format to a new version
Obviously I could just write the thing in C#, Python, etc. etc...However I ...
I have a command called go-to-url that I call in my lisp code, which opens up a webpage, I just pass it a value string as so:
(go-to-url "www.yahoo.com")
However it'd be nice to use this function from the M-x command line. Is there a way to do that? Nothing that I have tried works
...
Hi, how would I go about updating the title bar of an Eclipse editor when the file input changes to reflect the new filename? For instance, when the file is renamed but you still have an editor open on the file. Everything I've done so far has failed, even when following the official guidelines on doing this (using special interfaces, cl...