Dave Halter
|
d6b2a64343
|
Some small import completion fixes.
|
2014-12-11 13:00:57 +01:00 |
|
Dave Halter
|
48d2e99e55
|
os.path handling.
|
2014-12-11 01:49:59 +01:00 |
|
Dave Halter
|
5cc9dd57a6
|
Finally fixed the last on_import issue, which was that goto was not working on incomplete import statements. Still a bit messy, though.
|
2014-12-08 15:02:35 +01:00 |
|
Dave Halter
|
034d782e65
|
Last few on_import fixes.
|
2014-12-08 14:15:21 +01:00 |
|
Dave Halter
|
d6595ad020
|
Fixed more parser tests.
|
2014-12-08 00:36:09 +01:00 |
|
Dave Halter
|
f0c430e20c
|
On import problem with name completion of modules.
|
2014-12-08 00:16:01 +01:00 |
|
Dave Halter
|
f24a3bf997
|
Fix on_import tests.
|
2014-11-26 03:07:41 +01:00 |
|
Dave Halter
|
a940c31a86
|
Improvments to on import completion.
|
2014-11-26 02:13:24 +01:00 |
|
Dave Halter
|
5d82b11f59
|
First implementation to be ready to complete corrupt imports. Working ok.
|
2014-11-25 19:35:27 +01:00 |
|
Dave Halter
|
bb9d6b4832
|
Temporarily disable on import completion. Not sure if we're going to do it with the normal parser.
|
2014-11-19 13:24:45 +01:00 |
|
Dave Halter
|
1c240e75d3
|
Replace get_all_import_names with a leaf search method in Simple.
|
2014-11-19 01:31:08 +01:00 |
|
Dave Halter
|
27444ed64d
|
Remove Import.alias_name_part, it was simply an alias for another lookup.
|
2014-09-26 16:32:36 +02:00 |
|
Dave Halter
|
b2342c76be
|
Refactoring: Make Import.get_all_import_names return NameParts.
|
2014-09-19 01:40:09 +02:00 |
|
Dave Halter
|
e5fe726862
|
imports cleanup & documentation
|
2014-05-12 11:15:17 +02:00 |
|
Dave Halter
|
e5326acf8f
|
ImportPath -> ImportWrapper
|
2014-04-30 17:15:59 +02:00 |
|
Dave Halter
|
10e2dc2f6c
|
remove unused imports from helpers
|
2014-04-19 16:28:31 +02:00 |
|
Dave Halter
|
1f7fd6f439
|
search_call_signature refactoring
|
2014-04-19 16:26:15 +02:00 |
|
Dave Halter
|
36de8c427f
|
moved more functions from api to helpers
|
2014-01-29 00:28:31 +01:00 |
|
Dave Halter
|
13696018a2
|
removed some functions from classes
|
2014-01-28 23:51:34 +01:00 |
|
Dave Halter
|
9cfa8fead0
|
create a helpers module to push some api functions into it (make the api code easier to read.
|
2014-01-28 23:26:50 +01:00 |
|