Changeset 871
- Timestamp:
- 10/30/07 10:14:59 (6 years ago)
- Files:
-
- 1 modified
-
lang/ruby/Amalgam/AppController.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/Amalgam/AppController.rb
r817 r871 431 431 432 432 def reload_plugins 433 ret = [] 433 434 @sublaunchers.clear 434 435 @config.reload.each do |k,v| 436 ret << k 435 437 @candidates[k] = v.candidates 436 438 end 437 end 438 439 end 440 441 439 ret 440 end 441 442 # match するプラグインを強制リロード 443 def r(match) 444 @sublaunchers.clear 445 ret = [] 446 @config.plugins.each do |k,v| 447 next unless match === k 448 ret << k 449 @candidates[k] = v.candidates 450 end 451 ret 452 end 453 454 455 end 456 457
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)