Harshitgarg777
- 活动总数 110
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 30
-
创建于 Force update plugin to a required version that is above the current version
Hello all, I have implemented force update using stand alone plugin update checker class but this uses the url that I put in the managed plugin repositories. We have a updatePlugin.xml file. Our ma... -
创建于 Multiple Build configurations
已回答I use ./gradlew clean build to build the binary of my intellij plugin. I want to pass some arguments in this command like ./gradlew clean build --prod or ./gradlew clean build --dev. Now, I want to... -
创建于 How to use original implementation of an action
已回答Hello, I am creating an action and mentioning it in plugin.xml file. There I mention that the keyboard shortcut is Tab (or any other shortcut). Suppose I only want to implement this action under ce... -
创建于 How to write unit test cases for a function that takes document or editor as argument?
已回答I coded a plugin for intellij. I had a function that takes an editor as input and finds the current cursor and returns the text from that line to previous 5 lines. How to write unit test cases for ... -
创建于 how to add multiple build configurations for my plugin?
已回答Hello, I use ./gradlew clean build to build my plugin. I want there to be 2 diff configurations for build, i.e - prod(production) and dev(development) and I would want to execute some command like ... -
创建于 How to store passwords in keepass instead of native keychain
已回答Hello, I want to store the password in keepass even if the user has selected In native keychain in Appearance & Behaviour> System Settings> Passwords. I am using passwordSafe.getInstance().set to s... -
创建于 Showing password is stored when defaultKeyring is locked
已回答Hello, I am storing password using PasswordSafe and retrieving it from there. My code has a functionality where when token is set by the user it shows the notification “token validated”. Suppose, t... -
创建于 Issue in Korean when EditorTab and CaretListener is used
已计划Hello, I have a custom caret listener and a custom editorTabAction. When I press tab and the language is English, editorTabAction is called first and then the caretListener. When I am typing in Kor... -
创建于 Get multiline comments format based on lang of document.
已回答I am writing code that will insert multiline comments in a document as a disclaimer on top. Since, different languages can have diff types of multiline comments, is there any way to achieve this us... -
创建于 TypedHandlerDelegate is not being called
已回答Hello, TypedHandlerDelegate is not being called if the user types at a normal speed. I tested it by typing “public” and it was only called for p and u