Stephan Krauß

Avatar
  • Total activity 290
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 112
  • Stephan Krauß created a post,

    Start Php Codesniffer

    Hello , I want to embed the PhpCodesniffer in PhpStorm . When I test the code Sniffer I get an error message . This error message appears only if ' listening for debug connection' is on.Where can ...
  • Stephan Krauß created a post,

    Reformat Code

    Hello !I have a script with comments. An Example:class Factory {      /**      * statische Methode zum bauen neuer Objekte      *      * @param string $class_name - Klassenname des gewünschten Obje...
  • Stephan Krauß created a post,

    translate array

    Hello! PhpStorm has a plugin which supports translation! I have an array. In this array are the German terms This array should treat translated. An Example: The array of German terms:  $de = ar...
  • Stephan Krauß created a post,

    Placeholder in a template

    Hello! In my project I'm working with a template engine. In this template engine are placeholders. The name of the wildcards match the column names of a table. Is it to these column names in the te...
  • Stephan Krauß created a post,

    dock / undock tab

    Hello! I have a tab separated from PhpStorm. How can I add this to the PhpStorm Tab again? With best regards Stephan
  • Stephan Krauß created a post,

    Javascript debugging with changed server

    Hello!This project is located on my local pc. The project is called with the url 'mySubdomain.myDomain.de'.By 'mySubdomain.myDomain.de' calls the Apache server, the file 'index.php' in directory 'p...
  • Stephan Krauß created a post,

    Reuse content of the tab 'watches'

    Hello! At the moment I'm working with complex data structures. To manage this data, I use the Tab 'watches'​​. I have 2 problems with the tab 'watches'​​. How can I change the content of 'watches' ...
  • Stephan Krauß created a post,

    Tab dock again

    Hello! I have the 'Watches' ​​tab undocked. How can I dock this tab again. With best regards Stephan
  • Stephan Krauß created a post,

    .ignorelist and subdirectory

    Hi there, I work with the version administration Git I want a directory and all sub directories contained therein not commit. myproject / public / images | --------- 'Big' images directory | ------...
  • Stephan Krauß created a post,

    error, first commit and push to github

    Hello! For several days I have an error message in PhpStorm. I work with PhpStorm 7.1.3. If I commit a spending version management git push to github and then I get an error message. An example: --...