Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alexander Doroshko
Total activity
2479
Last activity
November 15, 2024 18:36
Member since
June 09, 2009 09:45
Following
0 users
Followed by
1 user
Votes
0
Subscriptions
851
Activity overview
Articles (0)
Posts (0)
Comments (1628)
Sort by recent activity
Recent activity
Votes
Created
October 27, 2017 09:10
> I'm writing and plugin for Flutter i18n. Interesting! Is it open source / publicly available? Are you working for Google? To reformat the whole file using the canonical dartfmt tool (via Dart Ana...
Community
IntelliJ IDEA Open API and Plugin Development
Create Dart class
0 votes
Created
October 26, 2017 19:10
First of all, you seem to be writing a plugin :). Just curious what kind of plugin is it? You may try an alternative way to modify file content, instead of PSI modification you may modify `Document...
Community
IntelliJ IDEA Open API and Plugin Development
Create Dart class
0 votes
Created
October 26, 2017 10:06
Hi Lung, You may use PsiFileFactory.getInstance(project).createFileFromText(...) and then find whatever PSI you need in the created PsiFile. But I'm not sure that's what you actually need. What ar...
Community
IntelliJ IDEA Open API and Plugin Development
Create Dart class
0 votes
Created
October 16, 2017 14:17
Ok, so now I've got an idea about the project type and probably can give you a better answer. You need to place resource files in the source folder (usually it is ProjectRoot/src), this way on comp...
Community
IntelliJ IDEA Users
Using MP3 sound files in pure AS3 project
0 votes
Created
October 16, 2017 14:09
What kind of app are you developing?
Community
IntelliJ IDEA Users
Using MP3 sound files in pure AS3 project
0 votes
Created
October 16, 2017 13:32
> (1) how do you include these 8 sound files in the project? Not sure I understand the question. I could say 'just locate these files in the project folder", but I guess that's not the answer you a...
Community
IntelliJ IDEA Users
Using MP3 sound files in pure AS3 project
0 votes
Created
September 06, 2017 13:40
Official comment
Found the answer in Firefox 55 release notes: Made the Adobe Flash plugin click-to-activate by default and allowed only on http:// and https:// URL schemes. IDE starts Flash apps as file://, so it...
Community
IntelliJ IDEA EAP Users
Flash Debugger just started to "Fail to Connect"
0 votes
Created
September 04, 2017 14:56
Robert, Thanks for the update!
Community
IntelliJ IDEA EAP Users
Flash Debugger just started to "Fail to Connect"
0 votes
Edited
August 22, 2017 18:13
Official comment
Yes, these errors come from the ADT tool from the AIR SDK. Most likely you didn't configure the image files to be included in the package. Please check the corresponding tab (it is either Android o...
Community
IntelliJ IDEA Users
303 error when packaging Air Applications: Missing icons
0 votes
Edited
August 04, 2017 11:23
We've updated bundled temporary self-signed certificate to be 2048-RSA. The fix will appear in IntelliJ IDEA 2017.2.x update release. For now, a trick with setting an older Java in [AIR SDK]/bin/jv...
Community
IntelliJ IDEA Users
Failed to package AIR application dev_32_S.air: unable to load a certificate in this file
0 votes
«
First
‹
Previous
Next
›
Last
»