Antonel Pazargic
- 活动总数 146
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 7
- 订阅数 53
-
创建于 Auto format in IntelliJ IDEA?
已回答Hello Idea communityAfter updating to Idea Ultimate 11.1.2 a couple of my Eclipse colleagues complains about some formatting issues (white spaces) not related with the change I did made.In Eclipse ... -
创建于 Why is there no support for HTML/JS Code coloring, autocomplete in "echo <<<_END <multiline html, js code> _END"?
Hello PhpStorm communityI have started to learn PHP recently from Learning PHP, MySQL, and JavaScript book. In this book the following syntax (<<<END) is used frequently:echo <<<_END<form action="... -
创建于 Is there a way to save the whole content of the Data Source Console as *.sql file?
已回答Hello Idea communityI have authored a couple of sql statements in the data source console (mysql) and I want to save the whole content of the console in an sql file.The only way I figured out how t... -
创建于 Cannot contribute description to custom file templates
Hello Jetbrains communityI've noticed the FileTemplate description textarea is read-only.I would like to author a description for my custom file templates.What are the reasons for setting up this t... -
创建于 I got the "Exception: error=13, Permission denied" error when I tried to run a phing target
I tried to use phing in phpstorm but I got the following exception:I cannot run program "/home/jtonic/development/tools/phing" (in directory "/home/jtonic/git/configfiles/phpstorm/LearningPhpMysqlJ... -
创建于 It tooks me a while to see how can I use a custom java file template, and they messed the kind combobox default contributions
Hello IntelliJ comunityI've created a couple of file templates with Tools>Save File as Template menu item for Spring/JPA stuff. And tooks me a while to see how can I create a file templates based o... -
创建于 I know the way the Idea add the namespace on the fly is a useful feature but it is not so useful in other cases
Hello Idea communityFirst of all I will like to inform you I am a relative fresh Idea IntelliJ user (I switched from Eclipse a couple of months ago).One of the issues driving me crazy almost all th... -
创建于 Is there a shortcut key to switch between Parameters and Exceptions tabs in Change Signature dialog?
I really love the fact that Change Signature dialog is so shortcut-driven, but when it comes to change the throws exception stuff I have to grab the mouse.I've tried the CTRL-TAB (CTRL-SHIFT-TAB), ... -
创建于 Is the Recent Projects support user-friendly?
First of all if there is a good support (configuration or the like) through which all bellow odds are addressed please ignore the whole message.Recent Projects support odds: The project list in Qui... -
创建于 [Groovy] Code completion show only *Parallel proposals
I recently came across with a pretty strange auto-complete behaviour in groovy files. It seems that when the prefix (say find) is corresponding to both normal methods and their parallel counterpart...