This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 67641 - [50cat] tab-completion in chat module
Summary: [50cat] tab-completion in chat module
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: collab (show other bugs)
Version: 5.x
Hardware: Other Other
: P3 blocker with 1 vote (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-27 07:56 UTC by lordy
Modified: 2009-06-02 14:32 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
patch of /collab/chat/src/org/netbeans/modules/collab/channel/chat/ChatComponent.java (5.36 KB, patch)
2005-10-29 20:45 UTC, lordy
Details | Diff
ChatChannel.patch (7.72 KB, patch)
2005-12-11 21:23 UTC, lordy
Details | Diff
collaboration user interface.patch (17.63 KB, patch)
2005-12-11 21:24 UTC, lordy
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description lordy 2005-10-27 07:56:01 UTC
[ BUILD # : 200510111800 ]
[ JDK VERSION : 1.5.0_05 ]

A feature i miss in the chat module is in my irc-client called tab-
completion.

If you would write to a person foobar, then you can do this so:
f<press tab key>

and you get:
foobar, 

I check this yasterday a little, and think it should be easy to 
realize with add a action to keymap. But, how would it be to 
realize it with a code-completion implemention?

I would ask in the openide maillist about this..
Comment 1 lordy 2005-10-29 20:45:10 UTC
Created attachment 26442 [details]
patch of /collab/chat/src/org/netbeans/modules/collab/channel/chat/ChatComponent.java
Comment 2 lordy 2005-10-29 20:47:53 UTC
i don't use netbeans code-completion, because it was to complex. But please check the patch out and give 
me feedback.
Comment 3 Petr Nejedly 2005-10-31 16:13:27 UTC
The patch looks OK.
Comment 4 lordy 2005-12-11 21:22:14 UTC
Today i work again on the patch to add Options Dialog settings. I have one problem which cost me now 
two hours or so: 
Try to access the settings from ui module in the chat module:
private CollabSettings settings = CollabSettings.getDefault();

I try alot of other things like (CollabSettings)SystemOption.findObject(CollabSettings.class, true) and so on 
but nothing work...
Comment 5 lordy 2005-12-11 21:23:28 UTC
Created attachment 27720 [details]
ChatChannel.patch
Comment 6 lordy 2005-12-11 21:24:16 UTC
Created attachment 27721 [details]
collaboration user interface.patch
Comment 7 Petr Nejedly 2005-12-12 13:41:31 UTC
> I try alot of other things like
> (CollabSettings)SystemOption.findObject(CollabSettings.class, true) and so on
> but nothing work...
A dependency problem, as you have probably already found yourself...

Anyway, it is too late for 5.0, ve have already entered high resistance mode and
only P1/P2 bugfixes are allowed in.
Comment 8 Antonin Nebuzelsky 2009-06-02 14:32:08 UTC
Reassigning to issues@collab. Collab Support plugin is not actively maintained.

Obsoleted in 6.7 by the newly introduced integration with Project Kenai, a
collaborative environment for developers to host their open-source projects,
which includes also a chat service.