Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

IntellIJ Elixir

Elixir plugin for JetBrain's IntelliJ Platform (including Rubymine)
Collective - Host: opensource - https://opencollective.com/intellij-elixir - Code: https://github.com/KronicDeth/intellij-elixir

Minor fix for auto-complete

github.com/KronicDeth/intellij-elixir - 4d22f4807b618ae1905ef58e45f3c45642151b9c authored about 4 years ago by Marcin Dawidziuk <[email protected]>
Replace checkBox(fieldName, title) -> checkBox(title, getter, setter)

github.com/KronicDeth/intellij-elixir - 37669c50a0900c12ee951aac8c748790dae54365 authored about 4 years ago by Luke Imhoff <[email protected]>
Convert folding.Builder to Kotlin

github.com/KronicDeth/intellij-elixir - e5e829a4f9d7565dd12a80b29876f189f5e9c61a authored about 4 years ago by Luke Imhoff <[email protected]>
Replace CodeStyleSettingsManager with CodeStyle

github.com/KronicDeth/intellij-elixir - e555a2f4d5ffbae6dcf4f7ad10bfdbb2ca7a7556 authored about 4 years ago by Luke Imhoff <[email protected]>
Replace Comparing.equal -> Objects.equals

github.com/KronicDeth/intellij-elixir - 8316b2301ac720ee18bdb36b04bca06ada6b5dfe authored about 4 years ago by Luke Imhoff <[email protected]>
com.intellij.util.contains.Predicate -> java.util.function.Predicate

github.com/KronicDeth/intellij-elixir - d02d6e656e5e3b3721ddf3874a2a5ff7b06e02a7 authored about 4 years ago by Luke Imhoff <[email protected]>
Replace file -> value for @Storage annotation

github.com/KronicDeth/intellij-elixir - eb7525a5d50343a704d627ff122d8477cf2ee842 authored about 4 years ago by Luke Imhoff <[email protected]>
Don't override deprecated acceptsFile

github.com/KronicDeth/intellij-elixir - 10160a0dc868009293317be80c0da98be017e53d authored about 4 years ago by Luke Imhoff <[email protected]>
NamedFoldingDescriptor -> FoldingDescriptor

github.com/KronicDeth/intellij-elixir - 9600391bab784adaea113fc8356de2dcc21e759f authored about 4 years ago by Luke Imhoff <[email protected]>
Override initExtra(Project) instead of initExtra(Project, MessageBus, Engine)

github.com/KronicDeth/intellij-elixir - 6c03f99af09d3489dead166ef39b3f097faf01e7 authored about 4 years ago by Luke Imhoff <[email protected]>
Pass project for LevelPropertyPusher DumbModeTask

github.com/KronicDeth/intellij-elixir - b5ea52786b724b85a5f6ea87197ecac094acf3d9 authored about 4 years ago by Luke Imhoff <[email protected]>
Don't override deprecated flushBufferBeforeTerminating()

github.com/KronicDeth/intellij-elixir - 188c447a7074c9e06cf24a9f0d9f056752ac1cf6 authored about 4 years ago by Luke Imhoff <[email protected]>
Rename .java to .kt

github.com/KronicDeth/intellij-elixir - fd30918f06721120678cb933d944ea5c9cfbb08c authored about 4 years ago by Luke Imhoff <[email protected]>
Remove use of ErrorBean

github.com/KronicDeth/intellij-elixir - b6101b6d26d2f0fa35c6054399012f56a20f19e2 authored about 4 years ago by Luke Imhoff <[email protected]>
DefaultProgramRunner -> GenericProgramRunner

Also have only one runner for all configurations in plugin since body of runner was all the same...

github.com/KronicDeth/intellij-elixir - 5bd3737040fbb58cda83e70072195e01815d6d16 authored about 4 years ago by Luke Imhoff <[email protected]>
Rename .java to .kt

