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
Test quoting of `function position, keyword_key: nil`. Quoting should
be the same for `true` or...
Test quoting of `function position, keyword_key: :atom`.
github.com/KronicDeth/intellij-elixir - 4a8b573b450afc1e785d9bf57f60e0a02775bb9f authored almost 10 years ago by Luke Imhoff <[email protected]>Test quoting of `function position, keyword_key: Alias`.
github.com/KronicDeth/intellij-elixir - 074abfd9df4d92d4e3118c583e176a36b0c8d8e1 authored almost 10 years ago by Luke Imhoff <[email protected]>Test quoting of `function position, keyword_key: ()`.
github.com/KronicDeth/intellij-elixir - d1e0dd91bff1ca187128176835d48bd370324034 authored almost 10 years ago by Luke Imhoff <[email protected]>Test quoting of `function positional, keyword_key: (;)`.
github.com/KronicDeth/intellij-elixir - 0a4f86df16f5259f2bbed8fcb2f4a49ed93f4121 authored almost 10 years ago by Luke Imhoff <[email protected]>
Exclude numerics as a valid operand in the earlier matchedAtOperation and
rename it to matchedNo...
Exclude numerics as a valid operand in the earlier matchedUnaryOperation
and rename it to matche...
Rename outer rule to match name of operand.
github.com/KronicDeth/intellij-elixir - a7f8081d444716badd45a65d42c33a5e2411ddee authored almost 10 years ago by Luke Imhoff <[email protected]>Rename outer rule to match name of operand.
github.com/KronicDeth/intellij-elixir - 92fdbb4c929b646283f73f48ab263c1e601d2c0d authored almost 10 years ago by Luke Imhoff <[email protected]>Rename rule to match the inner numeric rule used for CharTokenOrNumber.
github.com/KronicDeth/intellij-elixir - 4ad9e841a745e429df4d4d9ae15fec2144576d2e authored almost 10 years ago by Luke Imhoff <[email protected]>github.com/KronicDeth/intellij-elixir - b534e50dc259d79ce056e08dfb3131c295d76bac authored almost 10 years ago by Luke Imhoff <[email protected]>
Test quoting of `function positional, keyword_key: &0`
github.com/KronicDeth/intellij-elixir - 483eb16ed4465b91f24976f94a31255b2c6d73ba authored almost 10 years ago by Luke Imhoff <[email protected]>github.com/KronicDeth/intellij-elixir - f27ab0f8f53589a612222978685c0b50655e10f9 authored almost 10 years ago by Luke Imhoff <[email protected]>
Test quoting of `function positional, keyword_key: @0`.
github.com/KronicDeth/intellij-elixir - fdd2e0f316680374e1730e66751ed9750e7f57db authored almost 10 years ago by Luke Imhoff <[email protected]>Test quoting of `function positional, keyword_key: identifier`.
github.com/KronicDeth/intellij-elixir - e2c7bf96f6761fd85b41df40ea05eaf3da789787 authored almost 10 years ago by Luke Imhoff <[email protected]>
Interface for tagging PrefixOperator Operations. It will use the fist
child as the operator and...
So that naming schema makes sense for PrefixOperation.
github.com/KronicDeth/intellij-elixir - 4d7e8cc6bd6eeeaec5d84ceb5eeaf726aa729822 authored almost 10 years ago by Luke Imhoff <[email protected]>Tests quoting of `function positional, keyword_key: @attribute`.
github.com/KronicDeth/intellij-elixir - 9a2784f6d56681f5628b1b6432c0246d8d3656cc authored almost 10 years ago by Luke Imhoff <[email protected]>github.com/KronicDeth/intellij-elixir - ba2b7e3cfd7fab77d7c997c1ee4755fb2587368e authored almost 10 years ago by Luke Imhoff <[email protected]>
Operator#operatorTokenType is changed to Operator#operatorTokenSet to
allow for operator rules w...
Tag binary operations with the BinaryOperation interface so they are all
quoted the same.
Operators define operatorTokenType for the IElementType for the operator
token.
Generalize use of the operator token to quote the operator rule.
github.com/KronicDeth/intellij-elixir - 249887768b966070fe4577c0f410c5b0f089f1ac authored almost 10 years ago by Luke Imhoff <[email protected]>github.com/KronicDeth/intellij-elixir - dc765407bbbfeedade6160b15350980eab759d86 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 9ed9d24df583a682b2f92aa2550b3b75934f741c authored almost 10 years ago by Luke Imhoff <[email protected]>
Test quoting of `function positional, keyword_key: &capture`.
github.com/KronicDeth/intellij-elixir - cbfbf7b9962d1564bfd63ec12d18614d7f28af38 authored almost 10 years ago by Luke Imhoff <[email protected]>github.com/KronicDeth/intellij-elixir - 637a4067b8305295427c4908d509f67258de56fe authored almost 10 years ago by Luke Imhoff <[email protected]>
Test quoting of `identifier first_argument, first_keyword_key:
first_keyword_value`.
github.com/KronicDeth/intellij-elixir - 6a5583ac7fa6c70c0a16fbda0b60c995b2e2aaee authored almost 10 years ago by Luke Imhoff <[email protected]>
For normal lists and arguments.
github.com/KronicDeth/intellij-elixir - e735ee280beae7c60813f25716d63e48af1d7a99 authored almost 10 years ago by Luke Imhoff <[email protected]>
Interface for parsing keywords pairs in keyword lists so same quoting
can be used for keyword li...
github.com/KronicDeth/intellij-elixir - cc30f5306d8b16f3ff22f907478aab045b514bce authored almost 10 years ago by Luke Imhoff <[email protected]>
Move tests out of NoParenthesesExpression parsing test as
noParenthesesExpression rule no longer...
Elixir itself cannot quote these by design, so the test is that the
parsing and quoting work in ...
github.com/KronicDeth/intellij-elixir - 4d59ceea7ee09a9d1bc3477fc1497366ceee4679 authored almost 10 years ago by Luke Imhoff <[email protected]>
Was mistakenly LITERAL_SIGIL_NAME instead of the correct
LITERAL_WORDS_SIGIL_NAME.
github.com/KronicDeth/intellij-elixir - d6262b3fdc1692f01e4d4415e0ef404f4e61e5d0 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 7dcca29552d0bccf70ac3557e14b3271e9bcba31 authored almost 10 years ago by Luke Imhoff <[email protected]>
Escape sequnces are tested for each type of quote and sigil for both
lines and heredocs.
Sigil terminator escapes are tested in the individual sigil tests.
github.com/KronicDeth/intellij-elixir - bddc99e520c20ab5042a69427113ed7d5243c8e0 authored almost 10 years ago by Luke Imhoff <[email protected]>github.com/KronicDeth/intellij-elixir - 9edadecdd2eb330bb97f319d2e2088dbaf000879 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 3172abcb5528610f2eb718415f3e14516876ec79 authored almost 10 years ago by Luke Imhoff <[email protected]>
Coverad by DecimalFloat tests now.
github.com/KronicDeth/intellij-elixir - a7427c87bbb00f3a17e9386f4b5d269bc4cca8f8 authored almost 10 years ago by Luke Imhoff <[email protected]>github.com/KronicDeth/intellij-elixir - 76c5aca00461722991fc2f389450d285425d04a4 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 2d1d6484c306a8246dbbb4fceb03aa58de3ac9c9 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 59c002a33f191f6e9e5c1cc8f53d9260b97fbb7c authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - b8135b05e277f97ecf34250d856a154d571ba3c6 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 22d7c978c2b398c2197e57222f60d9624af23e46 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 8d29c3111a859d68a378f5923339302a637a8185 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - cc666e88b6a74c1ebb907443df91b764fae36537 authored almost 10 years ago by Luke Imhoff <[email protected]>
It is an error in both Elixir and intellij-elixir.
github.com/KronicDeth/intellij-elixir - 666f6ee5a7e2a3425d90122400abcefa3744c91f authored almost 10 years ago by Luke Imhoff <[email protected]>Causes errors in Elixir and intellij-elixir.
github.com/KronicDeth/intellij-elixir - b137aa4e000f6d904ef83d75b9948fcaed4e89d0 authored almost 10 years ago by Luke Imhoff <[email protected]>github.com/KronicDeth/intellij-elixir - f1889e01dcae3d7db7f2ced3924eaaf1afa13a5b authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 039d5f7d8e4b3692ddf9f8407ac803a3b6c4a8d8 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 60257353d5bf9c8c2fef85eb2d398339fc4cc170 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - e9731bef8fe07032702c75829f3553c0445d14c2 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 31f06f5bfe1f085f4c252e8e9537318e38985865 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - c8c2d66a5dcd9bb03f1ae4dfc2a1fbb03485f2d8 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 4a811c44a1e979845e6eb445cc7c1817cb95d10d authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 30879f82440b9013e2c64b9a1aed02d674615947 authored almost 10 years ago by Luke Imhoff <[email protected]>
Ensures that arguments are quoted as an OtpErlangString when
appropriate.
Testing CommentEOL with 0x1 and 0x2 revealed that the block argument
list of [1, 2] was being re...
github.com/KronicDeth/intellij-elixir - 445d2387e37499384c24b3ebb909309c8b4ad26d authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - fc424e03bf56af5f7b6aa3b41a4c8e49198c5fb6 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 03adfa8492d5c13bbb8dd0795a2da70fc1c47fbb authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 93ab195c786d1694f27649c5695e169997b4d3d1 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 3b01136971b45d7d3be30ef21a0dbda645562eca authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 35c066cece7d8d1022e56f1d4f8a7db99c9fd053 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - be8e23d610c38148150019838542c0df49cd637c authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - d5d44f6f56a735e8a4973e0e574635a1edd86419 authored almost 10 years ago by Luke Imhoff <[email protected]>
`[=>: ()]` is invalid in Elixir, so don't test it.
github.com/KronicDeth/intellij-elixir - 35a724b97cb7635373df33104bc2eaf08c669cb4 authored almost 10 years ago by Luke Imhoff <[email protected]>github.com/KronicDeth/intellij-elixir - bf120d289a37cd7d458353d9c8d77bb7eee4794a authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - cbe07c9749fa05ed3e12385261cfaa660a8a78ca authored almost 10 years ago by Luke Imhoff <[email protected]>
assertParsedWithError can be used to assert that parsing succeeds, but
there is a PsiErrorElemen...
Fixes testCharListColon() and testStringColon() for ListParsingTestCase.
github.com/KronicDeth/intellij-elixir - 0f2d68dfb9987d472b3fa1527ce3eb1ff02e2f49 authored almost 10 years ago by Luke Imhoff <[email protected]>github.com/KronicDeth/intellij-elixir - 4f57e8e0bf4410bd87ed63e8c16c3dd5bcc7106f authored almost 10 years ago by Luke Imhoff <[email protected]>
Add quoteAsAtom to charListLine so that it can be used for atoms and
keywordKeys.
github.com/KronicDeth/intellij-elixir - 51a900fc200d35d0db617a4afebb305729a2bdad authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 5f487d6d0b4815d482d7b4ccb44d3227dd2cdfc1 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 9e95b23401e23406cefc800b5b10021da16244ef authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 25d9c34608306c784517677181e3e8aa6c3e0ab1 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - f227b301f7b67ba6e7b50769d33a96e1ba568d73 authored almost 10 years ago by Luke Imhoff <[email protected]>
Ensure that `false`, `nil`, and `true` can be quoted.
github.com/KronicDeth/intellij-elixir - bc124a874748994da7f5f2255c1c40880fc0fc1a authored almost 10 years ago by Luke Imhoff <[email protected]>github.com/KronicDeth/intellij-elixir - 2bc144b3a32a839605d6801e8250112179ee36cf authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 13ce42ecbd8a2861b651cab3bd05959922cfb041 authored almost 10 years ago by Luke Imhoff <[email protected]>
It has been superseded by all the *Sigil* specific TestCases.
github.com/KronicDeth/intellij-elixir - 7d911b6aea2cdd83af0943ac7d97b4f9d113b444 authored almost 10 years ago by Luke Imhoff <[email protected]>github.com/KronicDeth/intellij-elixir - c8b2e1c89f8f2b68021c69fa879a96016e275318 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - b5c0b65a7d2895c98273d34424b1a00774c9df9d authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 894ffb48eedd3e6ee76f789a88e62bbdf44f9bca authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - f748414b19b65817a122eada15148d8acd044b33 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 1858337ec477606f72a842ba27a516f378e06b5b authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - e6526d9a3c119d973a37ed79f5293f063f378717 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 7f329a1dfeba16f10cf8ae319b86368b86922f89 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - ae1379ad691eb6e8b9c0dc6a5149e65ee59d7666 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - fd6f81bf3b6b458509e843bdf1efc723319cdf4b authored almost 10 years ago by Luke Imhoff <[email protected]>
`\` need to be able to escape the terminator in sigil lines (GROUP state
in the lexer), so if `\...
github.com/KronicDeth/intellij-elixir - 551379a0e704763c3ed33a0b09d88dfaea135bf0 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - da09a5a337f17b5d540956e3306536ff4cb67f8f authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 2990a220ae5a8afd092b0dec260d95fa479cf548 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - dd6efc87fbc31232e0243b29e49643e5fbff8d42 authored almost 10 years ago by Luke Imhoff <[email protected]>