Sha256: b683de33740af0d4ff11fea28b05cffffab8974efcd3a9f8305e891ad872f74d

Contents?: true

Size: 722 Bytes

Versions: 52

Compression:

Stored size: 722 Bytes

Contents

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>name</key>
	<string>Completion: require strings</string>
	<key>scope</key>
	<string>meta.require.ruby string.quoted</string>
	<key>settings</key>
	<dict>
		<key>completionCommand</key>
		<string>#!/usr/bin/env ruby
		ptrn = /^#{Regexp.escape ENV["TM_CURRENT_WORD"].to_s}[^.]+\..+/
		puts( $LOAD_PATH.inject([]) do |res, path|
		res &lt;&lt; Dir.new(path).grep(ptrn) { |file| file[/^[^.]+/] } if File.exists?(path)
		res
		end.sort.uniq )</string>
	</dict>
	<key>uuid</key>
	<string>AEDD6A5F-417F-4177-8589-B07518ACA9DE</string>
</dict>
</plist>

Version data entries

52 entries across 44 versions & 3 rubygems

Version Path
redcar-0.5.5dev plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Preferences/Completion___require_strings.tmPreferences
redcar-0.5.4dev plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Preferences/Completion___require_strings.tmPreferences
redcar-0.5.3dev plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Preferences/Completion___require_strings.tmPreferences
redcar-0.5.2dev plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Preferences/Completion___require_strings.tmPreferences
redcar-0.5.2dev plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Preferences/next_Completion___require_strings.tmPreferences
redcar-0.5.1dev plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Preferences/next_Completion___require_strings.tmPreferences
redcar-0.5.1dev plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Preferences/Completion___require_strings.tmPreferences
redcar-0.4.1 plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Preferences/Completion___require_strings.tmPreferences
redcar-0.4.1 plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Preferences/next_Completion___require_strings.tmPreferences
redcar-0.4 plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Preferences/Completion___require_strings.tmPreferences
redcar-0.4 plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Preferences/next_Completion___require_strings.tmPreferences
redcar-0.3.10.1dev plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Preferences/next_Completion___require_strings.tmPreferences
redcar-0.3.10.1dev plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Preferences/Completion___require_strings.tmPreferences
redcar-0.3.10.0dev plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Preferences/Completion___require_strings.tmPreferences
redcar-0.3.10.0dev plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Preferences/next_Completion___require_strings.tmPreferences
redcar-0.3.9 plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Preferences/next_Completion___require_strings.tmPreferences
redcar-0.3.9 plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Preferences/Completion___require_strings.tmPreferences
redcar-0.3.9.0dev plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Preferences/next_Completion___require_strings.tmPreferences
redcar-0.3.9.0dev plugins/textmate/vendor/redcar-bundles/Bundles/Ruby.tmbundle/Preferences/Completion___require_strings.tmPreferences
redcar-0.3.8.4 textmate/Bundles/Ruby.tmbundle/Preferences/Completion___require_strings.tmPreferences