Project
Ruby
Priority
Major
Type
Bug
Fix versions
RubyMine 1.1.1
State
Fixed
Assignee
Unassigned
Subsystem
Code Insight
Affected versions
No Affected versions
Fixed in build
108.101  
  • Created by   Roman Chernyatchik
    2 years ago (29 May 2009 19:13)
  • Updated by   Roman Chernyatchik
    2 years ago (05 Jun 2009 19:48)
  • Jira: RUBY-4162
    (history, comments)
 
RUBY-4162 Problems with autocompletion when all inspections are disabled
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
I usually disable RubyMine inspections when I coding in road without power source connection. I noticed Problems with autocompletion when all inspections are disabled:
# plist_parser.rb
class PlistParser
end

# snippet_parser.rb
require File.expand_path(File.dirname(__FILE__) + '/plist_parser')
class SnippetParser < Pli<caret> # completion doesn't show PlistParser
end

P.S: After I enabled inspection - all was ok

Environment: RubyMine 1.1 release

Issue was closed
Comments (3)
 
History
 
Linked Issues (?)
 
Oleg Shpynov
  Oleg Shpynov
01 Jun 2009 15:16
2 years ago
Cannot reprodude, seems like some internal error occured. Could you please attach idea.log file here?
Logs can be found at ~/.RubyMine10/system/log
Roman Chernyatchik
  Roman Chernyatchik
01 Jun 2009 15:21
2 years ago
Did you disable inspections?
Oleg Shpynov
  Oleg Shpynov
01 Jun 2009 17:32
2 years ago
Yes. And couldn't reproduce it.