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

Map Elixir 1.7 excluded and skipped to testIgnored

github.com/KronicDeth/intellij-elixir - 24cb8d118cffc3e7dcaa92c397a1329189758005 authored over 6 years ago
Ignore branch and hex options when finding path of Mix.Dep

github.com/KronicDeth/intellij-elixir - 32d785f9b9e23203c12c1a3701ce900024f829b2 authored over 6 years ago
Add #1287 to changelogs

github.com/KronicDeth/intellij-elixir - fea5ce8ae50c508d0d9b4c23af9e3036852c7d17 authored over 6 years ago
Merge pull request #1287 from KronicDeth/1276

More closely match ExUnit.CliFormatter output in Test Runner

github.com/KronicDeth/intellij-elixir - b33dd876ac65fedfa35873d23510f605ed05875e authored over 6 years ago
mix format

.formatter.exs input globs would not match file paths because it was
default that needed `lib` o...

github.com/KronicDeth/intellij-elixir - c4adcdf9c0c4251163f085780a96335394583f64 authored over 6 years ago
Colorize test failures

Port support from cli_formatter.

github.com/KronicDeth/intellij-elixir - 5e83c3dcb1270663d7a03c7e7c68ffc5248e0c1b authored over 6 years ago
Add captures log to failures

Fixes #1276

github.com/KronicDeth/intellij-elixir - 699a58c71b5234ad71dc3608c38d4f36f0e5d988 authored over 6 years ago
Don't inspect reason as message.

Use empty message and put formatted failures in detail only to match
cli_formatter.

github.com/KronicDeth/intellij-elixir - 8ce83f7d30428b26e12fb22412447a817cd197ed authored over 6 years ago
Add #1285 to changelogs

github.com/KronicDeth/intellij-elixir - c904186a0491d9f09184299de93b92f82ecb6ff0 authored over 6 years ago
Merge pull request #1285 from KronicDeth/1266

alias __MODULE__ and alias M, as: N support

github.com/KronicDeth/intellij-elixir - aa8e8184d9a6e6170b5a959d5148ecb2ad582c3e authored over 6 years ago
alias __MODULE__, as: Mod completion

Return enclosing module's name for __MODULE__'s Unaliased.unaliasedName.

github.com/KronicDeth/intellij-elixir - 78ae9faaf1d5564d6892f42c3f318862de6f66ca authored over 6 years ago
Disable ProcessCanceledException for runIde

Allows easier testing of completion and Go To actions.

github.com/KronicDeth/intellij-elixir - 81a39a740cc407149c649cbe6943ed754331483f authored over 6 years ago
Present alias __MODULE__ as alias <resolved>

github.com/KronicDeth/intellij-elixir - 56dfc2a6ac6ea11c275b0596bc0897457c10e0e6 authored over 6 years ago
Show full alias call for presentable text for as: argument

github.com/KronicDeth/intellij-elixir - 4ffb13b99a0f219f2082e777c92d078a06795197 authored over 6 years ago
Resolve alias as name to as argument, alias argument, and defmodule

github.com/KronicDeth/intellij-elixir - 5c46820757adba1be667fbdd3b96bdd871330cf6 authored over 6 years ago
Resolve unaliased name when using `alias __MODULE__, as: Mod`

Fixes #1266

github.com/KronicDeth/intellij-elixir - 08daf4f753de1952ec77197ebbbea1e9f41dc2bb authored over 6 years ago
Add #1283 to changelogs

github.com/KronicDeth/intellij-elixir - b346c0142c5b676659ac741eba038d6fcfc52bf5 authored over 6 years ago
Merge pull request #1283 from KronicDeth/1262

Add .eex to .ex and .exs for accepted file extensions in stacktraces

github.com/KronicDeth/intellij-elixir - 8aa263d34714a6bcd10e36b3397b85825eb42c5f authored over 6 years ago
Add .eex to .ex and .exs for accepted file extensions in stacktraces

Fixes #1262

github.com/KronicDeth/intellij-elixir - 82281331c017abbcc55e262e92dfc31a69172122 authored over 6 years ago
Add #1282 to changelogs

github.com/KronicDeth/intellij-elixir - 7d052d85a4fb1a54344e968b2a33b4fdaa8ce3c2 authored over 6 years ago
Merge pull request #1282 from KronicDeth/1281

