We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f48435 commit 0604b3cCopy full SHA for 0604b3c
Support/lib/as3/source_tools.rb
@@ -35,12 +35,6 @@ def self.search_project_paths(word)
35
best_paths = []
36
package_paths = []
37
38
- begin
39
- TextMate.min_support(11850) #Actually we need > 11850 but I'm waiting for Allan to bump it up.
40
- rescue SystemExit => e
41
- TextMate.exit_discard
42
- end
43
-
44
# Collect all .as and .mxml files with a filename that contains the search
45
# term. When used outside a project this step is skipped.
46
TextMate.each_text_file_in_project do |file|
0 commit comments