github.com/KronicDeth/intellij-elixir - 3e275cb2183ca9e94b5cd7f75aa9fb5d01750f13 authored about 4 years ago by Luke Imhoff <[email protected]>
LanguageSubstitutors.INSTANCE -> getInstance()

github.com/KronicDeth/intellij-elixir - 473f1ffca737357276127ed405b0dd521073f358 authored about 4 years ago by Luke Imhoff <[email protected]>
Don't use LogMessageEx in credo Annotator

github.com/KronicDeth/intellij-elixir - 36e535ba62884f451602a6e50c53306d4c66d676 authored about 4 years ago by Luke Imhoff <[email protected]>
ContainerUtil.newConcurrentMap() -> new ConcurrentHashMap<>()

github.com/KronicDeth/intellij-elixir - 90c42536691f7b0d7a77440b2682c24faf37c404 authored about 4 years ago by Luke Imhoff <[email protected]>
Replace StdFileTypes.PLAIN_TEXT with FileTypes.PLAIN_TEXT

github.com/KronicDeth/intellij-elixir - 7667f9feceb5da85da2ea6916e95d2f331465ae9 authored about 4 years ago by Luke Imhoff <[email protected]>
Replace ListCellRendererWrapper with SimpleListCellRenderer

github.com/KronicDeth/intellij-elixir - dc6f3785037e045c3713272889d3d72c000961a4 authored about 4 years ago by Luke Imhoff <[email protected]>
ReportMessages.ERROR_REPORT -> ReportMessages.getErrorReport()

github.com/KronicDeth/intellij-elixir - f435f1f2b8e121566b4b5b40c96683fdb5d542aa authored about 4 years ago by Luke Imhoff <[email protected]>
Convert beam.assembly.ParserDefinition to Kotlin

github.com/KronicDeth/intellij-elixir - 78d8cb6dc95af6ceae60d55dc49f3554a20833ae authored about 4 years ago by Luke Imhoff <[email protected]>
Rename .java to .kt

github.com/KronicDeth/intellij-elixir - c22117dc57450186d210b6aa0ec7c7866a1156b1 authored about 4 years ago by Luke Imhoff <[email protected]>
Fix ifAccessToString

I missed taking the 3rd element of the tuple to get `[Access, :get]` and was checking the outer ...

github.com/KronicDeth/intellij-elixir - 25fe334168aa1ac600f8d7efb299b49de14b243f authored about 4 years ago by Luke Imhoff <[email protected]>
Replace createWarningAnnotation with AnnotationBuilder

github.com/KronicDeth/intellij-elixir - a00b63b01637ee8b75724db4ca23145211e19122 authored about 4 years ago by Luke Imhoff <[email protected]>
Separate title from message

github.com/KronicDeth/intellij-elixir - 109a51ff2ec1f431ad83a46190d1c6045489e0dc authored about 4 years ago by Luke Imhoff <[email protected]>
spaceExistanceTypeBetweenTokens -> spaceExistenceTypeBetweenTokens

github.com/KronicDeth/intellij-elixir - 0bce317afbef3fb72328a8fa80b15223c0dd955a authored about 4 years ago by Luke Imhoff <[email protected]>
Merge remote-tracking branch 'origin/feature/docs' into feature/docs

github.com/KronicDeth/intellij-elixir - 0a8a30ca196b2892b652b51122e77d51c1706642 authored about 4 years ago by Marcin Dawidziuk <[email protected]>
Fixed docs for auto-complete suggestions

github.com/KronicDeth/intellij-elixir - 81ba2bff1d487bde4c3c96c0168daf61e330c3aa authored about 4 years ago by Marcin Dawidziuk <[email protected]>
Removed commented out code

github.com/KronicDeth/intellij-elixir - 435e326bd09320b80e81840dc54064dcfb1cd603 authored about 4 years ago by Marcin Dawidziuk <[email protected]>
Just trying to re-run Github Actions

github.com/KronicDeth/intellij-elixir - 1202d8a2e0527b1fc5a63abc1e38ef9698406bed authored about 4 years ago by Marcin Dawidziuk <[email protected]>
Fixed test

