Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Wonsuc
Total activity
17
Last activity
October 04, 2024 10:10
Member since
May 25, 2020 01:12
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
5
Activity overview
Posts (3)
Comments (8)
Sort by recent activity
Recent activity
Votes
Edited
October 01, 2024 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...
Community
IntelliJ IDEA Users
Is there a Shortcut for "Find in Path with Current File Scope"?
1 vote
Created
October 04, 2024 10:10
Olga Mulina Thank you for your support!
Community
IntelliJ IDEA Users
Is there a Shortcut for "Find in Path with Current File Scope"?
0 votes
Created
October 27, 2023 01:42
파일을 노트패드++ 실행해서 파일이 UTF-8로 인코딩 되어있는지 확인하시고 다른 인코딩이면 UTF-8로 변환하시고 만약 빌드 후에 실행과정에서 발생하는 오류라면 Java 컴파일 시에 인코딩을 UTF-8로 지정해야 합니다.
Community
IntelliJ IDEA Users
Korean encoding problem in fleet
0 votes
Edited
October 18, 2022 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...
Community
IntelliJ IDEA Users
How to get code statements without braces in SSR?
0 votes
Created
October 17, 2022 10:50
What do you mean by assist?
Community
IntelliJ IDEA Users
How to get code statements without braces in SSR?
0 votes
Created
October 15, 2022 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...
Community
IntelliJ IDEA Users
How to get code statements without braces in SSR?
0 votes
Created
October 14, 2022 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);
Community
IntelliJ IDEA Users
How to get code statements without braces in SSR?
0 votes
Created
October 14, 2022 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...
Community
IntelliJ IDEA Users
How to get code statements without braces in SSR?
0 votes