editor

manual orders problem, more then 10 products in an order will let the order disapear (oscommerce)

Hi, I got the Order Editor contribution, it's working fine. But when i make a manual order in the admin panel, with order editor some orders dissapear when i add more then 10 products. Also the Total order with price, tax and discount will dissapear when I add more then 10. How can I solve this ? Thanks in advance, djairo ...

Javascript RTE with spellcheck

Can anyone point me in the direction of a good rich text editor (cost not an issue) that has an inbuilt spell check or can be configured to point to an internal spelling service. I cannot use widgets that harness external jsonp services (google api etc) due to the application residing on a restricted network. ...

Doxygen style comments in Kate

Kate features a very handy shortcut (Ctrl+D) to apply single- and multi-line comment to the selected region of text. How can I configure Kate to apply doxygen style comments in C/C++ source files? /** * reduces the channel complexity * args: None * returns: None */ void Channel::reduce(); ...

What is the command for block select in Visual Studio 2008

In visual studio you can select a block of text by holding down <alt> when when selecting text with the mouse. This is very useful for selecting a column of data or text as opposed to the entire line. In Visual Studio 2003-2005 this operation could be performed by holding <alt><shift> in conjunction with the arrow keys but the keyboard ...

WPF: Embedding TextBoxes in TextBox

Is is possible to embedd a TextBox in another TextBox. It does not have to be a TextBox, any editable text-component will suffice. I tried it with TextBox and got compiler errors. Reasoning: I want to create some kind of source code editor. I want that string literals in my source code are allowed to contain all kinds of special charact...

Perfoming Vim substitue on a partial line

Hi, we can perform vim substitute on a set of lines by selecting them in visual mode and entering command mode. it auto populates the selected range :'<,'> and we can perform substitute like :'<,'>s/TestSubstitute//gc I would like to know is it possible in vim to perform substitute command on a partial line selected in visual mode, so...

Which web based (in browser) editor is best for "advanced users" ?

Over the last couple of days I have been collecting a set of "new era" web editors, that is leaving out FCKeditor and tinyMCE, mainly because they try to make the web Word. So far this is what I got: Text Oriented http://markitup.jaysalvat.com/home/ (used by bitbucket) http://github.com/derobins/wmd/tree (used by SO) http://www.wymed...

A mock code editor program for C# code

Hello everyone, Can someone advice me an editor which indents code? I need an editor for just writing code syntax and mock code...but it should get formatted. I'm not looking for advanced editors like Visual Studio or Eclipse that look through the meaning of the code to show compilation errors. I just need auto formatting and coloring ...

Trim trailing spaces in XCode

Is there a way to force XCode to trim trailing whitespaces when I save file? I'm using version 3.1.3 if that matters. ...

How to search for carriage return in eclipse

Hi, If i have the following text in my eclipse editor: Text Line 1 Text Line 2 I would like to concatenate the text into: Text Line 1Text Line 2 My first idea was to search for carriage return character '\n' and replace it with '' to concatenate it. I tried using the search function of eclipse, but it does not recognize carriage ...

Eclipse HTML editor for HTML template files

I'm trying to edit phpbb HTML template file with Eclipse Ganymedes version 3.4.1 containing Web Developer Tools. These template files contain HTML markup with template variable marks in form {*variable_name*}. Now, when trying to open such file, Eclipse trys to validate also these template variable marks. For example template contains ...

What is a good open source framework to generate ASP.NET form-based editing of an XML file?

I'm currently pondering my options for the following problem: I have a (relatively) simple but often changing configuration file for my application which I want users to be able to edit and change without have to "understand" xml. I do not want them to have know anything about encoding or understand that they have to close every node th...

Visual Studio - Quick way to search for an object's usage in the code behind

In Visual Studio, is there a quick way to search for an object's usage in the code behind? This is something I do constantly and the way I am currently doing it seems a little clunky. I am using VS2005, WinForms, VB and CodeRush/RefactorPro. Currently I do the following steps: In Design View Click the Object. In the Properties Dialog...

How can I escape the slash character in vi?

When I try to search a string starting with the slash / character in vi, the cursor jumps to the next search result from the previous search. However, I'd like to find the literal slash character. How can this be done? ...

How do touch typists navigate in vi?

I'm learning vi, as I appreciate the vast possibilities of the editor, and have to use a plain-text editor for my current project. In many tutorials I have read that it is recommended to use the keys "h", "j", "k" and "l" instead of the arrow keys, for the sake of speed. However, as a touch typist, my fingers are normally in the default...

Associating a compiler with an editor

How does typical editors for java work? How do they associate javac and java to the editor so that once you say compile and run, it directs the file to the compiler, and extracts the output to the editor? ...

Is IxEdit worth ?

I am intrigued by IxEdit and its full-javascript approach that should allow to build nice web pages powered by JQuery effects. I like also the opportunity to use it on many platforms. But, is it worth a try ? Is it complete ? Has it compatibility issues ? Are there better alternative tools ? ...

GVIM and multiple programming languages

My day job involves coding with Perl. At home I play around with Python and Erlang. For Perl I want to indent my code with two spaces. Where as for Python the standard is 4. Also I have some key bindings to open function declarations which I would like to use with all programming languages. How can this be achieved in GVIM? As in, is the...

Editor for remote programming

hi, often I need to work on projects that are hosted remotely. Currently if I have a good connection to the server then I'll SSH in and use vim directly. Otherwise I'll use Komodo Edit to work on the files remotely. Komodo is a great IDE but unfortunately the remote server functionality sucks. For instance when you want to save a file ...

Best text editor for debugging jquery code

Best text editor for debugging jquery code or creating jquery plugin ...