Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Lung Razvan
Total activity
11
Last activity
October 30, 2017 10:57
Member since
October 25, 2017 21:38
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (9)
Sort by recent activity
Recent activity
Votes
Created
October 29, 2017 18:18
UPDATE on my last post. I was creating the new class using the PsiFactoryFactory and extracted the class from there. That file was not committed. So I changed to the string replace way.
Community
IntelliJ IDEA Open API and Plugin Development
Create Dart class
0 votes
Edited
October 28, 2017 20:10
Hi! I'm trying to update only the part that changed in the arb file. After I generate the new class and retrieve the old one, I'm trying to make the change like this: runWriteAction { dartDocume...
Community
IntelliJ IDEA Open API and Plugin Development
Create Dart class
0 votes
Edited
October 30, 2017 10:57
Feel free to PR if you have the time. Thanks again for your help. https://github.com/long1eu/flutter_i18n
Community
IntelliJ IDEA Open API and Plugin Development
Create Dart class
0 votes
Edited
October 27, 2017 12:19
The documentChanged is called just BEFORE the document is commited. When I generate my files they are using the document just BEFORE the edit.
Community
IntelliJ IDEA Open API and Plugin Development
Create Dart class
0 votes
Created
October 27, 2017 11:33
Another question. I'm using this to listen when the file changes but I get the instance of the file just after the change is commited. Any suggestions? valuesFolder.children.forEach { documentMa...
Community
IntelliJ IDEA Open API and Plugin Development
Create Dart class
0 votes
Edited
October 27, 2017 09:14
Thanks again for your reply. Your are so helpful. I'll make it open source this week. I just have to as some actions and I'm done. I'll update here when it's ready.
Community
IntelliJ IDEA Open API and Plugin Development
Create Dart class
0 votes
Created
October 26, 2017 22:41
Another question. Once I've build the class and saved it to the file as you helped me, how can I format the file to standard Dart?
Community
IntelliJ IDEA Open API and Plugin Development
Create Dart class
0 votes
Created
October 26, 2017 21:55
I'm writing and plugin for Flutter i18n. Thanks again for your help!
Community
IntelliJ IDEA Open API and Plugin Development
Create Dart class
0 votes
Created
October 26, 2017 18:50
Thanks so much for your reply! I'm trying to add some methods to a dart class. My base class is like this: class S { Locale locale; S(this.locale); static S of(BuildContext context) => Localizat...
Community
IntelliJ IDEA Open API and Plugin Development
Create Dart class
0 votes