News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Code Completion format

Started by Encryptor, September 07, 2006, 08:14:57 PM

Previous topic - Next topic

Encryptor

I noticed that in the nightly builds, each line of the Code completion box that pops up has the following format:
<icon> <name> .
When I checked the 1.0rc2 screenshot I saw that the code completion format is:
<method/property> <namespace>::<name> [(params)] : <type> .

I know it's being redesigned, but my question is what format will the final Code completion have? I personally prefer the second one.. I think everyone does :)
Sorry if this was discussed already.. Searching the forum with keywords starting with "Code completion" is almost useless... too many results.

Encryptor

82 views. No replies (except this one :D). Is the question ambiguous or is there something wrong with it?

mandrav

The control on the screenshot, was a custom control which gave us headaches under non-windows platforms. So, we decided to drop it.
Will it ever come back? Who knows...
Be patient!
This bug will be fixed soon...

Encryptor

Is it possible to modify the current control used,  to display some additional info about the methods/properties?

mandrav

Quote from: Encryptor on September 11, 2006, 01:14:01 AM
Is it possible to modify the current control used,  to display some additional info about the methods/properties?

Nope, it's part of scintilla which we don't want to modify heavily or else scintilla upgrades would be out of the question.
Be patient!
This bug will be fixed soon...