logo       

[jira] Closed: (BOO-238) Code Completion not very "accurate.": msg#00030

lang.boo.devel

Subject: [jira] Closed: (BOO-238) Code Completion not very "accurate."

Message:

The following issue has been closed.

---------------------------------------------------------------------
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: Closed
Priority: Major
Resolution: FIXED

Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown

Project: Boo
Components:
#develop addin
Fix Fors:
0.5

Assignee: Daniel Grunwald
Reporter: Arron Washington

Created: Fri, 14 Jan 2005 6:20 PM
Updated: Wed, 16 Feb 2005 3:47 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>
Google Custom Search

News | FAQ | advertise