github.com/KronicDeth/intellij-elixir - 9a841bfd13cb0c9922a7e9c4dcb35defa02bacf4 authored about 4 years ago by Marcin Dawidziuk <[email protected]>
Minor changes to decompiler and test

github.com/KronicDeth/intellij-elixir - 47fd89047e8d6e19cb8bf6fdd380ef5c451cbd18 authored about 4 years ago by Marcin Dawidziuk <[email protected]>
Removed unused code

github.com/KronicDeth/intellij-elixir - e49a3a6f2d96afa77c987a51998443d9dba53c80 authored about 4 years ago by Marcin Dawidziuk <[email protected]>
Minor renaming

github.com/KronicDeth/intellij-elixir - f44e59a7a71084dc7a3afb696cdef8d07e70a3ed authored about 4 years ago by Marcin Dawidziuk <[email protected]>
Added Metadata to FunctionDocs and showing when a function is deprecated

github.com/KronicDeth/intellij-elixir - 6e731f743c53049ac39a595cab803cad3121a9c2 authored about 4 years ago by Marcin Dawidziuk <[email protected]>
Fixes for Beam decompiler, docs

github.com/KronicDeth/intellij-elixir - 6d69423b6b0aa51cbf8640ad3130c0794d40c1ab authored about 4 years ago by Marcin Dawidziuk <[email protected]>
Decompile moduledocs

github.com/KronicDeth/intellij-elixir - f0d543f09a0877451c79030eb0acb19f4932fb13 authored over 4 years ago by Marcin Dawidziuk <[email protected]>
Merge branch 'master' into feature/docs

github.com/KronicDeth/intellij-elixir - 5a2812aeb3a1a344b71be6f5dfdc15dd30bbe6de authored over 4 years ago by Marcin Dawidziuk <[email protected]>
Don't show documentation for module when no doc found

github.com/KronicDeth/intellij-elixir - 26ea71bf3c679f845944214ba30a1046a9b30f6f authored over 4 years ago by Marcin Dawidziuk <[email protected]>
Fixes for documentation

github.com/KronicDeth/intellij-elixir - 6866a7fcb93bb453253a11bf82507a547226b770 authored over 4 years ago by Marcin Dawidziuk <[email protected]>
Fix Atom annotator to only annotator within current element

Annotation keyword pair's key and colon instead of annotating the keyword key and the colon outs...

github.com/KronicDeth/intellij-elixir - f65444ef7fe0b13508b15e043b111c9920c2d9a6 authored over 4 years ago by Luke Imhoff <[email protected]>
Fix error report formatting

* Fix new lines around excerpts so that code blocks quote correctly
* Use FILE:LINE format for e...

github.com/KronicDeth/intellij-elixir - 29759c711f706c7b4b7248889b87c27ae6f0dfd9 authored over 4 years ago by Luke Imhoff <[email protected]>
Use logger.error directly instead of LogMessageEx

github.com/KronicDeth/intellij-elixir - 39720c93bfb094337fb7c4a967a0772d6beaf310 authored over 4 years ago by Luke Imhoff <[email protected]>
Rename .java to .kt

github.com/KronicDeth/intellij-elixir - 1319bc2e93e2e79183f2b6c98bfff168cce0cfbf authored over 4 years ago by Luke Imhoff <[email protected]>
Use AnnotationBuilder fluent methods instead of deprecated AnnotationHolder.create* methods

github.com/KronicDeth/intellij-elixir - 81e2a3150fb8e33620446f4d47811caa0a0fe46e authored over 4 years ago by Luke Imhoff <[email protected]>
Refactored, fixed arity

github.com/KronicDeth/intellij-elixir - 1708db7951b0ca1d108593925054219cd517ebd3 authored over 4 years ago by Marcin Dawidziuk <[email protected]>
Cleanup and refactor

github.com/KronicDeth/intellij-elixir - 99c571ec598bef22a02c7f5eed1691267cadc126 authored over 4 years ago by Marcin Dawidziuk <[email protected]>
Replace defaultLiveTemplatesProvider with defaultLiveTemplates

