T O P I C R E V I E W |
damned |
Posted - Apr 27 2005 : 06:07:04 AM when i type partial filename within qutes and press ctrl-space and then select full filename, it just adds full filename on right of my typing not replace it |
5 L A T E S T R E P L I E S (Newest First) |
support |
Posted - Jan 17 2006 : 8:51:58 PM Fixed in 1440. |
WannabeeDeveloper |
Posted - May 02 2005 : 07:17:23 AM I think this is the behaviour you also get with function-suggestions.
Type "MyFunc" while "MyFunction" and "MyFunctional" is known, press CTRL+SPACE and end up with "MyFuncMyFunctional" after choosing an entry.
We had a long discussion about that a few months ago... Look here in this thread for such a discussion... |
feline |
Posted - May 02 2005 : 06:55:51 AM i have discovered one way to reproduce this. when i have the two header files:
header1.h header1class.h
locally defined and i add the line:
#include "header1.h"
coming back and editing this line by placing the caret:
#include "header1|.h"
pressing CTRL+SPACE and then accepting "header1class.h" produces:
#include "header1header1class.h"
case=447
if you can produce this under different conditions can you please tell me what these conditions are? |
MrJones4u |
Posted - Apr 30 2005 : 11:04:40 AM I can confirm this behaviour using VS6 and VS2003. This "feature" is new since VAX build 1301...
|
feline |
Posted - Apr 28 2005 : 5:27:58 PM using .NET 2003 and VA 1299 i have just tried this with both:
#include "file|"
and
#include <file|>
for both types of #include the file name was inserted correctly. i often do this and i am not familiar with the problem you are reporting.
what IDE and version of VA are you using? do you have any other plugin's installed? does this happen all of the time, or is there some pattern to when and why this happens? |