0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
• sped up and improved the retrieving of info data from a bundle hosted on github - since github changed its API it's possible to have access to repository info directly without searching for a repo via owner and name; this also fixes the issue for project names containing a '.' - added the key 'forked' to the info output window More... over 14 years ago
• fixed retrieving information of bundles hosted on github - for some reasons the JSON data couldn't be read in, that's why GetBundles is using the new YAML search API of github.com • added 'Author' and 'Email' of on github hosted bundles if available • added version tag to GetBundles' console More... over 14 years ago
• DIALOG2 will be used if installed [not yet tested for Tiger] More... about 15 years ago
• renamed the shell var "FINDER_APP" to TM_GETBUNDLES_REVEAL_BUNDLE_IN since "FINDER_APP" is not a system var and to make it clear to which bundle it belongs to (thanks to Allan who alert me) More... about 15 years ago
• introduced the shell var "FINDER_APP" to set that app which reveals a bundle by invoking "Reveal bundle in Finder" (patch from Adam Vandenberg) • updated Help • fixed error handling if downloaded tar from github is corrupt • preparation for the changed download path of github bundles More... about 15 years ago
• after checking it on Leopard replaced all occurrences of 'open -a Finder' by 'mate' (in undelete, enable, and open as proj a bundle) More... about 15 years ago
• added shebang statement to “Get Bundles” command to skip sourcing of user profiles • remove old log file first before writing into it More... about 15 years ago
• fixed github's Info Window due to changes on github's search API - 'owner' was renamed to 'username' - search API doesn't allow to look for username AND project name in one query - [search for project names containing a dot is not implemented yet] More... about 15 years ago
• Help updated More... about 15 years ago
fixed bug: removed Autosave name from search field to prevent TM crash after searching and pressing RETURN immediately after init process -[NSSearchFieldCell(NSSearchFieldCell_Local) _updateSearchMenu]; NSMachPort sentBeforeDate More... over 15 years ago
• Help updated More... over 15 years ago
• Help updated More... over 15 years ago
• removed the AppleScript UI scripting check - the UI scripting is only used to activate the GetBundles window if the user tries to invoke it twice; if the UI scripting is enabled GetBundles will be activated, if not only a tooltip appears - the approach to show the Help page by clicking at the ?⃝ button in the NIB was dropped More... over 15 years ago
• help updated More... over 15 years ago
• use "┋" to separate different comments • fixed: the source will be reset automatically if a bundle was relocated (e.g. from Review to Official or vice versa) • minor message typos were fixed More... over 15 years ago
• if bundle names are identical in the list sort them additionally by Official > Review > Third Party More... over 15 years ago
• check sources of installed bundles while refreshing the local list (⌘R) as well More... over 15 years ago
• sped up initialization • out-sourced parts of the getBundles code • deleted unused global vars More... over 15 years ago
• begin to restructure/clean up the code entirely • each local update of GetBundles forces a re-initialization of GetBundles' preference file (sources of bundles) due to safety reasons More... over 15 years ago
• added two tmcommands: Edit Preferences File and Remove Preferences File More... over 15 years ago
• Help updated More... over 15 years ago
• fixed: prevent installation of a bundle if the user presses ↩ while the search field is active (the search field is set to ‘search immediately’) - done by connecting the search field with ‘deselectAll’ method of the table view More... over 15 years ago
• added more info to the “Info Window” - it shows local changes and paths to them if existing - it shows the source URL stored in GetBundles' plist More... over 15 years ago
• fixed bug while auto-detecting the source of github bundles; now it sets the source to the "tar" method's url or – if under git control – to the "git" method's url More... over 15 years ago
- Tiger NIB updated ('Install all Updates' will not be supported => Leopard only) More... over 15 years ago
• minor code simplications • add scroll bar to description view in Leopard NIB More... over 15 years ago
• added Gear Menu Item “Install all Updates” bound to ⌘U - all available updates will be installed except for bundles which are under versioning control More... over 15 years ago
• updated DIALOG2 syntax for ResolveSources nib • if a bundle has been deleted by using the Bundle Editor or the Finder while GetBundles is running GetBundles will refresh the local status if the user chose to delete a bundle instead of trying to delete it • GetBundles waits on each modal TM window - necessary to get the answer of TM's "Update Bundle" dialog or TM's error message - after downloading a bundle into the temp dir a file named 'installed' will be created inside of that bundle - if that file 'installed' will be found inside of the just installed bundle GetBundle will delete it and it will update com.macromates.textmate.getbundles.plist; if not it indicates that the installation failed for some reasons or the user chose to not update the bundle if that bundle has already been installed More... over 15 years ago
• syntax simplifications • github changed its css embedding => now the Info Window for github bundles is linked to the global css file (instead of parsing) More... over 15 years ago
• bug fixed: don't use %x{ '#{$DIALOG}' ... } to call tm_dialog2 becaus $DIALOG is already shell escaped in getBundles.rb => %x{#{$DIALOG} ... } More... over 15 years ago