0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected 1 day ago.
Apr 15, 2023 — Apr 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed for ST3 and Python 3 More... about 3 years ago
ST3 More... about 5 years ago
pep8-ized the source code. More... about 11 years ago
Update README.md More... about 11 years ago
Fixed importing of modules contained in sys.modules. More... about 11 years ago
Fixed the issue with path case-sensitivness, when openning the file from the working project. More... about 11 years ago
Find project packages in a separate thread. For bigger projects, it is a must. More... about 11 years ago
Fixed None reference, when there is no active view. More... about 11 years ago
Use os.walk() for project directories traversal. It is more standard. More... about 11 years ago
Fixed "any" file association with input_panel syntax. More... about 11 years ago
Update README.md More... about 11 years ago
Update README.md More... about 11 years ago
Update README.md More... about 11 years ago
Update README.md More... about 11 years ago
Update README.md More... about 11 years ago
When new window is opened, include the whole dictionaries only for packages. More... about 11 years ago
Update README.md More... about 11 years ago
Reformat input path, so that the error message is cleaner. More... about 11 years ago
Changed input_panel label. More... about 11 years ago
Unified input parsing. More... about 11 years ago
Unified importing logic of relative and absolute paths. More... about 11 years ago
Changed double apostrophes to `. It looks nicer. More... about 11 years ago
Fixed key bindings on OSX. Changed "alt" to "super". More... about 11 years ago
Renamed files from "... New" to "... (New)" More... about 11 years ago
Changed the key binding to "alt+shift+o". More... about 11 years ago
Added an option to open a package in a new window. More... about 11 years ago
Added support for virtual environments through "python_executable" setting. More... about 11 years ago
If the module is found inside the project, open the file fully and show it in sidebar also. Otherwise only show it transiently. More... about 11 years ago
Add only top-level python packages from project to search path. Top-level package is a package which is not inside another package. More... about 11 years ago
Fixed module_path_pattern to accept relative package imports, composed of just dots. More... about 11 years ago