Peter Jacobsen
- Total activity 609
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 216
-
Created Recent Projects list finally fixed :-)
I usually keep my customer projects in an encrypted mountable DMG under OS-X. In the past when I opened IntelliJ IDEA without mounting the DMG first, the "Recent Projects" list had been cleared bec... -
-
Created 50% discount on personal license
Shouldn't there also be a 50% discount on the renewal program? Otherwise I would be better off buying a new (second) license.Regards,Peter -
-
Created iOS mobile remote debugging
I am looking for an option to remotely debug an iOS application via WiFi running on iPad, but I only find the options "Emulator" and "Android device" in the Run dialog. Am I missing something?Thank... -
Created iOS packaging problem
I am trying to package an iOS mobile app using Flex SDK 4.5.1 patched with the AIR 2.7 SDK and get an exception (see attachment). The adt command is not logged in the IDEA console window and I coul... -
Created 107.18 Release notes
Could you provide the IDEA 10.5 build 107.18 release notes, please?Thanks and Regards,Peter -
Created Is Jetbrains on vacation?
Very little Jetbrains activity in this forum lately, I hope everybody is busy fixing bugs ;)Peter -
Created EAP 10.5 "Code/Surround with..." broken in MXML
Starting with EAP ideaIU-106.491 the "Code/Surround with" menu offers "{}" and "()" instead of "<tag>" and <CDATA> in MXML files. I had to revert to EAP ideaIU-106.447 because this is so annoying.S... -
Created ActionScript code inspection
Is there a possibility to cause the real time code inspection to ignore the (yellow gutter mark) warnings - like an annotation in Java source code?Something like this://noinspection...AS code marke...