Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Dynamic Languages Toolkit (DLTK) » [TCL] Command Completion
[TCL] Command Completion [message #1173309] Wed, 06 November 2013 12:31 Go to next message
Dirk Hoffmann is currently offline Dirk HoffmannFriend
Messages: 163
Registered: July 2009
Senior Member
Hi,

when I do code completion to complete a Tcl command line that calls a
procedure the editor completes the command line with parentheses around
and commas between the arguments such as I were writing C code.

Example:
xwsdl::foreachBinding(var,parent,code)

I would expect
xwsdl::foreachBinding $var $parent $code

or just
xwsdl::foreachBinding
without the arguments.

I found nothing in the web regarding this behavior?
Is this a known issue?
Is there something I can do (seting some kind of preferences) to correct
the behavior?

If I wanted to fix the code of the Tcl extension, where would I have to
start?

Thanks and Regards,
Dirk
Re: [TCL] Command Completion [message #1178516 is a reply to message #1173309] Sat, 09 November 2013 18:17 Go to previous messageGo to next message
Alex Panchenko is currently offline Alex PanchenkoFriend
Messages: 342
Registered: July 2009
Senior Member
Hi Dirk,

That should be an easy fix, could you file a bugzilla item for tracking it?

Thanks,
Alex
Re: [TCL] Command Completion [message #1180931 is a reply to message #1178516] Mon, 11 November 2013 08:55 Go to previous messageGo to next message
Dirk Hoffmann is currently offline Dirk HoffmannFriend
Messages: 163
Registered: July 2009
Senior Member
Am 09.11.2013 19:17, schrieb Alex Panchenko:
> Hi Dirk,
>
> That should be an easy fix, could you file a bugzilla item for tracking it?
>
> Thanks,
> Alex
Hi Alex,

filed

https://bugs.eclipse.org/bugs/show_bug.cgi?id=421426

Will you be the one to fix that issue?

Do you hava an idea when it will be done?

Thanks and Regards,
Dirk
Re: [TCL] Command Completion [message #1456515 is a reply to message #1180931] Thu, 30 October 2014 12:46 Go to previous message
Finn H is currently offline Finn HFriend
Messages: 1
Registered: October 2014
Junior Member
Seems like it will not be fixed... Sad
Previous Topic:Selfmade TCL Interpreter
Next Topic:[Tcl] [JACL] Want to use jacl as the DLTK Interpreter
Goto Forum:
  


Current Time: Fri Mar 29 05:10:39 GMT 2024

Powered by FUDForum. Page generated in 0.05023 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top