Check if Mix.Dep has already been seen to prevent recursive loops

github.com/KronicDeth/intellij-elixir - 3709451f07c764ac91069f468e24fd48047db73e authored over 6 years ago
Check if Mix.Dep has already been seen to prevent recursive loops

Fixes #1281

github.com/KronicDeth/intellij-elixir - 48ac201510b008696b84dc9ec380e5ef1bc16683 authored over 6 years ago
Add #1280 to changelogs

github.com/KronicDeth/intellij-elixir - 216a0426fe24942d207bd85357e30dd74876a65a authored over 6 years ago
Merge pull request #1280 from KronicDeth/commit-override

Handle commit and overrride for Mix.Dep

github.com/KronicDeth/intellij-elixir - 20396b27d36f201b3862a2eae3d026fbf0a140f2 authored over 6 years ago
Handle commit and overrride for Mix.Dep

github.com/KronicDeth/intellij-elixir - af4f7b8e77c1137f15934884a4bd11582d49743f authored over 6 years ago
Add #1279 to changelogs

github.com/KronicDeth/intellij-elixir - bdd9956b0d16cb4cb55d44e5b8bc5142b8dce8f4 authored over 6 years ago
Merge pull request #1279 from KronicDeth/1267

Wrap LibraryTable and Library writes in write action

github.com/KronicDeth/intellij-elixir - 5a32aaad5fdf5274dacbfde18deca7ce8ed8bfa4 authored over 6 years ago
Wrap Library#modifiableModule#commit in write action

Prevent similar bugs to #1243.

github.com/KronicDeth/intellij-elixir - 44a4e9fc6d948cd6d133a3a06b2ef0768acef6c9 authored over 6 years ago
Wrap LibraryTable#removeLibrary in write action

Fixes #1267

github.com/KronicDeth/intellij-elixir - 3e0c093316d5536ff7ba267e007bc80f81ef6792 authored over 6 years ago
Add #1268 to changelogs

github.com/KronicDeth/intellij-elixir - ab2025906cd2b622588fa7b1c105fc7131dfe30c authored over 6 years ago
Merge pull request #1277 from KronicDeth/1268

Don't inclue null useCall as __MODULE__ dependency

github.com/KronicDeth/intellij-elixir - b3d726d667c1be34417e14ad27fc6896cf633a64 authored over 6 years ago
Don't inclue null useCall as __MODULE__ dependency

Fixes #1268

github.com/KronicDeth/intellij-elixir - b98013840b15f878d20318549f5df834e81236f1 authored over 6 years ago
Add #1275 to changelogs

github.com/KronicDeth/intellij-elixir - 9d99cc218fee8eac857315399b6deb9e74ce3dd6 authored over 6 years ago
Add #1272 to changelogs

github.com/KronicDeth/intellij-elixir - 9180b3a4921352d90def0ed5ab1e7df0950082c9 authored over 6 years ago
Remove debugging code

github.com/KronicDeth/intellij-elixir - 92ec06ae2a5ff4ed893cd915d96fddcecb784cc2 authored over 6 years ago
Merge pull request #1275 from KronicDeth/1271

Go To Module with Go To Class action

github.com/KronicDeth/intellij-elixir - afbafc5fcc2aae96367372a9bd2bf9867a1071e8 authored over 6 years ago
Go To Module with Go To Class action

New ModuleName index keeps track of only the names of modulars:
* defmodule
* defimpl
* defproto...

github.com/KronicDeth/intellij-elixir - f5aa7d3967f1ce21f253b245a00b51aec3d6f929 authored over 6 years ago
Merge pull request #1272 from KronicDeth/254

Separate dependencies out of project sources into non-project sources and External Libraries

github.com/KronicDeth/intellij-elixir - 9d6990c6aabab5988cbcd4519b8220a8c9e4cfae authored over 6 years ago
Mark dep build output as excluded

Mark build output as excluded whe marking it as CLASSES, so that
dependency will show up in Exte...

github.com/KronicDeth/intellij-elixir - 126fb6aa20f28a20e96d9e916f6c4ad9adbc3e16 authored over 6 years ago
If intellij-erlang is installed, recursively resolve Rebar3 dependencies

Read deps from rebar.config file.

github.com/KronicDeth/intellij-elixir - e11d03c6bf60a19781724a974ead1912798d2261 authored over 6 years ago
Refresh module dependencies when libraries are refreshed

