Antonel Pazargic
- Total activity 146
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 53
-
Created Auto format in IntelliJ IDEA?
AnsweredHello 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 ... -
Created 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="... -
Created Is there a way to save the whole content of the Data Source Console as *.sql file?
AnsweredHello 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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), ... -
Created 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... -
Created [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...