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
Detect correct type for name and arity for fun
github.com/KronicDeth/intellij-elixir - 4af3c55fec174dbc28a288b886dc9eac033451e4 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 4af3c55fec174dbc28a288b886dc9eac033451e4 authored almost 7 years ago
Skip empty catch and else clauses for try
github.com/KronicDeth/intellij-elixir - 8e6e34d5f4703ddd962cae8007b39c7eb4855711 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 8e6e34d5f4703ddd962cae8007b39c7eb4855711 authored almost 7 years ago
! -> send
github.com/KronicDeth/intellij-elixir - e2e3b2eb395b033ce527e92d07d9cda3ee6c240e authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - e2e3b2eb395b033ce527e92d07d9cda3ee6c240e authored almost 7 years ago
Escape erlang variables that match elixir block keywords
github.com/KronicDeth/intellij-elixir - a856b249ecafa2fcdf276731e1a3a321922f5ce0 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - a856b249ecafa2fcdf276731e1a3a321922f5ce0 authored almost 7 years ago
andalso -> and
github.com/KronicDeth/intellij-elixir - 17c991c71ec9008fd74612270eb6ec80c035ca42 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 17c991c71ec9008fd74612270eb6ec80c035ca42 authored almost 7 years ago
List comprehensions
github.com/KronicDeth/intellij-elixir - 0949511d0e3daa76579dd0d586b53f0a33a15c05 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 0949511d0e3daa76579dd0d586b53f0a33a15c05 authored almost 7 years ago
call using var translated to anonymous functions call with .(
github.com/KronicDeth/intellij-elixir - 5d0998923a1cf395a00ca58a1d622126064688a8 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 5d0998923a1cf395a00ca58a1d622126064688a8 authored almost 7 years ago
fun to fn
github.com/KronicDeth/intellij-elixir - f6de77b257a77a6a366e5fa64c8344edb1bae79d authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - f6de77b257a77a6a366e5fa64c8344edb1bae79d authored almost 7 years ago
Set vs Get record_field
github.com/KronicDeth/intellij-elixir - 052946bb8c686a71e7d5cd66d3f7ed38d2c33edf authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 052946bb8c686a71e7d5cd66d3f7ed38d2c33edf authored almost 7 years ago
Escape space and tab chars
github.com/KronicDeth/intellij-elixir - 52d9e8d3edfe2fde6efb171e7f2aa2abd412523e authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 52d9e8d3edfe2fde6efb171e7f2aa2abd412523e authored almost 7 years ago
Translate = operators
github.com/KronicDeth/intellij-elixir - a34f91ee457eb0d31eb789da42571f1d9dcc1bad authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - a34f91ee457eb0d31eb789da42571f1d9dcc1bad authored almost 7 years ago
Escape \n and \r when inspecting strings
github.com/KronicDeth/intellij-elixir - 5aa9458d7d35a165a23daf996628a3c4b1c9d8a0 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 5aa9458d7d35a165a23daf996628a3c4b1c9d8a0 authored almost 7 years ago
Use fold instead of reduce to handle empty elements
github.com/KronicDeth/intellij-elixir - 5e51ada3777a11864d30751a5767e89dbb3d6051 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 5e51ada3777a11864d30751a5767e89dbb3d6051 authored almost 7 years ago
Only pin in pattern sequences and left match operand
github.com/KronicDeth/intellij-elixir - 07dfcd4ec02d84df33ca0dd5a9541b12b2089c86 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 07dfcd4ec02d84df33ca0dd5a9541b12b2089c86 authored almost 7 years ago
Scope for pinning
github.com/KronicDeth/intellij-elixir - 27926550742bdb5719d3a597a07c19f5ac19c813 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 27926550742bdb5719d3a597a07c19f5ac19c813 authored almost 7 years ago
Remove unused toMacroString(OtpErlangObject)s
github.com/KronicDeth/intellij-elixir - 441d259ab3a584754da6fea4daa6da09c53dd11b authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 441d259ab3a584754da6fea4daa6da09c53dd11b authored almost 7 years ago
If -> Cond
github.com/KronicDeth/intellij-elixir - 7b99a3953ff564339f66ad8d8d1091ea6cf69e99 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 7b99a3953ff564339f66ad8d8d1091ea6cf69e99 authored almost 7 years ago
Receive
github.com/KronicDeth/intellij-elixir - 4b3c57f37b83aa862b16f5f02a90b3a0e9aa8039 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 4b3c57f37b83aa862b16f5f02a90b3a0e9aa8039 authored almost 7 years ago
Try
github.com/KronicDeth/intellij-elixir - a9e481d9b9c0bbb9a59948a3ff205eb0e71dc426 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - a9e481d9b9c0bbb9a59948a3ff205eb0e71dc426 authored almost 7 years ago
Fix unknown_field
github.com/KronicDeth/intellij-elixir - 32d361d9df6ec665bce5bbc72fafe19d336d9926 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 32d361d9df6ec665bce5bbc72fafe19d336d9926 authored almost 7 years ago
Case
github.com/KronicDeth/intellij-elixir - 7b30838e4dba429ef9f6b9ecaf25c6ffc17ace5e authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 7b30838e4dba429ef9f6b9ecaf25c6ffc17ace5e authored almost 7 years ago
Append codepoint as grapheme
github.com/KronicDeth/intellij-elixir - 562a14dee6a95924858b45671b2744594d5b95f8 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 562a14dee6a95924858b45671b2744594d5b95f8 authored almost 7 years ago
Don't surround bin in b_generate with << >>
github.com/KronicDeth/intellij-elixir - f24716cf8fd28461103463d2b6efff4ba0053230 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - f24716cf8fd28461103463d2b6efff4ba0053230 authored almost 7 years ago
BitstringComprehensions
github.com/KronicDeth/intellij-elixir - 17be756a94a38a8607dd69727e8fb171dca5b62c authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 17be756a94a38a8607dd69727e8fb171dca5b62c authored almost 7 years ago
Collapse <<"...">> to "..."
github.com/KronicDeth/intellij-elixir - d52bb06a567f6d94bd21febf1c0a604ed4c1c5f0 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - d52bb06a567f6d94bd21febf1c0a604ed4c1c5f0 authored almost 7 years ago
Collapse [head | [...]] to [head, ...]
github.com/KronicDeth/intellij-elixir - 91464c25a67c1e1051af1ba3740b341a36aed555 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 91464c25a67c1e1051af1ba3740b341a36aed555 authored almost 7 years ago
Double quote strings in bin elements
github.com/KronicDeth/intellij-elixir - eb25a3691724fa185e21e68991ff09b69e7d5a76 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - eb25a3691724fa185e21e68991ff09b69e7d5a76 authored almost 7 years ago
Collapse [head | []] to [head]
github.com/KronicDeth/intellij-elixir - e218bae1211b8722114a0748df8bc9c001a68f3b authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - e218bae1211b8722114a0748df8bc9c001a68f3b authored almost 7 years ago
Bodies in :cowboy
github.com/KronicDeth/intellij-elixir - 7c8be6b487bbc785d76a57dc7790c793f0337093 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 7c8be6b487bbc785d76a57dc7790c793f0337093 authored almost 7 years ago
Show elements in tuples in clauses
github.com/KronicDeth/intellij-elixir - 2609e0c210bb66fd1546b522f34e8119c797135a authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 2609e0c210bb66fd1546b522f34e8119c797135a authored almost 7 years ago
Fix guard clauses in :cowboy
github.com/KronicDeth/intellij-elixir - 99a233d96c350fc36330f6af798f00d77cdeaf58 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 99a233d96c350fc36330f6af798f00d77cdeaf58 authored almost 7 years ago
cowboy types displaying correctly
github.com/KronicDeth/intellij-elixir - b590153adc23d67793c327b2a012f03b3ecf52d2 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - b590153adc23d67793c327b2a012f03b3ecf52d2 authored almost 7 years ago
Add #1060 to changelogs
github.com/KronicDeth/intellij-elixir - f349f176cc0d72aa8013610044ee87ad392c2eb1 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - f349f176cc0d72aa8013610044ee87ad392c2eb1 authored almost 7 years ago
Land #1060: Log available bytes and total size when header is not FOR1
github.com/KronicDeth/intellij-elixir - 9ed87147d0c6e523f87ebc5af129e017464efdf5 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 9ed87147d0c6e523f87ebc5af129e017464efdf5 authored almost 7 years ago
Log available bytes and total size when header is not FOR1
Fixes #1058
Fixes #1011
Fixes #952
Fixes #838
Add #1056 to changelogs
github.com/KronicDeth/intellij-elixir - c8ac17515dc70ba6d37a44165e66aa5723d45b21 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - c8ac17515dc70ba6d37a44165e66aa5723d45b21 authored almost 7 years ago
Land #1056: Ignore test case bad-.beams
github.com/KronicDeth/intellij-elixir - 29a0780443b0a1366571b816ee17fd7dcb5a9ef0 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 29a0780443b0a1366571b816ee17fd7dcb5a9ef0 authored almost 7 years ago
Ignore test case bad-.beams
github.com/KronicDeth/intellij-elixir - 4b1f96b54ab6022e607746a39b121bae846f2b2d authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 4b1f96b54ab6022e607746a39b121bae846f2b2d authored almost 7 years ago
Add #1055 to changelogs
github.com/KronicDeth/intellij-elixir - 95e76580986034a7500b97ba5863cd86d274e4eb authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 95e76580986034a7500b97ba5863cd86d274e4eb authored almost 7 years ago
Land #1055: ElixirPsiImplUtil refactor
github.com/KronicDeth/intellij-elixir - ea4c986a0399117d71c40bdcc1c01433bd1796eb authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - ea4c986a0399117d71c40bdcc1c01433bd1796eb authored almost 7 years ago
Move quotedRightOperand
github.com/KronicDeth/intellij-elixir - 52f34cea5f51de7d644f2496de2421bd8f139264 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 52f34cea5f51de7d644f2496de2421bd8f139264 authored almost 7 years ago
Move recursiveKernelImport
github.com/KronicDeth/intellij-elixir - 2d912c6be168e4db95fe3307ebdbd7e763b4a986 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 2d912c6be168e4db95fe3307ebdbd7e763b4a986 authored almost 7 years ago
SigilLineImpl
github.com/KronicDeth/intellij-elixir - 072b83d9336dd3fea35e02639551602fb33941a8 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 072b83d9336dd3fea35e02639551602fb33941a8 authored almost 7 years ago
AtomableImpl
github.com/KronicDeth/intellij-elixir - 628c64a2935d391d6c4add621401f16acf0ae4c2 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 628c64a2935d391d6c4add621401f16acf0ae4c2 authored almost 7 years ago
Move references
github.com/KronicDeth/intellij-elixir - 4ced0db05bb23b647fea98eba03e937b221b22c4 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 4ced0db05bb23b647fea98eba03e937b221b22c4 authored almost 7 years ago
operatorTokenNode extension
github.com/KronicDeth/intellij-elixir - ce7bd76f95507dd0dc62efffe5a288e61f0c262b authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - ce7bd76f95507dd0dc62efffe5a288e61f0c262b authored almost 7 years ago
Move constants
github.com/KronicDeth/intellij-elixir - de6d8d40ea98c23f4355cdae518698e4373ada1f authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - de6d8d40ea98c23f4355cdae518698e4373ada1f authored almost 7 years ago
Remove dead code
github.com/KronicDeth/intellij-elixir - 5c1cf1cc23e1267c3cc0c2a28e6c32f52bd319a1 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 5c1cf1cc23e1267c3cc0c2a28e6c32f52bd319a1 authored almost 7 years ago
Clean up warnings in ElixirPsiImplUtil
github.com/KronicDeth/intellij-elixir - 372c9705f38481ae3bc5b29c0d352183a62f5130 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 372c9705f38481ae3bc5b29c0d352183a62f5130 authored almost 7 years ago
SigilImpl
github.com/KronicDeth/intellij-elixir - 13f944d4f7ab432d2ea84f0992f11b732622f711 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 13f944d4f7ab432d2ea84f0992f11b732622f711 authored almost 7 years ago
PresentationImpl
github.com/KronicDeth/intellij-elixir - f826dfe2ed78b9622be8633cbec4a44cbdc6a8da authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - f826dfe2ed78b9622be8633cbec4a44cbdc6a8da authored almost 7 years ago
Extract references
github.com/KronicDeth/intellij-elixir - 1b9c8257d672d4c6e277dbeb9eafdb8aa9fe3e7b authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 1b9c8257d672d4c6e277dbeb9eafdb8aa9fe3e7b authored almost 7 years ago
PsiiNameIdentifierOwnerImpl
github.com/KronicDeth/intellij-elixir - f76f37db38e5e409dc12ad51b69703038a07500a authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - f76f37db38e5e409dc12ad51b69703038a07500a authored almost 7 years ago
Remove resolvedFunctionName
github.com/KronicDeth/intellij-elixir - 07a2501cf041904aec3b829598ad5e72e550ef53 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 07a2501cf041904aec3b829598ad5e72e550ef53 authored almost 7 years ago
Extract QuotableKeywordPairImpl
github.com/KronicDeth/intellij-elixir - d463fe840818d1272d537f0b09a477ac88b80f75 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - d463fe840818d1272d537f0b09a477ac88b80f75 authored almost 7 years ago
Move setName to PsiNamedElement
github.com/KronicDeth/intellij-elixir - b1c428816213684614b419f56668af379058380e authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - b1c428816213684614b419f56668af379058380e authored almost 7 years ago
hasKeywordKey extension
github.com/KronicDeth/intellij-elixir - 3afa0f626d2a9073bf6d427e7187c3b85f936b6d authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 3afa0f626d2a9073bf6d427e7187c3b85f936b6d authored almost 7 years ago
Extract macroChildCalls
github.com/KronicDeth/intellij-elixir - eea9e789d9121a2a9623e7960fa5c800943b2f10 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - eea9e789d9121a2a9623e7960fa5c800943b2f10 authored almost 7 years ago
Inline nextSiblingExpression
github.com/KronicDeth/intellij-elixir - 17fdfce168a7b2b6dc06b4570b279b74446080ab authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 17fdfce168a7b2b6dc06b4570b279b74446080ab authored almost 7 years ago
Extract QualifiableAlias extensions
github.com/KronicDeth/intellij-elixir - 1fbe7bb4095dea59f7ee8607c2fbe6a07365deb2 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 1fbe7bb4095dea59f7ee8607c2fbe6a07365deb2 authored almost 7 years ago
finalArguments extension
github.com/KronicDeth/intellij-elixir - 7afd3ec7297bef493a74506c3cfb9e85210711ae authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 7afd3ec7297bef493a74506c3cfb9e85210711ae authored almost 7 years ago
Extract enclosingMacroCall
github.com/KronicDeth/intellij-elixir - e37ea34dad5e6683692b37a890b422165fb0d483 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - e37ea34dad5e6683692b37a890b422165fb0d483 authored almost 7 years ago
Extract getUseScope
github.com/KronicDeth/intellij-elixir - f6173925258236e7d54517b09b96fe62a8a86285 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - f6173925258236e7d54517b09b96fe62a8a86285 authored almost 7 years ago
Extract HeredocImpl
github.com/KronicDeth/intellij-elixir - 31f272560732b34019cf844bbee1206dffb35447 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 31f272560732b34019cf844bbee1206dffb35447 authored almost 7 years ago
Extract isUnquoted
github.com/KronicDeth/intellij-elixir - 7048b33ac185c1f9d6b661fa5c1c10f229b355ba authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 7048b33ac185c1f9d6b661fa5c1c10f229b355ba authored almost 7 years ago
Extract isOutermostQualifiableAlias
github.com/KronicDeth/intellij-elixir - 40bc21c1086ba6050e48c6bb571aee609f49ef57 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 40bc21c1086ba6050e48c6bb571aee609f49ef57 authored almost 7 years ago
Extract keyword* methods
github.com/KronicDeth/intellij-elixir - 0ae3bf5a583eba5e57c4cd415b84ba141c686d92 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 0ae3bf5a583eba5e57c4cd415b84ba141c686d92 authored almost 7 years ago
Convert document(PsiElement) to extension
github.com/KronicDeth/intellij-elixir - f100b2d996e889b02a36528894ca021d9f4b904d authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - f100b2d996e889b02a36528894ca021d9f4b904d authored almost 7 years ago
Remove unused function
github.com/KronicDeth/intellij-elixir - 898bd73a305880a0c37d4d0a1981a44a3ce6864f authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 898bd73a305880a0c37d4d0a1981a44a3ce6864f authored almost 7 years ago
ArgumentsImpl
github.com/KronicDeth/intellij-elixir - 48b2a57e243b7f753abd375a9adac805365bc18d authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 48b2a57e243b7f753abd375a9adac805365bc18d authored almost 7 years ago
MaybeModuleNameImpl
github.com/KronicDeth/intellij-elixir - b8e35647edec04bea54839da2ee136e0817556f8 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - b8e35647edec04bea54839da2ee136e0817556f8 authored almost 7 years ago
PsiNamedElementImpl
github.com/KronicDeth/intellij-elixir - d5233f5c60b49717254c914a55ab73cf1e81a56a authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - d5233f5c60b49717254c914a55ab73cf1e81a56a authored almost 7 years ago
QualifiableAliasImpl
github.com/KronicDeth/intellij-elixir - c3cab9ad2949cda89ccdc0d3c414511484eceafc authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - c3cab9ad2949cda89ccdc0d3c414511484eceafc authored almost 7 years ago
Move UseScopeSelector
github.com/KronicDeth/intellij-elixir - 880384849762251e6b4d2037f4187de000d74164 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 880384849762251e6b4d2037f4187de000d74164 authored almost 7 years ago
ElixrAtIdentifierKt
github.com/KronicDeth/intellij-elixir - 88b5f30d907d810fcc787779c59527a0f48315f3 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 88b5f30d907d810fcc787779c59527a0f48315f3 authored almost 7 years ago
Extract ProcessDeclarationsImpl
github.com/KronicDeth/intellij-elixir - 2438b6e382230f74f9fa954c3658f8a32bea0362 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 2438b6e382230f74f9fa954c3658f8a32bea0362 authored almost 7 years ago
Extract DigitsImpl
github.com/KronicDeth/intellij-elixir - 8677da9e406b987309c464fbd0d4c28fbe7da985 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 8677da9e406b987309c464fbd0d4c28fbe7da985 authored almost 7 years ago
Extension functions
github.com/KronicDeth/intellij-elixir - a21ee78ae1b448684322f9f886a681508af7473e authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - a21ee78ae1b448684322f9f886a681508af7473e authored almost 7 years ago
UseScopeImpl
github.com/KronicDeth/intellij-elixir - a4fc69148c010ee423891c04d7a87466d400259b authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - a4fc69148c010ee423891c04d7a87466d400259b authored almost 7 years ago
isPipe extension functions
github.com/KronicDeth/intellij-elixir - 2d044feeaf839c3e2e12735f274207df46f9e782 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 2d044feeaf839c3e2e12735f274207df46f9e782 authored almost 7 years ago
Extract QuotableImpl
github.com/KronicDeth/intellij-elixir - 4bc7a3be89dc890b7da4e2bee124d522c3ec7aee authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 4bc7a3be89dc890b7da4e2bee124d522c3ec7aee authored almost 7 years ago
Convert INSTANCE to JvmStatic
github.com/KronicDeth/intellij-elixir - 2da82759803d7b26b590a23c7a7b5f10dde7ea99 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 2da82759803d7b26b590a23c7a7b5f10dde7ea99 authored almost 7 years ago
Extract CallImpl
github.com/KronicDeth/intellij-elixir - 4a10b583b5613f37f88593ccad5289e9c7f6df16 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 4a10b583b5613f37f88593ccad5289e9c7f6df16 authored almost 7 years ago
Extract WholeNumberImpl
github.com/KronicDeth/intellij-elixir - 2f3260d99f6266cd8f8c0824f74bce5b027c6d46 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 2f3260d99f6266cd8f8c0824f74bce5b027c6d46 authored almost 7 years ago
Extract CanonicallyNamedImpl
github.com/KronicDeth/intellij-elixir - 7164c0c5f9bcad9534da3f77f64f81f599dbece5 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 7164c0c5f9bcad9534da3f77f64f81f599dbece5 authored almost 7 years ago
Extract EscapeSequenceImpl
github.com/KronicDeth/intellij-elixir - 9c4d99bc4907887e39d9fecb66bd6499530bce1b authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 9c4d99bc4907887e39d9fecb66bd6499530bce1b authored almost 7 years ago
Extract QuotableArgumentsImpl
github.com/KronicDeth/intellij-elixir - 900c3246dc3bd5d0cadb1c167b5f51ff9035d24e authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 900c3246dc3bd5d0cadb1c167b5f51ff9035d24e authored almost 7 years ago
Extract ParentImpl
github.com/KronicDeth/intellij-elixir - 13e812c20f777501bfa8f728dfd392eee5170abb authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 13e812c20f777501bfa8f728dfd392eee5170abb authored almost 7 years ago
Bump version to 7.4.0
github.com/KronicDeth/intellij-elixir - 815c0553d26f58af2cea0a7d77dcb0742d2c52c8 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 815c0553d26f58af2cea0a7d77dcb0742d2c52c8 authored almost 7 years ago
Add #1047 to changelogs
github.com/KronicDeth/intellij-elixir - 1ecceea4b5bec156b644dd695145b787207b934b authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 1ecceea4b5bec156b644dd695145b787207b934b authored almost 7 years ago
Land #1047: Don't allow uninterpretable modules to kill debugger
github.com/KronicDeth/intellij-elixir - d15cf09d8861632762eb7251cf67a103193bb23e authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - d15cf09d8861632762eb7251cf67a103193bb23e authored almost 7 years ago
Excludes :erocksdb from debugging by default
Fixes #915
github.com/KronicDeth/intellij-elixir - f8c9dd065c8f5bd687711dbff6c98c6ec75d0b46 authored almost 7 years ago
Exclude Brcypt.Base by default from debugger
Fixes #837
Bcrypt.Base.init loads the NIF and does not handle upgrades that occur
when debugging.
Don't debug re2 by default
NIFs are incompatible with debugging.
github.com/KronicDeth/intellij-elixir - ff387516f821ab68b0507d24ef788bf2f1468bc0 authored almost 7 years ago
Add : to start of Erlang module names for debugger excludes
github.com/KronicDeth/intellij-elixir - adf2f73fdbb9d4ff5f60375f427da2d41d296e67 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - adf2f73fdbb9d4ff5f60375f427da2d41d296e67 authored almost 7 years ago
Exclude :lz4 by default from debugging
github.com/KronicDeth/intellij-elixir - 94f89e3ee0c3f14644d4e0c975323053bedf5507 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 94f89e3ee0c3f14644d4e0c975323053bedf5507 authored almost 7 years ago
Don't allow uninterpretable modules to kill debugger
Some modules, like NIF modules, can't be loaded into the debugger.
Individual modules not being ...
Add #1045 to changelogs
github.com/KronicDeth/intellij-elixir - a86ab04ef6714ba164384b1904d1fc678a49272d authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - a86ab04ef6714ba164384b1904d1fc678a49272d authored almost 7 years ago
Land #1045:Debugger fixes
github.com/KronicDeth/intellij-elixir - 4488e6c4767c7d937ad1a0a07dfc3a5f176c3e76 authored almost 7 years ago
github.com/KronicDeth/intellij-elixir - 4488e6c4767c7d937ad1a0a07dfc3a5f176c3e76 authored almost 7 years ago
Don't exclude compiler output in Eliir modules
Needed to allow indexing `.beam` files Line chunk filenames, which is
needed to set EEx Elixir L...