github.com/KronicDeth/intellij-elixir - 32a73c9b5c32762c3128f570eb8cbfc8ef349493 authored over 6 years ago
Create invalid modules and libraries when mix deps.get has not been

github.com/KronicDeth/intellij-elixir - 3dd7eef8bd0f13b5d5f99598c9578df2fcd10ac1 authored over 6 years ago
Exclude deps when importing from mix

Deps is now included with the DepWatcher for libraries.

github.com/KronicDeth/intellij-elixir - 00211a93b3261c2ff539411991af2ee407738d76 authored over 6 years ago
Restructure mix project import namespaces

github.com/KronicDeth/intellij-elixir - d7e731f344a8da69565f72c5af86d4255b71272a authored over 6 years ago
Convert MixProjectImportBuilder to Kotlin

github.com/KronicDeth/intellij-elixir - a517b0e990d853d6c0777635d4795655119ac445 authored over 6 years ago
Recursively find deps

Unlike modules, libraries don't allow for dependencies, so when adding a
mix dep as a dependency...

github.com/KronicDeth/intellij-elixir - 6ce48679170e4807104f734d8718e0ba2513db82 authored over 6 years ago
Setup Kind for mix libraries

Without the kind being set, Type.detect is used, but that only gets
passed class roots, so it ca...

github.com/KronicDeth/intellij-elixir - c0f1d24fdcad90e4a87eb04ccf43ffa79a6e17ea authored over 6 years ago
Don't add duplicate dependencies

The module dependency system, unlike library table does not ensure there
are no duplicates, so W...

github.com/KronicDeth/intellij-elixir - 46513aa4c8824f1f91d15d8d2240ec25e471466d authored over 6 years ago
Delete libraries when deps is deleted

Sync libraries when a directory under `deps/APPLICATION` is deleted or
created.

github.com/KronicDeth/intellij-elixir - 5d88e2df946088ad55776323372603a137a0d4f3 authored over 6 years ago
Direct deps for modules andl libraries

github.com/KronicDeth/intellij-elixir - 35a8afa6c8d3f9869e6b2aac73a6fea60f77d1f5 authored over 6 years ago
Create libraries for `deps` when project is opened.

github.com/KronicDeth/intellij-elixir - 4bf34efec7e8a7ebb7cd03c22ed801d24ffc4801 authored over 6 years ago
Update changelog TOC

github.com/KronicDeth/intellij-elixir - 93edffff05b5a3725a41e5e2637fe5b2f1b039ac authored over 6 years ago
Add #1259 to changelogs

github.com/KronicDeth/intellij-elixir - e912c44b4ae04c91f9709f4cee763e6f637b10ac authored over 6 years ago
Merge pull request #1259 from KronicDeth/1258

Go To Related Decompiled BEAM Modules and Call Definitions

github.com/KronicDeth/intellij-elixir - ea8cd49bf65cb0fe0ef5ef3e7e0624ae2a83af82 authored over 6 years ago
Add Go To Related to docs

github.com/KronicDeth/intellij-elixir - 61508dde54f209dc9ef09571710e4731442175f9 authored over 6 years ago
Use same presentation for Go To Decompiled BEAM as source

github.com/KronicDeth/intellij-elixir - d6d89cbb743045bbee00f91b6dde1325d653f3fa authored over 6 years ago
GotoDecompiledProvider

Go To Related Symbol (Ctrl+Cmd+Up) will show "Decompiled BEAM" with the
decompiled version of a ...

github.com/KronicDeth/intellij-elixir - f081ff1319d6c45a3d285cdd3ffe8d448904e916 authored over 6 years ago
Add #1256 to changelogs

github.com/KronicDeth/intellij-elixir - 6fb978271d64b9a79ed8ee1ef2a62fe4be8da49d authored over 6 years ago
Merge pull request #1256 from KronicDeth/1251

Fix manual Kotlin conversion errors

github.com/KronicDeth/intellij-elixir - 83ce97518b4ed3f938d696688237c96d7a2e3895 authored over 6 years ago
Fix condition inversion and show intent with computeIfAbsent

I just straight up forgot an ! on a contains check. I moved to computeIfAbsent,
so it is more ob...

github.com/KronicDeth/intellij-elixir - 61c940742d8e9bf91fb20fba57d19d882d46ce57 authored over 6 years ago
Call addToLookupElementByPsiElement if there is no entrace clause

