0
I Use This!
Inactive

Commits : Listings

Analyzed 5 days ago. based on code collected 5 days ago.
Jun 11, 2023 — Jun 11, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
A couple of minor corrections to sitecustomize.py: 1. Sometimes the “offset” attribute is not set on Exception objects. Assume 0 when this is the case. (Patch due to Jaremy Creechley) 2. Import “reload” when Python 3.0 is loading sitecustomize.py. (Patch due to Iain Lamb) More... over 15 years ago
• Changing the Python bundle maintainer to Brad Miller. More... over 15 years ago
• Call `Executor.make_project_master_current_document` before Executor.run in Python's Run Script. Python projects may now set TM_PROJECT_MASTER as an absolute path or as a path relative to TM_PROJECT_DIRECTORY, and this file will be used in place of the current document when calling the “Run Script” command. More... over 15 years ago
• Refactor test highlighting in the Run Script command. It was previously broken because Executor processes text line-by-line. More... over 15 years ago
• Let Executor handle the common output cases. Eg. we only touch output when we are a test script and output type is err. More... over 15 years ago
• Call ruby with `$(type -p "${TM_RUBY:-ruby}")` instead of `/usr/bin/env ruby`. • Remove redundant stdout redirection. More... over 15 years ago
Refine lambda expression matching More... almost 16 years ago
Removing long since disabled preference item. More... almost 16 years ago
• Quote TM_FILEPATH when running pdb, in case it contains spaces. (Thanks to Hans-Jörg Bibiko). More... almost 16 years ago
• Removed :version_args as they were just redirecting stderr to stdout and Executor now handles that. More... almost 16 years ago
• Just show Pydoc when no documentation can be found for the current word. More... almost 16 years ago
• Major restructuring of Python's Run Script command employing the new TextMate::Executor.run API function. Including: • Complete removal of Support/Pymate • Addition of Support/sitecustomize.py. The Run Script command puts ENV['TM_BUNDLE_SUPPORT'] on PYTHONPATH, causing this sitecustomize to be loaded. Support/sitecustomize.py deletes TM_BUNDLE_SUPPORT from the PYTHONPATH, and then attempts to import sitecustomize *again* which will result in the user's sitecustomize.py being loaded, if it's on the PYTHONPATH. • All the “Run Script” code is now confined to the Run Script plist. There is no longer a pymate.rb script. • Removed “PyMate” from the Run Script commands name. More... almost 16 years ago
fix test for the existence of TM_SCRIPT_IS_UNTITLED Should use not in rather than trying to access it as a key in the environ dictionary More... about 16 years ago
• Pymate points to the unsaved buffer not the file in temporary directory if TM_SCRIPT_IS_UNTITLED is set. More... about 16 years ago
• Removing old version of pymate that has been superceded by the ScriptMate-based version. More... about 16 years ago
• Remove the overloads for ‘raw_input’ and ‘input’ functions as they are now handled by Luke Daley's awesome interactive input dynamic library super-hack. More... about 16 years ago
• Update PHP, Ruby, Perl, and Python runners to reflect changes in scriptmate.rb. Namely, add the default_extension method to each class inheriting from UserScript so that ScriptMate will know what extension to use when creating temporary files. More... about 16 years ago
• Add a rule to match lambda expressions. (Doesn't match the body of the expression as they are not delimited and can span multiple lines). More... about 16 years ago
• Revert of r9642 and r9632. More... about 16 years ago
• Fix handling of script's with hashbangs. More... about 16 years ago
• Update ScriptMate to use new TextMate::Process.run() API. More... about 16 years ago
- Fixed a bug that caused the informative statement about installing other checkers never to be printed. More... about 16 years ago
Fixed scoping of right bracket in meta.item-access More... about 16 years ago
• restore the New Method snippet — this was marked as deleted in r5942 but I don’t think it was intentional More... about 16 years ago
Added a warning when we see a UnicodeDecodeError explaining that the user should use a unicode string, instead of a plain string. More... about 16 years ago
Yet another try at finally fixing the exception handler to handle utf-8. More... about 16 years ago
Another try at fixing tmhooks exception handling to allow for unicode in Exception messages. More... about 16 years ago
Small bugfix to handle Exceptions without arguments correctly (e.g. TypeErrors tend to be without arguments) More... about 16 years ago
• Add Unicode support to PyMate / ScriptMate. More... over 16 years ago
Initial attempt at making PyMate Unicode compatible: More... over 16 years ago