redcar 0.3.10.0dev → 0.3.10.1dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Rakefile +1 -1
- data/lib/redcar/runner.rb +2 -1
- data/lib/redcar.rb +1 -1
- data/plugins/application_swt/spec/spec_helper.rb +1 -1
- data/plugins/edit_view_swt/lib/edit_view_swt.rb +2 -1
- data/plugins/redcar/redcar.rb +0 -2
- data/plugins/textmate/lib/textmate.rb +3 -2
- metadata +4174 -4225
- data/plugins/textmate/vendor/redcar-bundles/Bundles/Blogging.tmbundle/Syntaxes/next_Blog___HTML__.plist +0 -88
- data/plugins/textmate/vendor/redcar-bundles/Bundles/Blogging.tmbundle/Syntaxes/next_Blog___Markdown__.plist +0 -89
- data/plugins/textmate/vendor/redcar-bundles/Bundles/Blogging.tmbundle/Syntaxes/next_Blog___Text__.plist +0 -74
- data/plugins/textmate/vendor/redcar-bundles/Bundles/Blogging.tmbundle/Syntaxes/next_Blog___Textile__.plist +0 -74
- data/plugins/textmate/vendor/redcar-bundles/Bundles/C Sharp.tmbundle/Syntaxes/C__.plist +0 -285
- data/plugins/textmate/vendor/redcar-bundles/Bundles/C++ Qt.tmbundle/Syntaxes/next_Qt_C____.tmLanguage +0 -65
- data/plugins/textmate/vendor/redcar-bundles/Bundles/C++ Qt.tmbundle/Syntaxes/next_qmake_Project.tmLanguage +0 -308
- data/plugins/textmate/vendor/redcar-bundles/Bundles/C.tmbundle/Syntaxes/next_C____.plist +0 -521
- data/plugins/textmate/vendor/redcar-bundles/Bundles/Cucumber.tmbundle/Syntaxes/next_Cucumber_Plain_Text_Feature.tmLanguage +0 -186
- data/plugins/textmate/vendor/redcar-bundles/Bundles/Cucumber.tmbundle/Syntaxes/next_Cucumber_Steps.tmLanguage +0 -249
- data/plugins/textmate/vendor/redcar-bundles/Bundles/Haskell.tmbundle/Syntaxes/next_Literate_Haskell.plist +0 -90
- data/plugins/textmate/vendor/redcar-bundles/Bundles/Java.tmbundle/Syntaxes/next_Java_Server_Pages___JSP__.tmLanguage +0 -256
- data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Syntaxes/next_JavaScript____Prototype.tmLanguage +0 -193
- data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript Prototype & Script_aculo_us.tmbundle/Syntaxes/next_JavaScript____Prototype_Bracketed.tmLanguage +0 -394
- data/plugins/textmate/vendor/redcar-bundles/Bundles/JavaScript jQuery.tmbundle/Syntaxes/next_jQuery___JavaScript__.tmLanguage +0 -440
- data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Syntaxes/next_LaTeX_Beamer.plist +0 -106
- data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Syntaxes/next_LaTeX_Log.plist +0 -141
- data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Syntaxes/next_LaTeX_Memoir.tmLanguage +0 -165
- data/plugins/textmate/vendor/redcar-bundles/Bundles/Latex.tmbundle/Syntaxes/next_TeX_Math.plist +0 -132
- data/plugins/textmate/vendor/redcar-bundles/Bundles/Perl HTML-Template.tmbundle/Syntaxes/next_Perl_HTML__Template.tmLanguage +0 -217
- data/plugins/textmate/vendor/redcar-bundles/Bundles/Perl Template Toolkit.tmbundle/Syntaxes/next_HTML___Template_Toolkit__.tmLanguage +0 -339
- data/plugins/textmate/vendor/redcar-bundles/Bundles/Property List.tmbundle/Syntaxes/next_Property_List.tmLanguage +0 -1650
- data/plugins/textmate/vendor/redcar-bundles/Bundles/Python.tmbundle/Syntaxes/next_Regular_Expressions___Python__.tmLanguage +0 -299
- data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby Haml.tmbundle/Syntaxes/next_Ruby_Haml.tmLanguage +0 -403
- data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Syntaxes/next_HTML___Rails__.plist +0 -92
- data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Syntaxes/next_JavaScript___Rails__.tmLanguage +0 -82
- data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Syntaxes/next_Ruby_on_Rails.plist +0 -288
- data/plugins/textmate/vendor/redcar-bundles/Bundles/Ruby on Rails.tmbundle/Syntaxes/next_SQL___Rails__.plist +0 -51
- data/plugins/textmate/vendor/redcar-bundles/Bundles/SSH-Config.tmbundle/Syntaxes/next_SSH__Config.tmLanguage +0 -88
- data/plugins/textmate/vendor/redcar-bundles/Bundles/ShellScript.tmbundle/Syntaxes/next_Shell__Unix__Generic.plist +0 -1045
- data/plugins/textmate/vendor/redcar-bundles/Bundles/Text.tmbundle/Syntaxes/next_Plain_text.plist +0 -83
- data/plugins/textmate/vendor/redcar-bundles/Bundles/TextMate.tmbundle/Syntaxes/next_Regular_Expressions___Oniguruma__.tmLanguage +0 -295
- data/plugins/textmate/vendor/redcar-bundles/Bundles/TextMate.tmbundle/Syntaxes/next_Release_Notes.tmLanguage +0 -126
data/Rakefile
CHANGED
data/lib/redcar/runner.rb
CHANGED
|
@@ -13,7 +13,8 @@ module Redcar
|
|
|
13
13
|
exit 1
|
|
14
14
|
end
|
|
15
15
|
ENV['RUBYOPT'] = nil # disable other native args
|
|
16
|
-
|
|
16
|
+
# add -d32 -client for faster startup if the jvm is defaulting to server/64bit mode
|
|
17
|
+
command = "java #{java_args} -Xmx500m -Xss1024k -Djruby.memory.max=500m -Djruby.stack.max=1024k -cp \"#{jruby_complete}\" org.jruby.Main #{"--debug" if debug_mode?} \"#{bin}\" #{cleaned_args} --no-sub-jruby --ignore-stdin"
|
|
17
18
|
puts command
|
|
18
19
|
exec(command)
|
|
19
20
|
end
|
data/lib/redcar.rb
CHANGED
|
@@ -20,12 +20,13 @@ module Redcar
|
|
|
20
20
|
end
|
|
21
21
|
|
|
22
22
|
def self.load_textmate_assets
|
|
23
|
+
s = Time.now
|
|
23
24
|
load_textmate_assets_from_dir(Redcar.root + "/plugins/textmate/vendor/redcar-bundles")
|
|
24
25
|
Redcar.plugin_manager.loaded_plugins.each do |plugin|
|
|
25
26
|
load_textmate_assets_from_dir(File.dirname(plugin.definition_file) + "/")
|
|
26
27
|
end
|
|
27
28
|
load_textmate_assets_from_dir(Redcar.user_dir + "/")
|
|
28
|
-
|
|
29
|
+
puts "took #{Time.now - s}s to load textmate assets"
|
|
29
30
|
EditView.themes.unshift(*JavaMateView::ThemeManager.themes.to_a.map {|th| th.name })
|
|
30
31
|
end
|
|
31
32
|
|
data/plugins/redcar/redcar.rb
CHANGED
|
@@ -1002,9 +1002,7 @@ module Redcar
|
|
|
1002
1002
|
puts "loading plugins took #{Time.now - PROCESS_START_TIME}"
|
|
1003
1003
|
Application.start
|
|
1004
1004
|
ApplicationSWT.start
|
|
1005
|
-
s = Time.now
|
|
1006
1005
|
EditViewSWT.start
|
|
1007
|
-
puts "EditViewSWT.start took #{Time.now - s}s"
|
|
1008
1006
|
s = Time.now
|
|
1009
1007
|
Redcar.gui = ApplicationSWT.gui
|
|
1010
1008
|
Redcar.app.controller = ApplicationSWT.new(Redcar.app)
|
|
@@ -8,9 +8,10 @@ require 'textmate/snippet'
|
|
|
8
8
|
module Redcar
|
|
9
9
|
module Textmate
|
|
10
10
|
def self.all_bundle_paths
|
|
11
|
-
Dir[File.join(Redcar.root, "plugins", "textmate", "vendor", "redcar-bundles", "Bundles", "*")]
|
|
11
|
+
Dir[File.join(Redcar.root, "plugins", "textmate", "vendor", "redcar-bundles", "Bundles", "*")] +
|
|
12
|
+
Dir[File.join(Redcar.user_dir, "Bundles", "*")]
|
|
12
13
|
end
|
|
13
|
-
|
|
14
|
+
|
|
14
15
|
def self.uuid_hash
|
|
15
16
|
@uuid_hash ||= begin
|
|
16
17
|
h = {}
|