Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Imants Cekusins
Total activity
410
Last activity
June 25, 2024 06:27
Member since
July 30, 2015 11:35
Following
0 users
Followed by
0 users
Votes
15
Subscriptions
108
Activity overview
Posts (12)
Comments (275)
Sort by recent activity
Recent activity
Votes
Created
September 23, 2016 20:19
Ирина, maybe this could help: CSVReader if your plugin depends on many large CSV files, maybe it is worth to consider adding a dependency on SQL database and interact with it via SQL driver. If I...
Community
IntelliJ IDEA Open API and Plugin Development
Referencing a CSV file
0 votes
Created
September 23, 2016 15:14
:) welcome
Community
IntelliJ IDEA Open API and Plugin Development
Configurable code completion list in custom language
0 votes
Created
September 22, 2016 15:51
why there may be few CSV plugins: bulk CSV data is often imported to spreadsheet software or SQL database, where it is stored and processed. text editor is usually used for ad hoc viewing / editing...
Community
IntelliJ IDEA Open API and Plugin Development
Referencing a CSV file
0 votes
Created
September 18, 2016 23:27
try DaemonCodeAnalyzer.getInstance(project).restart();
Community
IntelliJ IDEA Open API and Plugin Development
ExternalAnnotator not updating the red/green/yellow square/checkmark in upper right corner of the editor
0 votes
Created
September 18, 2016 11:21
it is probably not good to set it programmatically. Users may prefer to auto save or save manually each time. Let the users decide if they want the files to be auto saved, and how often. You could ...
Community
IntelliJ IDEA Open API and Plugin Development
ExternalAnnotator not updating the red/green/yellow square/checkmark in upper right corner of the editor
0 votes
Created
September 18, 2016 08:52
user can configure their settings: Appearance & Behaviour System Settings Save files automatically if application is idle for .. seconds
Community
IntelliJ IDEA Open API and Plugin Development
ExternalAnnotator not updating the red/green/yellow square/checkmark in upper right corner of the editor
0 votes
Created
September 16, 2016 13:41
> problem solved :) :) well done
Community
IntelliJ IDEA Open API and Plugin Development
Failed to add support for multiple languages in one plugin
0 votes
Created
September 09, 2016 11:16
if AllClassesGetter gives problem, check these threads for alternative way to enumerate project files: https://intellij-support.jetbrains.com/hc/en-us/community/posts/207378145-Obtaining-java-files...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin stopped working (debug and production)
0 votes
Created
September 09, 2016 10:38
it is necessary to debug plugin code, I am afraid.
Community
IntelliJ IDEA Open API and Plugin Development
Plugin stopped working (debug and production)
0 votes
Created
September 09, 2016 10:09
Hello Guilherme, The plugin may not build. Did you check file creation time of the plugin file? Did you try to open the plugin in debug mode? You should be able to hit a breakpoint.
Community
IntelliJ IDEA Open API and Plugin Development
Plugin stopped working (debug and production)
0 votes
«
First
‹
Previous
Next
›
Last
»