Good Java property files editor

I used plugin for eclipse. I think this one: http://sourceforge.net/projects/eclipse-rbe/ It is OK, allows adding and renaming properties, shows warnings if property is not translated to all supported languages etc. Its disadvantage is that it always uses `\uXXXX’ notation for unicode characters. So, you must use this plugin to read created files. It makes search … Read more

IDE for ironpython on windows [closed]

SharpDevelop with IronPython 2.0 Beta Integration is worth a look – especially given that it’s free. Also, check out this Iron Python 2 – what IDE do YOU use? discussion. Seems to confirm your belief that “IronPython Studio doesn’t support IronPython 2”.

Php Storm : How can i automate breaking lines in PHPStorm 2.1

Automatic wrap example aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa‌aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa : This expression has automatic wrap, because I did not press return. As I understand you want Soft Wraps, when long line is wrapped on screen into multiple lines, but still remains as single line in file. Soft Wraps on per file basis View | Active Editor | Use Soft Wraps … Read more