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
github.com/KronicDeth/intellij-elixir - d6d4b1821f6bbddf688e31b78fb11b124c3b7905 authored almost 10 years ago by Luke Imhoff <[email protected]>
To match pattern of mixed, invalid and valid digits used for other
bases.
Use "Elixir.String.to_char_list" instead of "String.to_char_list"
because Erlang sees the module...
github.com/KronicDeth/intellij-elixir - 5cebc3022b28b6c25b28fa48a5414332ffbc4e90 authored almost 10 years ago by Luke Imhoff <[email protected]>
JInterface, or more specifically Erlang's wire format will cause
JInterface to, returns OtpErlan...
github.com/KronicDeth/intellij-elixir - ef7009a6837997c584e553aca8f82d3b5de942ed authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 33a280578768a6ef1cf9429aff923fa5f75479db authored almost 10 years ago by Luke Imhoff <[email protected]>
Break into InvalidAndValidDigits, InvalidDigits, and ValidDigits so that
QuoteAroundError can be...
Update testData too.
github.com/KronicDeth/intellij-elixir - b6c3aab21805a2cca3e9b32007ea144a973ba6b5 authored almost 10 years ago by Luke Imhoff <[email protected]>So it's easier to spot when any differ in implementation.
github.com/KronicDeth/intellij-elixir - 14794a32c4f158eb51f85494cf1ff7657afac318 authored almost 10 years ago by Luke Imhoff <[email protected]>github.com/KronicDeth/intellij-elixir - 466d84982a4cbd67865435ffe0f91f859c4162c0 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 81b1662c3a7d2e024e281368f3785d705f80c64d authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 09fc2c7c9b121507baf9c14fc7e297e92085f6b1 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - ea173bb84dbb8ffbc3fe0710dc11a40d4ffffdb2 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - d994a7e7ca53469e3bc11dca46d67ab1bf9ac0f1 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - a1be64d551839515f5e988c572807a4124aa31f3 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 0297f11afc5827202af53ebd6a228c096065849d authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 2e42406cc6b090452afcf8503c771fd5f29b41a9 authored almost 10 years ago by Luke Imhoff <[email protected]>
Includes extension to quote(Digits) to handle NumberFormatException when
the string can't be par...
Apply methods, interfaces, and rule/token patten used for
binaryWholeNumber to hexadecimalWholeN...
Digits now need to know their base so that the base can be passed to
Long.parseLong.
Allows inBase to be implemented for Digits instead of each implementor
of the class. validEleme...
Instead of having to write an almost identical quote for each
Elixir*WholeNumber, have them impl...
Expands list of escape sequences to all those used to test
CharListHeredoc, which include specia...
github.com/KronicDeth/intellij-elixir - 636d6e7e94a1e1b889d0b335e42e05348c691634 authored almost 10 years ago by Luke Imhoff <[email protected]>
Test code is `''''''`, which is not a valid CharListHeredoc in Elixir.
It is handledby having th...
github.com/KronicDeth/intellij-elixir - 1de943ef56242c1ebff60e7c071f221f2f9329d3 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 5b387ffec6fe736d19876f68b2364c869fedc15a authored almost 10 years ago by Luke Imhoff <[email protected]>
Strip white prefixed before closing `'''` from other lines in the
CharList heredoc.
github.com/KronicDeth/intellij-elixir - 4bd3be5c2656d5f1d1facf65c35ea1fefcbae01c authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 016c03e2370eb69068f7b65a42f4d16dcdbb9161 authored almost 10 years ago by Luke Imhoff <[email protected]>
Break up long methods into smaller methods and pull up pieces common to
"ok" and "error" returns...
github.com/KronicDeth/intellij-elixir - 942860eb7ba2c8fb3cdbcd157807900171aba689 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - f9b7938bcadfc33fdfdcd8c1a57d72716b732faa authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 72ccf2280cb0d48727ae3b6bcc88e89553117b10 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 2d10d7b894829346b7206c9d8c4400d3effbe047 authored almost 10 years ago by Luke Imhoff <[email protected]>
Add PsiWhiteSpace to unquoted classes. Added helper method, isUnquoted
to iterate through UNQUO...
github.com/KronicDeth/intellij-elixir - a4b565f3a0e7fb1e5d52de6ce63ef668403c97ad authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - fe596b95d52ac88d0ef79c3fe4e856b9fd099372 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - b07e2b1ddd0c3432744ca00f8e387a6ec30dbfc5 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 4853e5a55dbf3b0c2d017cfc5e0e3019d72d48a0 authored almost 10 years ago by Luke Imhoff <[email protected]>
Adding `quote` to `ElixirCharList` and `ElixirInterpolatedCharListBody`.
github.com/KronicDeth/intellij-elixir - 2ecfcf02c1bfd0674ecb03c1051c3090a2b47c5a authored almost 10 years ago by Luke Imhoff <[email protected]>
Covers quoting for string with just fragments and strings with
interpolation containing another ...
github.com/KronicDeth/intellij-elixir - 2800080e7b437ca7d8e99236a97b90a8df5fa2bb authored almost 10 years ago by Luke Imhoff <[email protected]>
Combine `doTest(true)` followed by `assertQuotedCorrectly()` as
`doParsingAndQuoting`. Can't be...
github.com/KronicDeth/intellij-elixir - 25cd303f4452d707fcc00b91255e587e8722945e authored almost 10 years ago by Luke Imhoff <[email protected]>
Extract asssertQuotedCorrectly from AtomParsingTestCase and put it in
org.elixir_lange.intellij_...
Remove checks already implemented in `doTest(true)`.
github.com/KronicDeth/intellij-elixir - 47734b1568b7f9be32dfc6e9f9f90a7470b5703d authored almost 10 years ago by Luke Imhoff <[email protected]>
Instead of having to run `Code.string_to_quoted` manaully to check that
Elixir.bnf generates the...
Update testData due to making matchedExpression and accessExpression
private.
accessExpression has no meaning in the quoted form, so don't have it be
a public rule.
github.com/KronicDeth/intellij-elixir - f123151644e18794dba98d913701e141140529e6 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - dbcebfbf23141662f32cb73ed0f9320ccca837fd authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 27504c5931d4299426a65fbc3ec101eb4dd8a330 authored almost 10 years ago by Luke Imhoff <[email protected]>
Extend the new pattern for hat to multiplication.
github.com/KronicDeth/intellij-elixir - b3bae146967c07278813662d3ae50c74ccdfdc13 authored almost 10 years ago by Luke Imhoff <[email protected]>github.com/KronicDeth/intellij-elixir - 26bf39503cea28bd84e6ca248530fd45c267d4ba authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 2ef833ab52cef1041693796be369aec019314ae0 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 4f1d93f382a8364ceb627cf6915748da5238482b authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - fb15338f49d41f67e5cf551c0c8f6c0d9c0d2ebf authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 0bddc20f0d5fcfff5368b515a721df24ae488377 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 7699537f6af14e27c8d9716f3e5accd569d33329 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 445cb57f8f6a85492fbcee1eb4f47111e1958dca authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - c463a1d0294e595e8eabd66d8a163ec7661da6dd authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 66c7ed1c5b03cf8c152f6d22ed75a170ac15afd1 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 63543cac32fde3c266a4dd8901909a08e81815db authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - dbfe48818f145b659b99cc5aa7f56fc7abe39838 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 456ae9610d84ccd53315dee60ed156e7aba6f758 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 2ac96b92ab5fc950f85c1b5f9a5cb6face4b8607 authored almost 10 years ago by Luke Imhoff <[email protected]>
Convert hat, unary, and at to be expressions for their precedence, but
operation when the operat...
Temporarily make matchedExpressionHatExpressionOperation the
expressionRoot to fix the test errors.
The matchedExpressionHatMatchedExpression matches outside of
matchedExpressionHatExpression, so ...
github.com/KronicDeth/intellij-elixir - 9393eef09eaa7a444ed7d106177cecdda50de691 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - bad156b32b99295732b733f060f191659183d0a7 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 21386a04a885bee527fa8f8c54c04c01788bd8d2 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - b99e62d80a20cb23c5ea27d48ec789733d3815e4 authored almost 10 years ago by Luke Imhoff <[email protected]>
Remove captureMatchedExpressionPrefixOperation and use
captureExpressionPrefixOperation in its p...
github.com/KronicDeth/intellij-elixir - 13335a6709d82ac4442a3af85055f6feb973adcc authored almost 10 years ago by Luke Imhoff <[email protected]>
Typos for OpeningParenthesisSemicolonClosingParenthesis in test method
name and testData .ex name.
github.com/KronicDeth/intellij-elixir - 604e26354a084ba97ba22d2105d94eec51120038 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - ea1ffa0eb6cd7a3e081ee90f6ca98ad8f49bb17c authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 83437ee3e95758b6c7ac344e1bf4a3af9cb8a82f authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - aa946adde32ec8bb6d6dfe3ef22713b37f737d5e authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - a3a6178ceffa3de64130cdd31655243eced7ddd2 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 06114e478b88d89c2baa1ec8a1a45204a7fd5db8 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 03c25062688dbfe2baf0f1629c6fed7720304976 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 8db976f1e39f010748da19c91e60b05541c62474 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 32ebb7d585385ed979fdc2bac04c7660711320bb authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 9094bd34e7ac248622ca36dc69cff8c67f6e7ce7 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - dc0b308bc22519a1c57787a7da300054200a2a5e authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - 8f2add8bb05c6956e4365aecaab083ff98a3c828 authored almost 10 years ago by Luke Imhoff <[email protected]>
github.com/KronicDeth/intellij-elixir - f7e860e059c1d94e3a03cadb208357c48ef256e3 authored almost 10 years ago by Luke Imhoff <[email protected]>
Missed adding `extends =` before `captureExpressionOperation` in
`captureExpressionPrefixOperati...
Instead of having completely independent matchedExpression and
tailExpression hierarchies, have ...
The Pratt parsing triggered by matchedExpression had built in error
handling pinned to the opera...
Convert to naming in order of operator and operands as they appear in
the rule to match format a...
github.com/KronicDeth/intellij-elixir - 5de965ec140a15a4f40a84b6c4b3643c9f5e0a64 authored about 10 years ago by Luke Imhoff <[email protected]>
When translating `matched_expr -> matched_expr no_parens_op_expr` and
using `Code.string_to_quot...
github.com/KronicDeth/intellij-elixir - 6a233eba68074dec694a22882692589e81a83b83 authored about 10 years ago by Luke Imhoff <[email protected]>