主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Wonsuc
活动总数
17
最后的活动
2024年10月04日 10:10
成员加入日期
2020年05月25日 01:12
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
5
活动概览
帖子(3)
评论(8)
按最近的活动排序
最近的活动
投票数
已编辑于
2024年10月01日 19:16
Olga Mulina Hello. My original request was to ask if IntelliJ could provide a shortcut for the Find in Path window to default to the search option for the Current File. Apart from this shortcut, w...
社区
IntelliJ IDEA Users
Is there a Shortcut for "Find in Path with Current File Scope"?
1 票
创建于
2024年10月04日 10:10
Olga Mulina Thank you for your support!
社区
IntelliJ IDEA Users
Is there a Shortcut for "Find in Path with Current File Scope"?
0 票
创建于
2023年10月27日 01:42
파일을 노트패드++ 실행해서 파일이 UTF-8로 인코딩 되어있는지 확인하시고 다른 인코딩이면 UTF-8로 변환하시고 만약 빌드 후에 실행과정에서 발생하는 오류라면 Java 컴파일 시에 인코딩을 UTF-8로 지정해야 합니다.
社区
IntelliJ IDEA Users
Korean encoding problem in fleet
0 票
已编辑于
2022年10月18日 00:57
Thank you so much! It works like a charm. Can I ask one more question? I only wanted to get 'grdMenuList1_OnChar' string in $gridOnChar$ variable, but it always like 'this.grdMenuList1_OnChar' wi...
社区
IntelliJ IDEA Users
How to get code statements without braces in SSR?
0 票
创建于
2022年10月17日 10:50
What do you mean by assist?
社区
IntelliJ IDEA Users
How to get code statements without braces in SSR?
0 票
创建于
2022年10月15日 17:20
Sorry for the late response. I uploaded a sample source code on GitHub. https://github.com/wonsuc/ssr-test Below is my SSR template which I tried. <replaceConfiguration name="test" text="this.$g...
社区
IntelliJ IDEA Users
How to get code statements without braces in SSR?
0 票
创建于
2022年10月14日 01:47
It's very strange because if I remove these lines from the original code it works fine. // some comments... console.info('grdMenuList1_OnChar:nCell:' + nCell + '|strPostText:' + strPostText);
社区
IntelliJ IDEA Users
How to get code statements without braces in SSR?
0 票
创建于
2022年10月14日 00:07
Hi @... Do you mean something like this? I tried all the below ways and it didn't work :( this.$gridOnChar$ = function(obj, strPreText, nChar, $strPostText$, nLLParam, nHLParam, $nRow$, $nCell$, nP...
社区
IntelliJ IDEA Users
How to get code statements without braces in SSR?
0 票