Andrey Volkov

- 活动总数 39
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 14
-
创建于 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 '... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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. -
创建于 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... -
创建于 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 ...