Andrey Volkov

- Total activity 39
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 14
-
Created How to not escape unicode symbols in ResourceBundle for UTF-8 files
I use UTF-8 files for messages resource bundle (for Play! 2.2) and I do not need to encode unicode symbols from "Привет" to "\u041F\u0440\u0438\u0432\u0435\u0442". I want to leave it as is for my '... -
Created Play2 Scala templates and Zen coding
Is it possible to enable Zen coding in play2 Scala templates (in .scala.html files)?I type "p.success", press 'Tab' and nothing happens (however it should expand to <p ></p>).It works for plain htm... -
Created How to add command line arguments for Database plugin
The problem is in the following: Intellij Idea Database plugin cannot connect to Oracle database.The reason is: Connection to Data Source failedjava.sql.SQLException: ORA-00604: error occurred at r... -
Created Editing of .xhtml/JSF files is very slow
When I'm trying to edit or even just open 5-6 XHTML/JSF files, IDEA becomes very slow and permanently use about 50% CPU.I saw such behavior in Idea 9 Beta and in the latest EAP (92.24).Does someone... -
Created How to open files from last edit place?
I mean, when you open a file (Java class) from project view, cursor goes to class name definition from the last edit place.I get accustomed to open classes in such a way, but it make me confuse and... -
Created Run JUnit tests with Java 1.5 in EAP 10762
When I updated to Idea EAP 10762 and tried to run a JUnit test, I got the exception:"Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version number in .class file" at com.int... -
Created Scope for interfaces only
How can be created a scope that contains interfaces only?I've tried to find a good tutorial about scopes with a bunch of examples, but there is only built-in help with a few simple examples. -
Created Drag-and-drop tabs outside the main window
I was using NetBeans for while and get accustomed with one cool feature: I can easily drag a tab from NetBeans main window and drop it outside (for example, on another monitor screen). It gives a g... -
Created Open file on last edited place
I have a quiestion about opening a Java file. I have strong feeling that earlier it behaves in another way.Now when you open a Java file (class, interface etc.) the cursor is set to the class name ...