Jens Voß

- 活动总数 547
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 234
-
创建于 Plugin manager UI yet again
已回答First of all, JetBrains folks: The reworked Plugin manager UI in the 2019.2 EAP is definitely a step in the right direction. However, I noticed that the plugins in the lists (both Marketplace and I... -
创建于 Cluttered menus
已回答I have assembled quite a few plugins with my IntelliJ installation, and many of these add entries to some of the submenus of the main menu. In particular, the "File" > "New" menu is now so cluttere... -
已编辑于 Fix for IDEA-124495
已回答I have spent a few hours now trying to load a file in ISO-8859-1 encoding (my project is all UTF-8, but a few files need to be in ISO-8859-1 because of a tool I use that can't handle UTF-8 well), b... -
创建于 Surround with live template in XHTML: Strange behaviour
已回答I try to surround a JSF/Primefaces tag using the "Surround with <tag></tag> in HTML/JSP" live template. However, when I invoke it, IntelliJ always wraps the whole expression in a CDATA section: For... -
创建于 Julia plugin
已回答Hi there,is anyone working with the Julia programming language?Julia has a good position in the latest RedMonk programming language rating, is among the top 100 languages in the TIOBE software inde... -
创建于 EAP 139.1.20: Encoding problem with Java compiler
When compiling Java sources that contain special characters like German umlauts, the class files generated by the IDE compiler turn out different than when doing an external compilation; this break... -
创建于 XML: Collapse empty tag
From several Youtrack entries (e.g.http://youtrack.jetbrains.com/issue/IDEA-89032) it appears that IntelliJ has an intention for replacing xml tags with empty body with a "bodyless" tag (e.g. <foo>... -
创建于 Darcula
Hi Jetbrains,is there any chance that the darcula theme will be made available for Nika?Regards,Jens -
创建于 Syntax coloring for deprecated code
Hello,since ages, IDEA has offered the possibility to sytax highlight usages of deprecated classes or methods. However, I don't think it is possible to highlight the deprecated code itself (e.g. wi... -
创建于 Dependencies with closed source plugins
Hello,Can a custom plugin be dependent on a closed source plugin (e.g. PHP plugin)?If yes: Are there any resources (specifically javadocs) for the closed source plugins that can be used for such a ...