Adrian Grund
- Total activity 135
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 39
-
Created @noinspection for one line
Hello,is it possible to use @noinspection for just one line of code or for a special area in code?E.g. I would like to suppress error for the following: "Cannot resolve file path '$pathMiddle'.echo... -
Created Cannot delete file - filename starting with slash after using uml
Hello,yesterday I tried uml-diagrams for the first time in phpstorm.Now I have a big problem.After saving a diagramm to an uml-file I cannot delete the uml-file anymore.The problem is quite strange... -
Created phpStorm Cant use diagrams
Hello,when clicking the context button in a php file and focus on "diagrams" I only can select "show changes".Where is the option for see the diagram at all?Or do I have to use any 3-party tool...T... -
Created Xdebug proxy: Cannot connect to xdebug prox on ....:9000
Hello.I just tried out phpStorm EAP 3.When I tried to establish Debug on a remote linux server, phpStorm is not able to establish a conection with the xdebug proxy.I checked phpinfo: the newstest x... -
Created How to setup subversion.
Hello.As a newbie in linux I finally made it in setting up a working subversion server on my virtual server.I can checkout and commit using the prompt in the terminal, I have a svn user and a svn p... -
Created php with sql - cannot resolve tablename as variable
Hello,I really like to work with phpStorm becuase of the possibilities to combine php and mySQL with language injection.This works fine as long as I "hardcode" the mySQL part.Because I am working o... -
Created Refactoring - Reorder function members
Hello,I really like the "Extract" refactoring tool in phpStorm. It is working great!In my projects I often have a large amount of parameters in the methods header, likefunction test(a1, a7, a2, a9,... -
Created field checking
Hello,I have a question regarding "field checking".Lets have the following code:1. $sql = "SELECT a FROM my_table WHERE id=12";2. $result = $myagTools->mysql_query_routine($sql, $mydb_connection);3... -
Created Line warp / soft wrap
Hello,I love phpStorm.But the wrapping seems very complicated for me when editing php-files.Isn´t there any possibility for a "normal" line-wrap,that means, that after reaching e.g. 120 characters,... -
Created Undefined variables in included files in php
Hello,I am new to this forum, my name is Adrian.I have a question:When I use "Inspect code" in phpStorm on my php-Project, I get "Undefined variables errors" in files which are included by other fi...