editor

HTML, CSS - classes , Editors

Hello, I have a project with 1 css file and a lot of templates (.tpl), so I know that in my css file there are a lot of classes which I don't use . How can I find these classes? Is there an editor, plugin or other way, without searching each class in the whole project? ...

VBA editor auto-deletes spaces at the ends of lines

Is there a way to convince the VBA editor in Excel to stop auto-formatting lines to remove the space at the end when I pause in my typing for a quarter second? ...

Editor for programming ML on windows?

I know I can use Emacs but I haven't used it earlier... are there any other alternatives?? Thanks ...

Which script editor can code-color hex color values?

I frequently work with lots of hexadecimal color values in my programs. Is there a script editor that can code-color the color values, based upon the colors they describe? .. (eg #FF0000 should be colored RED and 0x00FF00 should be colored GREEN) ...

What's the best available open source editor/IDE for Ruby?

Possible Duplicate: What Ruby IDE do you prefer? I am purposing to use it for web development using Ruby on Rails. Any suggestions? And this is a CW ;) ...

TinyMCE editor replacing tags inside Joomla articles

I have a front page of my site optimized for SEO. I am using tags to mark important content. When I edit my article in admin section with TinyMCE editor, it replaces tags with tags, which I want to avoid. Any ideas how to make this web editor (TinyMCE) not replace my <strong> tags? ...

Configure native vi to emit spaces instead of tabs and not convert autoindent spaces to tabs?

I would like to use spaces instead of tabs when editing Perl scripts with the native vi found on Solaris systems. I know this can be done with the vim clone, but I don't have access to install vim on these systems as they are vendor locked. Firstly, is there a way to configure vi to emit spaces when I press TAB? And secondly, I am al...

what application can I use to create web .ico files on a mac

What Mac OS X (leopard) application can I use to create favicon.ico -like ico files? Note: This is not to create widget icons or the like, but the (e.g. 16x16 pixel) files that appear on a web browser's tab and alongside a bookmark... ...

Fastest editor/ide for for TDD workflow: test > code > test?

I've found that test first development can be painful if the workflow is slow. It can take a long time to write a test, compile, run the tests, write code, compile, then run the tests again. Part of the problem is that the delays to compile and run tests to some extent interrupts my flow. When my brain has an idea, I want to be able t...

Manipulation of stage elements

I need a library that help me to create an image editor in Adobe Flex, anybody know about someone??? or what do you suggest to me?? I have a site where people can create your own backgrounds for their desktops, they select the background, they can write something over the backgorund, upload their images and put into the stage, something...

PHP-based CSV editor?

Does anyone know of an online CSV editor written in PHP that will allow a user to open, edit, and save a given CSV file? All I can find are CSV classes and nothing that can handle dynamic files, just predefined lengths etc. ...

Light weight text/code editor that can open .SLN, and .CSProj Files

I'm using a weak computer that's chokes when I open too many programs (Out of my control). So I want to have a lighter way to open Visual Studio solution files and csproj files. I sometimes like to keep projects open for code reference easy access to files I care about. edit my custom msbuild tasks (don't compile thru the I...

installed module on python editor

how can i import modules/packages at python3.0 editor IDLE. and can we see all the modules contain/included by it. ...

Eclipse : Update Editor

What is the best way to refresh Custom editors content when a change has occurred in underlying Model ? ...

In NetBeans IDE, is there a key combo to select up or down many lines?

I always run into this situation: cursor is on line 5 and I want to select everything down to line 16. I have to resort to shift-arrow, arrow, arrow, or use the mouse. NetBeans has "go to line" (Control-G) but you can't hold down shift while doing that, so no good for selecting. There's also "bookmarks," but same problem. Anyone know o...

Java StackTrace Editor or GUI

Hello! My java app is dumping stacktrace to a log file. However, the solution center wants an "easier" way to understand the generated stacktrace. Other than training them in java, is there a stacktrace editor or gui that could make their life easier? Thanks so much in advance! ...

vba Extentiblity, com addin guidance?

Does anyone know of good reference material for creating a com addin for the VBA Editor enviroment, i know its exactly the same as writing a com addin for common enviroments using the addin model provided by microsoft using the IDTExtensibility2 interface. just registering the com registry keys to a different location, Where is that loca...

Looking for a web based hierarchical menu editor

I'm looking for a web based menu editor that has the following functionality: implemented in JavaScript, no postbacks to server side code on each edit create menu entries edit menu entries delete menu entries reorganize menu entries create sub-menu entries (a hierarchy) no hard-connected back-end code possibility to load the current me...

MVC HTML Editor

Can you recommend an WYSIWYG HTML Editor that works well with ASP.NET MVC? Any experience of the retail version of Obout's HTML Editor? ...

.Net Replacement for CodeMax (Embedded Code Editor Component for COM)

Hi All, I used CodeMax for many years as a VBScript code editor, syntax highlighter and intellisense. However, it does not look like it is being updated anymore. I have tried to find a replacement to be used in a WPF/Silverlight 3 app but I have not found one yet. I did find ScintillaNET but that is just a wrapper for a non .Net control...