Jörg Wrase
- Total activity 155
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 61
-
Edited Create Virtual File from non existing file will become null <solved>
Hi, I'm realy new @java - and so I'm new at plugin-develop. I want to create a VirtualFile - but there is a problem, that I can't solve, when the file does not exists. I do the following: private... -
Created Allow mutliple PHP Language Levels / Inspections / formating in one Project
Hello, often I have Projects, that need different Language Levels (diffetent Inspections, too) - dependend on the directory that I'm working on. (easy Exampl: PHP-Unit is PHP7 - the other applicati... -
Edited Testing RESTful Web Services: try to send an Array
Hallo, I want to send an Array with the REST Client. I have this Array: $postData = ['start' => ['rot', 'gelb', 'blau'], 'zweites' => ['erster' => 'roter', 'zweiter' => 'gelber', 'blauer']]; H... -
Created Working with PHP 4
Hi, I have to work for the next time on a PHP 4 Project. Some Questions: 1. Is it possible (easy possible :-)) to have Inspections for PHP 4? 2. The Project has some PHP4 parts (most of them), and ... -
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...