|
[jira] Commented: (BOO-238) Code Completion not very "accurate.": msg#00027lang.boo.devel
The following comment has been added to this issue: Author: Arron Washington Created: Wed, 16 Feb 2005 3:13 PM Body: One of Grunwald's check-ins from almost a month ago fixed this issue. Please, CLOSEME. --------------------------------------------------------------------- View this comment: http://jira.codehaus.org/browse/BOO-238?page=comments#action_29964 --------------------------------------------------------------------- View the issue: http://jira.codehaus.org/browse/BOO-238 Here is an overview of the issue: --------------------------------------------------------------------- Key: BOO-238 Summary: Code Completion not very "accurate." Type: Bug Status: Unassigned Priority: Major Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: Boo Components: #develop addin Assignee: Reporter: Arron Washington Created: Fri, 14 Jan 2005 6:20 PM Updated: Wed, 16 Feb 2005 3:13 PM Environment: SharpDevelop 1.0.3a, latest BooBinding SVN (1400) Description: BooBinding's code completion is not... very accurate, I find I'm having problems with it, and I think there might be some subtle bugs somewhere. import System.IO import System file = Directory.GetFiles("C:/") Code Completion for this fails utterly. Also, code completion is flakey within classes when using referenced third party libraries; sometimes it works, sometimes it doesn't. When I wrote this section, it was not working, but when I came back five minutes later, it worked... once. Then stopped working entirely. import System.IO import System import System.Windows.Forms import WeifenLuo.WinFormsUI //Added assembly via SharpDevelop's "References" folder. class test(Form): def tester(): panel = DockPanel() panel.ActiveDocument //Code Completion failed here. (panel as DockPanel).ActiveDoument //Works perfectly. This, ironically, works perfectly, immediately, and 100% of the time: import WeifenLuo.WinformsUI panel = DockPanel() panel.ActiveDocument //instantaneous code completion! Oh, and of course, pressing CTRL-W throws a "null reference exception" anywhere I try it in code. Are these limitations in SharpDevelop, problems with the BooBinding, or just problems with my install? --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | [jira] Commented: (BOO-251) Local variables not falling out of scope properly., jira-yCVjj/EcxBJg9hUCZPvPmw |
|---|---|
| Next by Date: | [jira] Created: (BOO-252) Code Completion in abstract classes does not function., jira-yCVjj/EcxBJg9hUCZPvPmw |
| Previous by Thread: | [jira] Created: (BOO-251) Local variables not falling out of scope properly., jira-yCVjj/EcxBJg9hUCZPvPmw |
| Next by Thread: | [jira] Created: (BOO-252) Code Completion in abstract classes does not function., jira-yCVjj/EcxBJg9hUCZPvPmw |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |