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

Re-enable starting intellij_elixir before org.elixir_lang tests

Not sure how it was removed or if there is a way to check in the
external tools configuration.

github.com/KronicDeth/intellij-elixir - 724e6e0dbe40bd5f2331ffbcdd276ac3e39ad8c6 authored about 9 years ago
Update testData for Alias type rename

github.com/KronicDeth/intellij-elixir - 0155535ef6645b23fdaea8d50834edda37b0882f authored about 9 years ago
Find Usage for Modules

In order to custom the text shown when Cmd+Hovering over a qualifiable
alias, I needed to implem...

github.com/KronicDeth/intellij-elixir - 8863f66a6c6f9d00e936fa25c80fb44bb6a52216 authored about 9 years ago
QualifiableAlias#isModuleName

github.com/KronicDeth/intellij-elixir - 2f24dbdd5ac914a1a6514ba114c1a6ce04be7916 authored about 9 years ago
MaybeModuleName

MaybeModuleName allows for more compact detection of parents that
support #isModuleName.

github.com/KronicDeth/intellij-elixir - 0282464e0669b3e2cab345a16efcca35c75b27d4 authored about 9 years ago
ElixirAccessExpression#isModuleName

github.com/KronicDeth/intellij-elixir - 91d58f3beec3b912996d7e98efa3f864a26cc180 authored about 9 years ago
ElixirNoParenthesesOneArgument#isModuleName

Allow ElixirNoParenthesesOneArgument to answer whether it is a module
name inside a defmodule ca...

github.com/KronicDeth/intellij-elixir - afc798ae88ecab902d31c41f157895d9f427549e authored about 9 years ago
Index qualified aliases for faster cross-file lookup

github.com/KronicDeth/intellij-elixir - 778b7e5a304291859217bbe624c5e4b9fff8db54 authored about 9 years ago
Fix file name case inside git

github.com/KronicDeth/intellij-elixir - b0ecb63dc76f58ff31b65e06a89998ce21f32615 authored about 9 years ago
Index unqualified aliases for faster cross-file look-up

github.com/KronicDeth/intellij-elixir - ac3712105065259e80c30fc5bf0cdde344b5ed30 authored about 9 years ago
Go to qualified alias in another file

github.com/KronicDeth/intellij-elixir - 592602b49d5dcd2e7998883d7f52ff393143a94b authored over 9 years ago
Deeply qualified alias to defmodule

Support resolving qualified aliases with more than one dot with only
creating one reference.

github.com/KronicDeth/intellij-elixir - 7501e60b11095642e7e4630068249beac250dd7e authored over 9 years ago
Qualified alias go to defmodule

github.com/KronicDeth/intellij-elixir - c4741b7578fd737358d1f1555968b317aff2b6af authored over 9 years ago
Cross-file alias go to defmodule

github.com/KronicDeth/intellij-elixir - 84b0b5ad83d15ecfb3d2999f596468b2f99072de authored over 9 years ago
Go To Declaration for Alias -> ancestral defmodule

Be able to go from an alias nested inside a module or one of its
functions to the outer defmodul...

github.com/KronicDeth/intellij-elixir - f1ae9ee23089b624d71fe7b30d5a1c66ed9700f2 authored over 9 years ago
Test file for sibling go to declaration for Modules

Not sure how to write automated tests yet, so just a test file.

github.com/KronicDeth/intellij-elixir - 9b93c86cfe8d0eab5c71695063f5a62dc1d0a452 authored over 9 years ago
Go To defmodule if sibling

Be able to Go To Declaraction for an AccessExpression<Alias> if the
`defmodule` UnmatchedUnquali...

github.com/KronicDeth/intellij-elixir - 79b500dad86ee799c27b3cdad0661362b14530be authored over 9 years ago
Enable IDEA log when debugging plugin

github.com/KronicDeth/intellij-elixir - 03c63ca1f38b6b89e899c28bdc3b6f39c4c1e7cf authored over 9 years ago
Update to Erlang 18.1

github.com/KronicDeth/intellij-elixir - 8fd18d228036b67ec71d18ec48dbf111ee963b5e authored over 9 years ago
Use JInterface from defined Library

Instead of copying file from disk (since that path is hard-coded).

github.com/KronicDeth/intellij-elixir - ea9aab62e8e81f2eddd612fc738ce285c473850b authored over 9 years ago
Add #188 to changelogs

github.com/KronicDeth/intellij-elixir - 08c55f18def5aaba601a395d7ae0ebf44f7b427c authored over 9 years ago
Land #188, Default SDK path for Linux and Windows

github.com/KronicDeth/intellij-elixir - 2fb1df3dbffbc8ddda6720932891d5e9af75c9b1 authored over 9 years ago
default SDK path for Ubuntu and Windows

github.com/KronicDeth/intellij-elixir - a58e4da01848c4dd9cea9f2d20ae6be734822d59 authored over 9 years ago
Add #187 to changelogs

github.com/KronicDeth/intellij-elixir - 7bc16ee51eec256df3b87f951fbcd850988c1b77 authored over 9 years ago
Land #187, Fix links to screenshots in README

github.com/KronicDeth/intellij-elixir - f7c0d6e1cd568b10b763d556168b837eb5c689de authored over 9 years ago
fix links of screenshots

github.com/KronicDeth/intellij-elixir - a9d4f2e0274d71b76cc94e18dc9aed457192fb15 authored over 9 years ago
Add #184 to changelogs

github.com/KronicDeth/intellij-elixir - 16eda68ec811fe1059a853a0135cdfc2d9a95e33 authored over 9 years ago
Land #84, Annotate Erlang Elixir.* atoms as Modules

github.com/KronicDeth/intellij-elixir - 35d94267cdc30d24a9d632baf1dcaf96ae77777f authored over 9 years ago
Annotate Erlang 'Elixir.*' atoms

