Jörg Wrase
- Total activity 155
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 61
-
Created EventLog: Project Data Sources - Model format version 2.1 is too old (2.3 or more required)
Since few days I got this error.Any ideas, what this is?Windows 7 64bitIntelliJ EAP 143.1015.7Jörg -
Created PHP language level 5.2
Hiyes, i (some of our team) need still support for php 5.2For me it is very useful to set in the Language & Frameworksettings to PHP 5.3 - but I also need 5.2.Because our tools ist still in 5.2 (an... -
Created Implements Methods should ask wich access modifier
When I add an Methode (Implement Methods),the IntelliJ creates an new Method with the identifier "private" - I need it in "protected".Is it possible to change this behavior?I'm talking about php (n... -
Created FTP on large project
Hi,i often have to work on larger Projects - different projects.Often I have to download at first the whole project.If there are many files (jquery, bootstrap - tinymc , typo3) - they have munch fi... -
Created Number of attempts to login via FTP
Hi,Is it possible to tell IntelliJ that it should only try one time to login to FTP?the Problem: Sometime I want to connect to an FTP-Server, where the Pasword has changed. So I run in "Too many lo... -
Created Mantis BT - can not update ISSUES with IntelliJ
Hi,I have tryed to connect IntelliJ with my issue-tracker Mantis.I installed Mantis 1.2.19 - and configured IntelliJ:Tools => Tasks => Configure.Add a new "Mantis" Server - fill out Server URL, Use... -
Created Remove all PHPDoc Blocks from File
Hello,oft I need to remove all PHPDoc Blocks from a File. (Because they are wrong, and Update is not alway a good solution.Is it possible to do that easy with IntelliJ?If it is not possible, it wou... -
Created Fileheader - Update Time automaticly
Hi,nearly all my Files have a file-header - like this: /** * Copyright by Jörg Wrase - Computer-Und-Sound.de * Date: 11.07.12 * Time: 03:04 .... Alway when I update this file, I have to change t... -
Created How can I suppress inspection-warnig "Tag start not closed"
Hi,I have an .html site - but this is a smarty-template. (should have the ending *.tpl - but this files won't have the smarty-ending in the name).So PHP'storm (IntelliJ 139.69.2) should supress thi... -
Created Code inspection charset=<?php echo $_SESSION['language_charset']; ?>"
Hi,PHPStrom (IntelliJ 139.69.2) shows me an error:Unknown encoding charset=<?php echo $_SESSION['language_charset']; ?>"Where can I disable this inspection? cu