Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Structure View #243

Merged
merged 39 commits into from
Feb 25, 2016
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
00a10fa
Module structure view
KronicDeth Jan 21, 2016
c7525c9
Kernel.def/2 structure view
KronicDeth Jan 23, 2016
cacd8c6
Group function clauses together in Structure View
KronicDeth Jan 24, 2016
23adbcf
defdelegate structure view
KronicDeth Jan 26, 2016
20f0a57
Fix tests after removal of NoParenthesesExpression
KronicDeth Jan 27, 2016
6ff7cbd
Optimize imports
KronicDeth Jan 27, 2016
67c0e2a
Fix ambiguous_op quoting by skiping identifier element
KronicDeth Jan 27, 2016
62c12cd
Compress implements and methods for InfixOperation
KronicDeth Jan 28, 2016
4b6320b
Handle operations for `def/2` names
KronicDeth Jan 30, 2016
48547b5
Group callbacks under defexception
KronicDeth Jan 31, 2016
eb22a14
Always show default values for exception fields
KronicDeth Feb 1, 2016
7223cd1
defimpl structure view
KronicDeth Feb 2, 2016
ae8fda8
defmacro in structure
KronicDeth Feb 3, 2016
6b9fd78
Collapse Function and Macro structure view
KronicDeth Feb 5, 2016
0897759
Time sort
KronicDeth Feb 6, 2016
7a7f353
Fake new RowIcon(Icon... icon) with factory
KronicDeth Feb 6, 2016
0b5d686
defp and defmacrop structure
KronicDeth Feb 6, 2016
821f40e
Visibility sorter
KronicDeth Feb 6, 2016
cbcf038
Show structure inside of quote calls
KronicDeth Feb 7, 2016
c835a82
defoverridable structure
KronicDeth Feb 8, 2016
00a1bd8
Mark function CallDefinition as overridable
KronicDeth Feb 9, 2016
df5829d
`use` in Structure
KronicDeth Feb 9, 2016
41ff2c6
Default arguments generate entry for each arity
KronicDeth Feb 13, 2016
1a9415f
Provide __using__ quote's function to use location
KronicDeth Feb 15, 2016
5e5abb2
Show "use <ALIAS>" for location of injected functions
KronicDeth Feb 15, 2016
d5d3dde
Mark function overrides for use overriddable functions
KronicDeth Feb 17, 2016
202c156
Remove unused import that fails on travis-ci
KronicDeth Feb 17, 2016
3f7f02b
Callbacks using implemented method icon
KronicDeth Feb 20, 2016
6b892fc
@spec in structure view
KronicDeth Feb 20, 2016
8d8871a
Use NameArity for callback presentation
KronicDeth Feb 21, 2016
1d4b939
Callbacks split into name/arity and spec
KronicDeth Feb 21, 2016
6d62b16
Fix case-sensitive naming
KronicDeth Feb 22, 2016
b0731c6
@type, @typep and @opaque in Structure
KronicDeth Feb 22, 2016
6116b4b
defprotocol in Structure
KronicDeth Feb 22, 2016
935ba90
Structure with defstruct and its fields
KronicDeth Feb 23, 2016
5d2a393
Qualified alias support for defimpl
KronicDeth Feb 23, 2016
b236449
Fix Scroll From Source
KronicDeth Feb 24, 2016
ea00323
Better Scroll From Source
KronicDeth Feb 24, 2016
f693070
Show implicit Structure for Exception
KronicDeth Feb 24, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
defdelegate structure view
An element for the defdelegate call itself with the `:append_first` and
`:to` shared options, then under that an element for each name in first
argument to defdelegate showing the fake implementation.
  • Loading branch information
KronicDeth committed Feb 22, 2016
commit 23adbcf284ad44a281e894d3d58f0738f3379ac2

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions gen/org/elixir_lang/psi/ElixirMatchedDotCall.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions gen/org/elixir_lang/psi/ElixirUnmatchedDotCall.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions gen/org/elixir_lang/psi/impl/ElixirMatchedDotCallImpl.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions gen/org/elixir_lang/psi/impl/ElixirUnmatchedDotCallImpl.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/org/elixir_lang/icons/ElixirIcons.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* Created by zyuyou on 15/7/6.
*/
public interface ElixirIcons {
Icon DELEGATION = PlatformIcons.PACKAGE_LOCAL_ICON;
Icon FILE = IconLoader.getIcon("/icons/elixir-16.png");
Icon FUNCTION = PlatformIcons.FUNCTION_ICON;
Icon FUNCTION_CLAUSE = PlatformIcons.PACKAGE_LOCAL_ICON;
Expand Down
Loading