主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Lung Razvan
活动总数
11
最后的活动
2017年10月30日 10:57
成员加入日期
2017年10月25日 21:38
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
1
活动概览
帖子(1)
评论(9)
按最近的活动排序
最近的活动
投票数
创建于
2017年10月29日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Create Dart class
0 票
已编辑于
2017年10月28日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Create Dart class
0 票
已编辑于
2017年10月30日 10:57
Feel free to PR if you have the time. Thanks again for your help. https://github.com/long1eu/flutter_i18n
社区
IntelliJ IDEA Open API and Plugin Development
Create Dart class
0 票
已编辑于
2017年10月27日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Create Dart class
0 票
创建于
2017年10月27日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Create Dart class
0 票
已编辑于
2017年10月27日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Create Dart class
0 票
创建于
2017年10月26日 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?
社区
IntelliJ IDEA Open API and Plugin Development
Create Dart class
0 票
创建于
2017年10月26日 21:55
I'm writing and plugin for Flutter i18n. Thanks again for your help!
社区
IntelliJ IDEA Open API and Plugin Development
Create Dart class
0 票
创建于
2017年10月26日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Create Dart class
0 票