editor

How to get Plain Text from HTML editor in ASP.NET AJAX Control Toolkit?

How to get Plain Text from HTML editor in ASP.NET AJAX Control Toolkit? Editor1.Content gives HTML text like This is <span style=\"font-weight: bold\">BOLD</span> text while i want plain text only This is BOLD text ...

NetBeans GUI designer - editor skin/theme

Hello. I'm creating Java Web Applet in NetBeans and I want my final application to have design named "Metal". I can set it, it's OK. But when I'm editing the GUI using "NetBeans GUI editor" I must work with typical Windows design. Is it possible to use "Metal" skin in editor too? Each design has different sizes of buttons, fonts etc.. S...

WYSIWYG Editor without IFRAME

is there any WYSIWYG HTML Editor which works without IFRAME ? ...

Call QFileDialog when trying to edit cell in QTableView

Is there a way of doing this without using a QItemDelegate? I've been having a lot of trouble with it. For example, if I use a Delegate: 1) Won't have a native dialog. 2) I'll have to implement my own image preview, 2) For some reason I can't resize the window cause setGeometry doesn't work, etc etc. QWidget *createEditor( QWi...

Other options for a Rebol editor|IDE?

I currently use Programmer's Notepad with the Rebol syntax scheme. It's not bad--does any insightful person have another suggestion? ...

How to give escape characters a different color inside strings in VS editor?

There is no way to do this in the options (at least I couldn't find it). Is it possible though? I would like to have \n, \t, %s, etc. have different colors then the strings that contain them for better readability. ...

Is it possible to change CSS Validation scheme in VS2010

I'm editing a simple CSS file in VS2010 and the editor seems to have a rather limited understanding of CSS, for example: #my-rule { position:relative; } generates a warning: Validation(CSS 1.0): 'position' is not a known CSS property name I'm guessing that there is an option some where to change the CSS validation to CSS 2.1 or...

Bean Properties Editor/Sheet like Netbeans'

I want to develop a GUI-based java bean property editor(like the one used to edit bean properties in netbeans). Is there any open source java implementation of this? ...

Creating a file of a certain type with Real Studio

I am making an editor with Real Studio for a special kind of file type. I made the file type with the File Type Editor, but how can I make a file output stream for that file type? Currently I am using: DIM f AS FolderItem DIM t AS TextOutputStream f = GetFolderItem(fileName) t = TextOutputStream.Create(f) t.Write theData t.Close But t...

Use PropertyValueEditors At Runtime

I am trying to build a WPF control that allows users to edit the values of non-specific types outside of the context of a runtime PropertyGrid. The WinForms PropertyGrid makes use of UITypeEditors and these can be obtained and utilised at runtime via the relevant TypeDescriptor method. The Visual Studio PropertyGrid, on the other hand,...

detecting activity in the visual studio editor

I would like to know if there is a programmatically hook into the visual studio editor, so that I can determine whether or not someone is typing in the editor. Thanks! ...

tinymce dijit.editor

I have been using tinyMCE over dojo dijit.editor because tinyMCE wins out on functionality. Though I've just come across this: http://phphtmledit.com/dojo/ShowEditor.php?gclid=CPizxJzR3qQCFQpBbgodFidd9A which, if I'm reading it correctly, claims to be a dojo editor but has all the functionality of tinyMCE. So my question: are there more...

How to prevent PhpStorm to save file on exit without prompt ?

Hello, Consider this situation...You're just making changes to few files at once. The code isn't completed yet and the phone is ringing... Then you have to close PhpStorm, turn off your computer and hurry because something important happened. Then after one week you'll come back, launch your phpstorm and notice that everything you wrot...

how to disable bold font in vim?

i've removed all references to bold (gui=bold, cterm=bold, term=bold) in the color syntax file slate.vim but i still see some bolded text. for example in a python file, the keywords class, def, try, except, return, etc. are still in a bold blue font. also how to disable bold in status messages, like "recording" or "Press ENTER or type c...

What programs or techniques do you use for reading/manipulating files with fixed length records?

When mocking up test data for our product, or debugging customer data, it would be nice to have an app that is able to highlight columns or groups of columns as fields, or even to have the editor be aware of which columns are grouped together into fields. Currently using Vim, which is the best I've come across so far for this task. I'm...

VI: any way to have the autocompletion feature that there is on the command line (you know pushing tab..) ??

Hi, any way to have the autocompletion feature for paths that there is on the linux command line (you know pushing tab..)? Regards Javi ...

Loading Remote values for Editor - Extjs

In a Extjs application, I want to load different values for a combobox editor of a column in editor grid panel. The values would typically come from a server call. How to do this? ...

How can I link a content editor web part in Sharepoint to another URL link?

In Sharepoint, how can I link an image in a content editor web part to another URL link by clicking on it? I pasted my link into the Content Link space but when I apply the change it turns my image into a - and I cannot click the link ...

make eclipse work better with javascript

I'm working in a java/eclipse shop writing javascript, coming from a php/netbeans background. So far, I hate eclipse, but I don't want to shift away from the general tool set. (Because of issues with our build system, we're currently on the galileo release.) The syntax coloring is just fine, and I'm learning to live with the cockpit-li...

How to activate function reference in WebStorm/PHPStorm ?

Hello, Is there function reference integrated in PHPStorm/WebStorm ? I mean like when i point my cursor on some php function , then I press e.g. F1 and it will show me function details (parameters, usage...) on separate page. Is this integrated in phpstorm/webstorm ? ...