0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 26, 2023 — Apr 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bit the bullet and added more information in the PYSMELLDICT file One module completion case works, three to go More... over 15 years ago
adding module completion, it's tricky! More... over 15 years ago
version bump More... over 15 years ago
fixed a nasty infinite loop when no PYSMELLDICT present More... over 15 years ago
version bump More... over 15 years ago
Added POINTERS to PYSMELLDICT, sort of reference mapping This means that class inferencing works for Django which mangles its namespace... More... over 15 years ago
Unified package detection function added support for tricky parents (from a.b import c, c.d) added failing FT for namespaces More... over 15 years ago
Inferencing parents of classes we don't know about now works! More... over 15 years ago
split class completion creation in its own method improved debug message added sanity unit test in class inferencing. More... over 15 years ago
support for absolute imports More... over 15 years ago
Merge branch 'master' into imports More... over 15 years ago
bumped version in FT More... over 15 years ago
added failing test for absolute imports More... over 15 years ago
Documentation and version bump. More... over 15 years ago
updated pysmell.vim to use new way of getting completions found bug in generation, added FT More... over 15 years ago
Added test for completion detection More... over 15 years ago
Split findCompletions to detectCompltionType and findCompletions This simplifies the completions tests oh so greatly... More... over 15 years ago
split unit tests into many smaller ones. codefinder only deals with absolute paths now Moved matchers into their own module, along with their tests Moved vim-specific stuff into their own module, along with their tests. moved findRootPackage into idehelper, reuse it for unknown classes. split out inferClass into its own method, test it. When we encounter a class we don't know about, we look in the filesystem to determine its package. More... over 15 years ago
fixed splitting of tests More... over 15 years ago
Single files parsing now works, but class inference isn't helpful. Added debug function in idehelper, that will print to vim. More... over 15 years ago
class inference works with names imported with More... over 15 years ago
split unit test into two files, added alltests module that will run both More... over 15 years ago
Class inferencing now works again, but without cross-module imports. More... over 15 years ago
pysmell.vim now passes the filename in - still not working More... over 15 years ago
bases are now fully qualified functional tests and unit tests pass still need to manually test More... over 15 years ago
update codefinder to output using the new format More... over 15 years ago
Changed expected PYSMELLDICT format More... over 15 years ago
merged More... over 15 years ago
Merge commit 'remotes/origin/master' More... over 15 years ago
self.completion now knows about class hiearchies. More... over 15 years ago