Author |
Topic |
|
asmout
Ketchup Master
58 Posts |
Posted - Mar 03 2004 : 10:37:40 AM
|
I am using Build 1218 under VC6, & am getting some pretty odd code suggestions. For example, when defining a new class method, VAX suggests:
Why "together"? Where on earth does *that* come from? |
|
LarryLeonard
Tomato Guru
USA
1041 Posts |
Posted - Mar 03 2004 : 10:39:23 AM
|
For some reason, I can't see your C: drive...
|
|
|
asmout
Ketchup Master
58 Posts |
Posted - Mar 03 2004 : 10:45:24 AM
|
*Boy* do I feel *stupid*.
So how do you post images, then? |
|
|
LarryLeonard
Tomato Guru
USA
1041 Posts |
Posted - Mar 03 2004 : 10:55:13 AM
|
The only way is if you're lucky enough to have a website you have rights to post images to.
I have my own site, but am too lazy to upload images to it, so I just email them to [email protected] .
Hey - maybe WT should provide us a folder we could FTP files to! That would be so handy! I bet this Snitz thing can handle automating that, right?
|
|
|
asmout
Ketchup Master
58 Posts |
Posted - Mar 03 2004 : 11:08:58 AM
|
Aha! Of course. Given my stupidity and inability to post images, I shall revert to ASCII art:
HRESULT SomeClass::SomeMethod(
float param_1, //
float param_2, //
int param_3, //
Interface* parame_4
int param_4
) |
[together]
(where "|" is the caret and [together] is the VAX listbox).
BTW, I agree about the FTP idea, though I guess there might be censorship concerns. But then again, as Snitz will let me link to any graphic currently on the web, perhaps that is quite an (in)decent capability already! |
Edited by - asmout on Mar 31 2004 6:09:07 PM |
|
|
LarryLeonard
Tomato Guru
USA
1041 Posts |
Posted - Mar 03 2004 : 11:31:20 AM
|
quote: But then again, as Snitz will let me link to any graphic currently on the web, perhaps that is quite an (in)decent capability already!
Yeah, have you seen my picture of myself in my "Profile"? |
|
|
asmout
Ketchup Master
58 Posts |
Posted - Mar 03 2004 : 11:48:19 AM
|
Very nice, Mr. Cruise!
Going back to the "strange suggestion", I have discovered that VAX suggests "together" in this context because in a comment directly above the code, there is a sentence "blah blah blah (more witter) together blah blah", and VAX obviously thinks (bizzare or what) that I might want to reuse bits of my comment in my code because I've just typed a close brace.
I think if I turn off the "suggest random bits of comments" option, this might stop. |
|
|
LarryLeonard
Tomato Guru
USA
1041 Posts |
Posted - Mar 03 2004 : 11:52:16 AM
|
Although I really like the ability to have AutoCompletion work inside comments and strings, yeah, it probably shouldn't Suggest Bits from comments... |
|
|
asmout
Ketchup Master
58 Posts |
Posted - Mar 31 2004 : 6:15:44 PM
|
Still a bug in 1223. Try pasting the following code into your projects:
// Dummy comment { with } bracket.
namespace { } And then type a space after the close }.
I cannot find the "Suggest code from surrounding comments" option to make this go away... |
|
|
|
Topic |
|