github.com/KronicDeth/intellij-elixir - 8b4fc7f0b1acc8bf817e86aaaf3ec18d52b55eeb authored over 4 years ago by Luke Imhoff <[email protected]>
Replace uses of deprecated ContainerUtil.newHashMap

github.com/KronicDeth/intellij-elixir - 25c23de23db474fb4abcf5c540aceabfcaf60c62 authored over 4 years ago by Luke Imhoff <[email protected]>
Replace uses of deprecated Project#baseDir

github.com/KronicDeth/intellij-elixir - e73352ed8f7fccf39974fd9a491c8d7c760e40d9 authored over 4 years ago by Luke Imhoff <[email protected]>
Remove unnecessary assert

github.com/KronicDeth/intellij-elixir - eb3ae84746a9417bade6a2601f6c33505e8c738f authored over 4 years ago by Luke Imhoff <[email protected]>
Replace fileTypeFactory with fileType

github.com/KronicDeth/intellij-elixir - b4551d627dc0081c987e95f10a9b98bbfc5b9f36 authored over 4 years ago by Luke Imhoff <[email protected]>
Don't use constructor injection for SetupSDKNotificationProvider

github.com/KronicDeth/intellij-elixir - dde82ac41320d591a2e1e2513c85c543991f583f authored over 4 years ago by Luke Imhoff <[email protected]>
Replace EEX fileTypeFactory with fileType

github.com/KronicDeth/intellij-elixir - b95f62b46a221cd1a33b1e464a6aa43b441c4e87 authored over 4 years ago by Luke Imhoff <[email protected]>
Convert FileTypes to Kotlin

github.com/KronicDeth/intellij-elixir - 0480bff35ec2335c2f708fbde0d83d191863943a authored over 4 years ago by Luke Imhoff <[email protected]>
Make org.elixir_lang.packageManager extension point dynamic

github.com/KronicDeth/intellij-elixir - 7867aa42d74f42b9afb745b66c32097951403c4d authored over 4 years ago by Luke Imhoff <[email protected]>
Convert Watcher from module component to project listener

github.com/KronicDeth/intellij-elixir - b85382dfdd3de9d339cbb48310bfa1eec98228bc authored over 4 years ago by Luke Imhoff <[email protected]>
Convert DepsWatcher from project component to project listener

github.com/KronicDeth/intellij-elixir - 323d7e168d67d1ba48050fe845ec00d9fb8532ed authored over 4 years ago by Luke Imhoff <[email protected]>
Improved documentation to rely on the source code directly instead of invoking mix

github.com/KronicDeth/intellij-elixir - 9f33e781f35225781097d080564fb570ae597bcb authored over 4 years ago by Marcin Dawidziuk <[email protected]>
Update IntelliJ version to 2020.2

github.com/KronicDeth/intellij-elixir - a866f688040427ee26eaec467f98b40afeb35719 authored over 4 years ago by Luke Imhoff <[email protected]>
Bump version to 11.8.1

github.com/KronicDeth/intellij-elixir - 2451d44ca69bff210853a2397182b50e0744a014 authored over 4 years ago by Luke Imhoff <[email protected]>
Merge pull request #1823 from KronicDeth/windows-debugging

Double escape \ in debugger file paths

github.com/KronicDeth/intellij-elixir - 4b4a95f8f2ccf627c8b0cb5098b68ff4fb3fa265 authored over 4 years ago by Luke Imhoff <[email protected]>
Add #1823 to changelogs

github.com/KronicDeth/intellij-elixir - aad8f0b9dff386c0052a6d7acb5466f85aa51ace authored over 4 years ago by Luke Imhoff <[email protected]>
Double escape \ in debugger file paths

Fixes #1347