If (1) you have intellij-erlang installed and (2) you have an atom in
Erlang that starts with `E...

github.com/KronicDeth/intellij-elixir - 1c2ee917cbc3bb457cd261b7418dc55a316bb077 authored over 9 years ago
Add intellij-erlang to local and travis-ci builds

intellij-erlang's erlang.jar is necessary to access PSI classes
generated by intellij-erlang, bu...

github.com/KronicDeth/intellij-elixir - f5fdbdefa5acee61cbc7ba064e8ce9d0199e5969 authored over 9 years ago
Update to homebrew erlang 17.5

github.com/KronicDeth/intellij-elixir - ad4d58c11d103d5102825753273c30de405bce60 authored over 9 years ago
Update version tag in plugin.xml

Updated the version in the change-notes, but missed the actual version
tag.

github.com/KronicDeth/intellij-elixir - 978272b2923927afbcf5ff1bdc1c3ee431b48917 authored over 9 years ago
Match jars in deployment zip artifact

Add OtpErlang.jar because its classes are used in ElixirPsiImplUtil. Add
junit-4.11.jar until i...

github.com/KronicDeth/intellij-elixir - 6b44dd63ed5d33288d29c9f039cf7f044ea85896 authored over 9 years ago
Add Mix Tasks to README

github.com/KronicDeth/intellij-elixir - 1467c3aff5c99ce127ae55c39508d295aa14b63b authored over 9 years ago
Individual File and Proejct building in README

github.com/KronicDeth/intellij-elixir - de3a416cf79eadb547d8414e0763a44426ebf877 authored over 9 years ago
Ignore bin output directory

bin is used for Build > Artifact output

github.com/KronicDeth/intellij-elixir - c0636ddc8426a01a31a6000cad59a606d69663f2 authored over 9 years ago
Add Build/Compiling Settings in README

github.com/KronicDeth/intellij-elixir - 036d07659301481c01282aa83f7712ca1cf260ba authored over 9 years ago
New > Elixir File

Document different Kinds of templates available now.

github.com/KronicDeth/intellij-elixir - a6772ac5c65d691106d72e4f810fd52fbe75a546 authored over 9 years ago
Update Project and Module Settings in README

github.com/KronicDeth/intellij-elixir - 4f4485a976460471c32c7390dbd87a96a466da27 authored over 9 years ago
Add Import Mix Project to README

github.com/KronicDeth/intellij-elixir - ea67c1b817ea7716ccbb1f9d63617e8da5eac0d5 authored over 9 years ago
Separate From Existing Source in two

Move currect version to "Create project from existing sources"
subsection.

github.com/KronicDeth/intellij-elixir - 3d7df60a056b87f3af8486b4539cbe4c96ec9a8a authored over 9 years ago
Add warning that Project > New only works in IntelliJ

github.com/KronicDeth/intellij-elixir - f9305de0c18dc1ab4a3f6069092ac44ab785d414 authored over 9 years ago
Add Project > New to README

github.com/KronicDeth/intellij-elixir - f2fe03bbddc671f5327b218933e62c0dcf138294 authored over 9 years ago
Add #167 to changelogs

Mark as release v1.1.0 because PR is full of so many features all by
itself.

github.com/KronicDeth/intellij-elixir - d28f88567a333b58899bbadb73c3b0bb5c810051 authored over 9 years ago
Test plugin manaully using community edition

github.com/KronicDeth/intellij-elixir - accccd7b3a757955be55874ff584c138b4bc2d37 authored over 9 years ago
Land #167, New Project, .. From Existing Sources, Run Configurations, etc

github.com/KronicDeth/intellij-elixir - aaa773718c2f18864ff33e27b2e261a865eb6f99 authored over 9 years ago
rename intellij-elixir artifacts's compoment file

github.com/KronicDeth/intellij-elixir - 08f1848218818a27fa0ff1ee8500a008022ee647 authored over 9 years ago
remove ElixirIcon class, use ElixirIcons Interface instead.

github.com/KronicDeth/intellij-elixir - c563c33c1272da6d8fc527588e64604295b15e1e authored over 9 years ago
Merge remote-tracking branch 'KD/master'

github.com/KronicDeth/intellij-elixir - da7f910ebb11ab880b64e74e880c308660ee3def authored over 9 years ago
Add smeevil as donor

github.com/KronicDeth/intellij-elixir - 1ab555304b9cd8633df1285286073e82763ba756 authored over 9 years ago
Rebuild SDK with updated community edition

Built zip couldn't load the ElixirIcon class causing files to not
display when using the old Ult...

github.com/KronicDeth/intellij-elixir - 1bf1f5d3f7dc5fa66572ca68ae8b25e8f074ec1b authored over 9 years ago
Add info about #162 to UPGRADING

Warn uses about menu changes.

github.com/KronicDeth/intellij-elixir - 696bbe619b7801a5246e677417032ef91e845935 authored over 9 years ago
Bump version to 1.0.0

The parser is complete.

github.com/KronicDeth/intellij-elixir - 92847393f7e78969445656aaa8fdfaff28546a0e authored over 9 years ago
Remove pre-v1.0.0 warning

github.com/KronicDeth/intellij-elixir - 308e1835f7305f04a25948cd445137a14b982a60 authored over 9 years ago
Add William De Melo Gueiros as donor

github.com/KronicDeth/intellij-elixir - 33f8b89e2a757afcbb248eb10d3f99e2fa2b7782 authored over 9 years ago
Correct author link for #162

Copy and pasted the line and forgot to change the author link from
myself to jaketrent.

github.com/KronicDeth/intellij-elixir - 734141a05e6c31968249ee7451bca485e92732aa authored over 9 years ago
Add #178 to changelogs

github.com/KronicDeth/intellij-elixir - 74c612ae0175f27f21dce3ce1cc67167c6bd96b0 authored over 9 years ago
Land #178, Token Names

github.com/KronicDeth/intellij-elixir - 92ea52417374b192445a914e98d8ffbfdb59469e authored over 9 years ago
Name STRING_FRAGMENT

Same as CHAR_LIST_FRAGMENT, REGEX_FRAGMENT, and SIGIL_FRAGMENT, just the
human-readable.

github.com/KronicDeth/intellij-elixir - 905ec45cbc998cd966b090e5d70535a65c469ed4 authored over 9 years ago
Name SIGIL_FRAGMENT

Similar to CHAR_LIST_FRAGMENT and REGEX_FRAGMENT, call charactes are
supported, so only human-re...

github.com/KronicDeth/intellij-elixir - ccfec3f06e241ff314601757840378d179cebecf authored over 9 years ago
Name REGEX_FRAGMENT

Like CHAR_LIST_FRAGMENT, because everything besides the terminator is
allowed, just use a human-...

github.com/KronicDeth/intellij-elixir - 0dbd0ea21d82b6fc2452e2953ef9fda662f487e9 authored over 9 years ago
Name EOL

Use \n and \r\n to make it explicit.

github.com/KronicDeth/intellij-elixir - 29506efd7eaa279038d052695bdfb25a77d5c05d authored over 9 years ago
Name DECIMAL_MARK

Need to use "<human-readable> (<token>)" because DOT_OPERATOR is using
plain ".".

github.com/KronicDeth/intellij-elixir - 465ee16400f987490ba00fa5427c3e6c588ce30a authored over 9 years ago
Name CHAR_LIST_FRAGMENT

Just a human-readable "Char List Fragment" since there isn't a
non-char-list character besides t...

github.com/KronicDeth/intellij-elixir - 6b0f906cf08e8ae1de69f42594fa5ed0213f219a authored over 9 years ago
Name WORDS_HEREDOC_*

github.com/KronicDeth/intellij-elixir - f46709bc61e9819e3728407407f735994fd0995c authored over 9 years ago
Name VALID_OCTAL_DIGITS

github.com/KronicDeth/intellij-elixir - c21f3fa01cfc003a1150aa4fca17e69f84e7b32b authored over 9 years ago
Rename VALID_HEXADECIMAL_DIGITS

Change from regexp format to human-readable.

github.com/KronicDeth/intellij-elixir - 2cce853a09433c46c7370d49cc368321ce76e97b authored over 9 years ago
Name VALID_DECIMAL_DIGITS

github.com/KronicDeth/intellij-elixir - 8ed3de988dcd395e9f4bf7252e02ffe9d82d23e6 authored over 9 years ago
Rename UNKNOWN_WHOLE_NUMBER_BASE

Drop regex format for human-readable.

github.com/KronicDeth/intellij-elixir - 54b52a757d5fc34b89af2a26692b2e2051ab43e1 authored over 9 years ago
Name UNKNOWN_WHOLE_NUMBER_BASE

Dropping the regexp format of the previous name caused some methdos to
disappear.

github.com/KronicDeth/intellij-elixir - f18fb88ac7a79940afbac005b450b764ad20cd0f authored over 9 years ago
Name STRING_SIGIL_HEREDOC_*

github.com/KronicDeth/intellij-elixir - d4c9f9e53ccc52490668eba57de56fcac9aa8d8c authored over 9 years ago
Name CHAR_LIST_TERMINATOR and rename CHAR_LIST_PROMOTER

CHAR_LIST_PROMOTER was just "'", but that is the token for
CHAR_LIST_TERMINATOR too, so since a ...

github.com/KronicDeth/intellij-elixir - 087ca4f7eaf7a2cd27f9d24901aa2c0cb73e8271 authored over 9 years ago
Name STRING_*

STRING_PROMOTER was already named, but as just "\"", which is used in
too many places, so STRING...

github.com/KronicDeth/intellij-elixir - fc6c78c477b5bdc0390e8734e251c6435fd5b3a6 authored over 9 years ago
Name STRING_HEREDOC_*

github.com/KronicDeth/intellij-elixir - 6be78974ea2ea4e59ae0afefcb166e5dd5283fa9 authored over 9 years ago
Name SIGIL_HEREDOC_*

github.com/KronicDeth/intellij-elixir - 9fde1a7cd1a58a384bdfbe2428bcb009c2d12bf9 authored over 9 years ago
Name RELATIONAL_OPERATOR

github.com/KronicDeth/intellij-elixir - 01351b0d83c907175b0b50b531ccae1dd4e9c376 authored over 9 years ago
Fix copy & paste error with CHAR_LIST_SIGIL_* Name

Name included "Heredoc"

github.com/KronicDeth/intellij-elixir - de2d89d98bc334930a5c793f85ef9a76d694b5be authored over 9 years ago
Name REGEX_HEREDOC_*

github.com/KronicDeth/intellij-elixir - a42ce1cde4207531c539e6e893bd75a2b4605d4d authored over 9 years ago
Name MULTIPLICATION_OPERATOR

github.com/KronicDeth/intellij-elixir - e1cd2fd3f32d90af5778253e8c49979011bc3d69 authored over 9 years ago
Name LITERAL_WORDS_SIGIL_NAME

github.com/KronicDeth/intellij-elixir - 3430bc572e65c6c84110d82b732e308ada61112c authored over 9 years ago
Name LITERAL_STRING_SIGIL_NAME

github.com/KronicDeth/intellij-elixir - 601d3bff6187cd201a387f6f6e97b4549df30711 authored over 9 years ago
Name LITERAL_SIGIL_NAME

github.com/KronicDeth/intellij-elixir - c7708bd365bf80e3ca0e6295ba37737b5b5d441e authored over 9 years ago