When I switched to using `?.let` I accidentally hid the `if` from
running when there was no `ENT...

github.com/KronicDeth/intellij-elixir - 368c5fcdccfa260d2508615b3e87d19521e3e4b6 authored over 6 years ago
Add #1255 to changelogs

github.com/KronicDeth/intellij-elixir - 919fa69474c23d91f0347b3e0db20a663cdfb809 authored over 6 years ago
Merge pull request #1255 from KronicDeth/go-to-declaration-through-use

Go to declaration through use

github.com/KronicDeth/intellij-elixir - cb9b7763ef57d8d0ce402e6e0cb1d4cf2108b6ea authored over 6 years ago
Resolve through Phoenix's use MyAppWeb

github.com/KronicDeth/intellij-elixir - c609bc0448c64076a79df46cad6cb87fcc1737ca authored over 6 years ago
Convert scope.CallDefinitionClause to Kotlin

github.com/KronicDeth/intellij-elixir - 0ea4959672d48e5cf452f8d6c3a1a3d0596cfdf5 authored over 6 years ago
Add #1249 to changelogs

github.com/KronicDeth/intellij-elixir - 74b2839f288a8bc3a6947103bf2fb5ac44917291 authored over 6 years ago
Merge pull request #1249 from KronicDeth/decompiled-aliases

Prefer source over decompiled for ResolveResultOrderedSet

github.com/KronicDeth/intellij-elixir - 3b81ecffee3a11298de6e9bcab44ca2c57cb88df authored over 6 years ago
Prefer source over decompiled for ResolveResultOrderedSet

Ensures that Go To Declaration for qualified calls such as
`Module.function(...)` where `Module`...

github.com/KronicDeth/intellij-elixir - 0799f48e3ede5b3ae986383b5c79d29484fe5e32 authored over 6 years ago
Add #1248 to changelogs

github.com/KronicDeth/intellij-elixir - 024132f48dfacc3782d942dda139f9213586cb8c authored over 6 years ago
Merge pull request #1248 from KronicDeth/667

Don't show decompiled in Go To Symbol or Declaration if source exists

github.com/KronicDeth/intellij-elixir - 68a1a447076098a9f2b869c49fc4e79ff5e666fe authored over 6 years ago
Bump version for removal of decompiled functions from Go To

github.com/KronicDeth/intellij-elixir - 60e1213bfa2de38f47928870528230680507bf3d authored over 6 years ago
Dedup Go To Symbol items that point to same PsiElement

github.com/KronicDeth/intellij-elixir - 2f4290e23d6694e426e1e2e7610a466ff6e223f7 authored over 6 years ago
Don't add CallDefinition when there are clauses

CallDefinition will show name/arity, but clauses show parameters for
clause, so it is more helpf...

github.com/KronicDeth/intellij-elixir - 400bed225904909087498c9a1572fb25cba729f0 authored over 6 years ago
Prefer source Module over decompiled when resolving

github.com/KronicDeth/intellij-elixir - 573706c88136ab395cef681984b5a41815c1a175 authored over 6 years ago
Don't show decompiled module for source Implementations or Protocols

github.com/KronicDeth/intellij-elixir - cde326ad87d35723203d780da3c94fbca70aa898 authored over 6 years ago
Remove duplicate Implementation entries in Go To Symbols list

github.com/KronicDeth/intellij-elixir - 4374fc7587cf3ce8865fb3f2f94e770b63c67cf4 authored over 6 years ago
Prefer source over decompiled for Go To Symbols

1. If there is only decompiled, collect all
2. If there are decompiled and source is found, only...

github.com/KronicDeth/intellij-elixir - bbffa5a093ad05445c3c759f95acb18f2835e211 authored over 6 years ago
Add #1246 to changelogs

github.com/KronicDeth/intellij-elixir - 090870e8666f8b841a3ee72515966a9f903439a3 authored over 6 years ago
Merge pull request #1246 from KronicDeth/306

Resolve unqualified bracket operation identifiers to variable and 0-arity calls

github.com/KronicDeth/intellij-elixir - 819e8b1c3fc896d65f116edc58b3f65516f616a3 authored over 6 years ago
Bracket operation identifiers resolve to variables

github.com/KronicDeth/intellij-elixir - 5120447ac2db16808c07bd7e0b31bad14766213e authored over 6 years ago
Annotate unqualified bracket operation identifier

github.com/KronicDeth/intellij-elixir - b179d1d452eeede342fc335fee1990fab523ecbf authored over 6 years ago
Add #1245 to changelogs

github.com/KronicDeth/intellij-elixir - 5fd902dff929d67d1ba4c6ed40350dfc29ddd086 authored over 6 years ago
Merge pull request #1245 from sfat/patch-1

Improve contribution guidelines

github.com/KronicDeth/intellij-elixir - bfd85e8f516f932810c9b7fe28228ed40800964e authored over 6 years ago
Improve contribution guidelines

specify that Kotlin Plugin so IntelliJ plays nice

github.com/KronicDeth/intellij-elixir - 4e89860fdf743623c26777f356efd493e5c28314 authored over 6 years ago
Add #1244 to changelogs

github.com/KronicDeth/intellij-elixir - a2308f87ca79e9770a51945d9adcdd3adc4ef27b authored over 6 years ago
Merge pull request #1244 from KronicDeth/1243

Run createLibrary inside runWriteAction

github.com/KronicDeth/intellij-elixir - 89a5a0262bfe539dc846a67c4deda9e8df0a9f74 authored over 6 years ago
Remove test that leaks threads and causes failures

github.com/KronicDeth/intellij-elixir - 022d3dbab0e56d81750cd5d22a97b219520740a1 authored over 6 years ago
Run `createLibrary` inside runWriteAction

Fixes #1243

github.com/KronicDeth/intellij-elixir - 2ea4f996f0a102e9ed9c9f09a6576773eea2eb2a authored over 6 years ago
Update version to 8.1.0

github.com/KronicDeth/intellij-elixir - d150f51c56d655656c23dab900ee1f895fb725a9 authored over 6 years ago
Add #1239 to changelogs

github.com/KronicDeth/intellij-elixir - 0fda3d9ba42235a09faa56f1ceb63a2b4c5d910f authored over 6 years ago
Merge pull request #1239 from KronicDeth/1238

Add pluginIcon for IntelliJ IDEA 2018.3 compatbility

github.com/KronicDeth/intellij-elixir - 3ada53775ab2de4a81f6b082c202c71bdf74a907 authored over 6 years ago
Add pluginIcon for IntelliJ IDEA 2018.3 compatbility

Use icon provided by Lidiya Chernigovskaya and created by JetBrains UX.

github.com/KronicDeth/intellij-elixir - 8cf3efd15b6f81c63408afdba3eba432f3f0dc34 authored over 6 years ago
Add #1237 to changelogs

github.com/KronicDeth/intellij-elixir - dcf321137abbdee534699ba6153da67c113d4323 authored over 6 years ago
Merge pull request #1237 from KronicDeth/1236

Generate different icons for Light and Darcula

github.com/KronicDeth/intellij-elixir - 0353f317441498ca5a7abaf5449233ad347af51f authored over 6 years ago
Generate different icons for Light and Darcula

Use #AEB9C0 for JetBrains Default/Light Gray. Use #87939A for JetBrains
Darcula Gray. Colors b...

github.com/KronicDeth/intellij-elixir - db95cf201684d93cfae47f291e3175b3693606f9 authored over 6 years ago
Add #1234 to changelogs

github.com/KronicDeth/intellij-elixir - a4ac654497c64651dfefcf99f9e36aa3ddfce0c8 authored over 6 years ago
Merge pull request #1234 from KronicDeth/1230

Add Facet SDK as External Library to re-enable indexing

github.com/KronicDeth/intellij-elixir - 24a249edada84b2802fcaa060bf709de4b38b6c2 authored over 6 years ago
Convert old modules with Elixir facets to also have External Library

github.com/KronicDeth/intellij-elixir - 949a882e6aa6485d034e08f68fe375e764caaa60 authored over 6 years ago
Add Facet SDK as External Library to re-enable indexing

When the External Library was removed in
42972876c219e9da7283513bc5677e5121b5e0fe in favor of a ...

github.com/KronicDeth/intellij-elixir - f4dff319aef43ef66c446d72fd1c2ff6fa6c3e98 authored over 6 years ago
Add #1233 to changelogs

github.com/KronicDeth/intellij-elixir - da4545ec09706b0869794216445549f23874df23 authored over 6 years ago