On Windows, the `file.path` has `\`, but they aren't escaped. Therefore, replace t...

github.com/KronicDeth/intellij-elixir - 491cd8d57dd97c3546c3bd229321760c83be43c3 authored over 4 years ago by Luke Imhoff <[email protected]>
Merge pull request #1822 from KronicDeth/1784

github.com/KronicDeth/intellij-elixir - eb4270a184f3d21c85a158b85e9e1074de3586b3 authored over 4 years ago by Luke Imhoff <[email protected]>
Add #1822 to changelogs

github.com/KronicDeth/intellij-elixir - 5666f76f08f6bc0864d3e186cf621fa8c6541999 authored over 4 years ago by Luke Imhoff <[email protected]>
Use JDK 11 on CI

IntelliJ JBR is based on JRE 11, so it is safe to update beyond JDK 8.

github.com/KronicDeth/intellij-elixir - 48aede3811576f19502889773941c9289ea1e386 authored over 4 years ago by Luke Imhoff <[email protected]>
Vendor JInterface 1.11

Fixes #1784

The JInterface on Maven Central has stopped being updated because the OTP Team didn...

github.com/KronicDeth/intellij-elixir - eea0ab304d76f92377670e566314e3d69195f399 authored over 4 years ago by Luke Imhoff <[email protected]>
Experimental "mix dialyzer" support

github.com/KronicDeth/intellij-elixir - 11656a9ecf48997005c33b197aeb377c25727d3b authored over 4 years ago by Jacek Gajek <[email protected]>
Merge pull request #1 from KronicDeth/master

Updated fork

github.com/KronicDeth/intellij-elixir - 5ff5caf38e1ecfe4991da10b5c3e00ce0dc1720d authored over 4 years ago by Marcin Dawidziuk <[email protected]>
Merge pull request #1811 from KronicDeth/donations

Update donations and donors

github.com/KronicDeth/intellij-elixir - b8627a6560ffe28cbaa5039d533fcd853429b205 authored over 4 years ago by Luke Imhoff <[email protected]>
Remove profile images that don't scale correctly

github.com/KronicDeth/intellij-elixir - 59b04282b1d908cc20d5398b8f996319b0b34391 authored over 4 years ago by Luke Imhoff <[email protected]>
Update donations and donors

github.com/KronicDeth/intellij-elixir - afbed209a50cecb7c347ecf56a2d8a8e0439bde0 authored over 4 years ago by Luke Imhoff <[email protected]>
Merge pull request #1807 from niknetniko/feature/test-markers2

Adds Run icon in gutter next to ExUnit tests

github.com/KronicDeth/intellij-elixir - 32c3776957a84b79e345514775b6931541d31d90 authored over 4 years ago by Luke Imhoff <[email protected]>
Add #1807 to changelogs

github.com/KronicDeth/intellij-elixir - 8a2f7d262d6e931b93f78d7f8d556d20c2596cdf authored over 4 years ago by Luke Imhoff <[email protected]>
Add test line markers

github.com/KronicDeth/intellij-elixir - 4ed2c2cc41000d8e608f1bc145736d902f9fdac2 authored over 4 years ago by Niko Strijbol <[email protected]>
Merge pull request #1792 from marcindawidziuk/feature/1628-pop-out-documentation

#1628 Feature/1628 Pop out documentation

github.com/KronicDeth/intellij-elixir - e41bd5597c12c3075de297776c6c0a8e4c707f45 authored over 4 years ago by Luke Imhoff <[email protected]>
Add #1792 to changelogs

github.com/KronicDeth/intellij-elixir - 2da0b8a4ae8f857ea8846a1913f4d06aad2ccbc0 authored over 4 years ago by Luke Imhoff <[email protected]>
Add Quick Documentation to README

github.com/KronicDeth/intellij-elixir - 4056613e7f45e6773891a96cfc6dc22608a69b44 authored over 4 years ago by Luke Imhoff <[email protected]>
Merge branch 'master' into feature/1628-pop-out-documentation

github.com/KronicDeth/intellij-elixir - e9b7be88778f8e4e875f164d713f0d633b7e9fb7 authored over 4 years ago by Luke Imhoff <[email protected]>
Merge pull request #1801 from niknetniko/feature/eex-formatter

Use default formatter for EEx files

github.com/KronicDeth/intellij-elixir - 996fc41f8262b389a8e5823ff93c7469da0c7a28 authored over 4 years ago by Luke Imhoff <[email protected]>
Add #1801 to changelogs

github.com/KronicDeth/intellij-elixir - 20a021aa2f0774e0d6343036069d0b724392d55b authored over 4 years ago by Luke Imhoff <[email protected]>
Use default formatter for EEx files

github.com/KronicDeth/intellij-elixir - 7025ef03cfb9be332c0febe2098cba3005d89052 authored over 4 years ago by Niko Strijbol <[email protected]>
Fix documentation for Small IDEs

github.com/KronicDeth/intellij-elixir - 17f22b56b576e55984397d8f127c93728877aae8 authored over 4 years ago by Marcin Dawidziuk <[email protected]>
Minor fixes

github.com/KronicDeth/intellij-elixir - 3ebe5874e6748549838e6ce255afb3b36258dd48 authored over 4 years ago by Marcin Dawidziuk <[email protected]>
Added basic iex-based Documentation Provider

github.com/KronicDeth/intellij-elixir - 9e168e8b43e1d129bc4007da1b4978e5a33bf322 authored over 4 years ago by Marcin Dawidziuk <[email protected]>
Merge pull request #1786 from odk211/remove-unresolved-module-attribute-error-annotation

Remove "Unresolved module attribute" error annotation

github.com/KronicDeth/intellij-elixir - 48fb6e0a6c9513fc2a70264877ee2570d997f59d authored over 4 years ago by Luke Imhoff <[email protected]>
Add #1786 to changelogs

github.com/KronicDeth/intellij-elixir - be45125dce03c4e009de78d548d3020b4fe35606 authored over 4 years ago by Luke Imhoff <[email protected]>
Merge branch 'master' into remove-unresolved-module-attribute-error-annotation

github.com/KronicDeth/intellij-elixir - 718c24804f330f00b66a737461049b833b3bd494 authored over 4 years ago by Luke Imhoff <[email protected]>
Merge pull request #1788 from KronicDeth/798

Fix Unchecking Show Method Separator still showing on @doc and @spec

github.com/KronicDeth/intellij-elixir - 71ff1fc39009e7d8ca00302fd217cdc5afe2b2ee authored over 4 years ago by Luke Imhoff <[email protected]>
Add #1788 to changelogs

github.com/KronicDeth/intellij-elixir - 48c9218161cfd2acadc2502d303d193552d6b1a4 authored over 4 years ago by Luke Imhoff <[email protected]>
Fix Unchecking Show Method Separator still showing on @doc and @spec

Fixes #798

Previously, unchecking Show Method Separator would still show the method separator i...

github.com/KronicDeth/intellij-elixir - 2b8d80d1025637d6eee4edcc3016db0cf8da17c5 authored over 4 years ago by Luke Imhoff <[email protected]>
Remove "Unresolved module attribute" error annotation

github.com/KronicDeth/intellij-elixir - 22226ce3bebc4e5129aa8101fb6cda5fcfb102f6 authored over 4 years ago by Tomoki Odaka <[email protected]>
Fix version bump

github.com/KronicDeth/intellij-elixir - 2ab319781d34ea083360295ad42e5d53b15e0651 authored over 4 years ago by Luke Imhoff <[email protected]>
Don't change IDEA version when building release

github.com/KronicDeth/intellij-elixir - 1b5f29a3ad52e3d302c2d09d8b13bba07bee9629 authored over 4 years ago by Luke Imhoff <[email protected]>
Merge pull request #1774 from odk211/fix-iex-mix-run-configration

Fix IEx Mix Run Configration do not work

github.com/KronicDeth/intellij-elixir - 4c9acb09c155148c49e02a2fb0db26b7f28d7523 authored over 4 years ago by Luke Imhoff <[email protected]>