editor

Windows resource editor from linux (without using wine)

Is there some resource editor for windows executables I could run from a CentOS box? Something like Resource hacker, that allows to update icon and fileversion. But I don't want to install wine because it's not my server and I want to change much. I would like to run it from a .py script so anything that works from a terminal will do....

Netbeans Editor, how can I supress warnings ?

Hi ! In eclipse, I can say to editor (and of course compiler) I don't use that variable so remove the underline with @SuppressWarnings("unused") Anyone knows in Netbeans 6.9 how can I remove the underline of unused variables in editor? Thanks in advance ...

VS2010 - option missing

In VS 2008 there is a very useful feature of background HTML validation - it checks if CSS class name is valid i.e. it exists in one of the linked CSS files. It protects against spelling errors which are not easy to discover otherwise. But VS 2010 Express does not do that any more. And the relevant setting "Options->Text Editor->HTML->Va...

Custom drop-down in yui editor toolbar?

Hi all, I'm working on a CMS where the administrators have the chance to edit all of the mails sent by the system. I'm using the YUI Editor for this. Now the admins can see the content of the e-mails and also the pre-defined values in e-mail like {link}, {first_name}, etc. Now I'm thinking how could I integrate these pre-defined valu...

Java software editor / syntax highlighter

I have to build a software editor for Java, so think of just a very simplified Netbeans / Eclipse. The first area which I want to do is the Syntax Highlighting. I found a few libraries / open source editors such as jEdit, BlueJ and jsyntaxpane which will be useful for building my own. What I am looking for though is any literature / j...

Are there text editors that can be used to create markup languages (like markdown, rest and such?)

I'm becoming more interested in markdown and rest for documentation/requisites in projects, but some people in the team aren't that techie to use and remember these markups. It's going to be a bad move to just adopt them when they're used to OpenOffice files. There is a visual editor for Latex, named Lyx, that is WYSIWYM and WYSIWYG, bu...

If Frame Photo Editor can rotate the added photos

Recently I apply a really good photo editor - Frame Photo Editor. However, I don't know how to rotate the pictues imported on the editing platform. From their photo card examples, the added photos can be rotated. But how? ...

Can you tell me a good pdf editor, which allow me full editing

Can you tell me a good pdf editor, which allow me full editing (text, images etc) any pdf-documents ...

Looking for a multiple language IDE that handles incomplete code gracefully.

I program primarily in Ruby and C#. I'd like a code editor that can gracefully deal with incomplete code; by that I mean a code editor that doesn't protect itself from syntax errors by auto-adding matching braces and quotes, but one that pays attention to the tokens you add, and identifies that an unmatched quote doesn't mean it should s...

vim - Some folds are not being saved.

Why do some folds in vim are saved some not while some are being saved? I have the following in my .vimrc: autocmd BufWinLeave *.* mkview autocmd BufWinEnter *.* silent loadview Example: I make these 2 folds in a file: +-- 2 lines: if(!bRet)---------------------------... return bRet; } +----------- 5 lines: else---------...

Other scriptable editors?

I'm just wondering what editors you know which are "scriptable". E.g take an Emacs, one can really say you can do everything from within the editor: writing,reading, programming. All with the "scripting language" Emacs-Lisp. What other editors you know are out there as scriptable? Do you know let's say an editor scriptable in Perl, Ru...

columnar cursor motions in vim?

I'm wondering if there's a command in Vim I'm missing that does columnar motion. What I'm thinking of is common in some spreadsheets, where there's a key combination that will take you downward in the column to either the next blank cell, or if you're in a blank cell then it will take you to the next non-blank cell. Some text may illus...

Removing external styles from jQuery WYSIWYG editor in PHP

I have an issue with my WYSIWYG editor. If users copy in outside text, this is seen as something like the following: " p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px 'Lucida Grande'; min-height: 13.0px} p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px 'Lucida Grande'} Only the variables assigned in the last loop are a...

Viewing CSS property value suggestions in Notepad++

Using Notepad++ 5.7 I was modifying a .css file, when I blocked/selected a rule and accidentally pressed a key in combination with alt or ctrl and other keys in the lower left-hand side of the keyboard...not sure which keys. Moving on, a list of CSS values came up such as :first-letter a few hundred more. What key commands are needed t...

What is the most BEAUTIFUL html/css/javascript/php editor for windows in your opinion?

Guys, I've been using Notepad++ for some time now and I'm kinda sick of the UI it has. I don't know, it's just too... old or what should I say. I need something that is more simple in the UI but still has good functionality, I also need something that is really an eye-candy. Do you have anything to recommend? ...