24 Commits

Author SHA1 Message Date
Karol Lewandowski
c37b34729e Code samples: Change the CONTINUATION_INDENT_SIZE from 8 to 4 and reformat code.
We use INDENT_SIZE = 2 and continuation size should be at most 4 in this case.
2023-09-07 11:59:58 +02:00
Karol Lewandowski
7d27592be5
code_samples/project_view_pane: Cleanup (#1093)
* code_samples/project_view_pane: Cleanup:

- fix bug with not refreshing "svg" files and add supporting "jpeg" extension
- fix not working "Folders Always on Top" switch
- fix extracting file extension
- change disposable from Project to ProjectViewPane
- use BulkFileListener instead of VirtualFileListener with Alarm for updating the tree for immediate updates
- use Application.invokeLater instead of SwingUtilities.invokeLater
- code cleanup

* code_samples/project_view_pane: Add project.getDisposed() condition to the Application.invokeLater() call

* code_samples/project_view_pane: Do not count non-project files

* code_samples/project_view_pane: Do not update UI too often
2023-08-02 14:32:01 +02:00
Yann Cébron
84e8333e9c
2023.2 release (#1091) 2023-07-26 14:44:10 +02:00
Yann Cébron
8e696241d9 remove obsolete "Preferences" term usage 2023-03-27 14:09:44 +02:00
Karol Lewandowski
5dd2bcf965 update dates in copyright info 2022-01-12 12:09:34 +01:00
Jakub Chrzanowski
96c58ee8c7
plugin_configuration_file.md: content update 2021-10-19 09:25:14 +02:00
Jakub Chrzanowski
a40db91508 Cleanup code_samples JavaDocs 2020-10-07 15:44:55 +02:00
Jakub Chrzanowski
c2868307dc
Code Samples READMEs 2020-08-12 11:25:19 +02:00
JohnHake
255df29851 [2020.2 release] IJSDK-869 Port project_view_pane code sample to async tree based on GrailsProjectViewPane.kt. Still shows deprecation warning for BaseProjectTreeBuilder, AbstractTreeUpdater, AbstractTreeBuilder 2020-08-05 17:11:06 -07:00
JohnHake
c71674342c [2020.2] Pycharm not yet at GM, keep at 202-EAP-SNAPSHOT 2020-07-28 22:24:58 -07:00
JohnHake
f89cc25d44 [2020.2 release] IJSDK-869 update intellij.version to 2020.2
Add notes about AnnotationHolder changes
Update upsource links per inspections
Fixes deprecation warning for AnnotationHolder
Compiles, but deprecation warnings for AbstractTreeBuilder, AbstractTreeUpdater, AnnotationHolder
2020-07-28 21:31:31 -07:00
Jakub Chrzanowski
4d9fa2fc5a [Code Samples Inspection] Java > Java language level migration aids > Java 8 > Collections.sort() can be replaced with List.sort() 2020-04-16 12:00:38 +02:00
Jakub Chrzanowski
6fe750e8f1 [Code Samples Inspection] Java > Java language level migration aids > Java 8 > Anonymous type can be replaced with lambda 2020-04-16 12:00:10 +02:00
Jakub Chrzanowski
155da20ced [Code Samples Inspection] Redundant suppression 2020-04-16 11:13:02 +02:00
JohnHake
42569d0d34 [code samples] Update to 2020.1 IntelliJ Platform IJSDK-802 2020-04-09 11:12:46 -07:00
JohnHake
137a0e9f6e IJSDK-424 2020-03-18 18:42:50 -07:00
Jakub Chrzanowski
582b1a5d72 [code samples] plugin.xml files cleanup 2020-03-18 16:53:51 +01:00
Yann Cébron
980eda57ba [code samples] remove @author, cleanup 2020-03-06 17:43:54 +01:00
Yann Cébron
dda3dd94fa [project view pane] ImagesProjectViewPane: superfluous @Nullable 2020-03-06 17:17:24 +01:00
Yann Cébron
6e6f3d7193 [code samples] remove explicit type 2020-03-06 17:14:43 +01:00
Yann Cébron
e81809ea4d [project view pane] cleanup code 2020-03-06 16:01:42 +01:00
JohnHake
bb86791741 New Copyright in code samples 2020-02-19 21:51:48 -08:00
JohnHake
f5bc43751f merge IJSDK-783, Add Gradle 2020-02-18 15:15:49 -08:00
JohnHake
96c4fbe36d Remove DevKit 2020-02-18 14:43:05 -08:00