Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 coloring not working correctly 1420
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

ted4412wilt
Junior Member

22 Posts

Posted - Aug 28 2005 :  5:21:54 PM  Show Profile
VA_X.dll file version 10.1.1420.0 built 2005.08.27
Platform: Win32 Visual Studio 2002 C++
This beta fixed 1 constant color and broke about 30. enumerations like tCASE and tZZZZZZZZZZZZ show in bold black instead of purple. Also seems to be really slow at simple tasks such as looking at the VAX options. Yeah I know this is not public release but I like to be in the forefront of development.
Ted

ted4412wilt
Junior Member

22 Posts

Posted - Aug 29 2005 :  01:19:13 AM  Show Profile
I went back down to 1418 and all my constants and enumerations are colored correctly.
Go to Top of Page

ted4412wilt
Junior Member

22 Posts

Posted - Aug 30 2005 :  07:22:42 AM  Show Profile
I learned my lesson not to download until the release is official. 1420 messed up my templates even though I checked do not reset. Now I have to fix them.
Go to Top of Page

WannabeeDeveloper
Tomato Guru

Germany
775 Posts

Posted - Aug 30 2005 :  08:23:41 AM  Show Profile
You may find your templates in the "saved" folder, usually those are back-upped in there.

Where did you get the Version 1420 from?

I think I know why your templates got screwed up, but I'm afraid I'm not allowed to tell you why...


Edited by - WannabeeDeveloper on Aug 30 2005 08:25:22 AM
Go to Top of Page

ted4412wilt
Junior Member

22 Posts

Posted - Aug 30 2005 :  09:11:23 AM  Show Profile
I found the "Latest" template file and used it successfully. All of the other ones had a:: in front of the templates but would not work. I just changed the download url to 1420 to get the code.
Go to Top of Page

WannabeeDeveloper
Tomato Guru

Germany
775 Posts

Posted - Aug 30 2005 :  11:28:14 AM  Show Profile
quote:
Originally posted by ted4412wilt

All of the other ones had a:: in front of the templates but would not work.


Confirms that I'm right...

quote:
Originally posted by ted4412wilt

I just changed the download url to 1420 to get the code.



Whoops! I think we need to rethink our internal BetaSetupNameGiving-Tactics...


Edited by - WannabeeDeveloper on Aug 30 2005 11:29:12 AM
Go to Top of Page

sean
Whole Tomato Software

USA
2817 Posts

Posted - Aug 30 2005 :  11:49:50 AM  Show Profile
The old templates would also be located in the recycle bin.
Go to Top of Page

ted4412wilt
Junior Member

22 Posts

Posted - Sep 03 2005 :  03:57:46 AM  Show Profile
VAX is determined to stop me from using autotext/templates. I got it working and then it stopped. I will download 1418 again and accept the new template file and then modify it back to my changes. What a pain in the ass.
I do not use the recycle bin so nothing is there.
Go to Top of Page

ted4412wilt
Junior Member

22 Posts

Posted - Sep 03 2005 :  05:03:20 AM  Show Profile
Some clouds have silver lining. I finally got the autotext syntax through my head and fixed my mistakes. The documentation is no help. The good thing about this was I thought of an improvement to my autotext.
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18998 Posts

Posted - Sep 03 2005 :  09:30:20 AM  Show Profile
i don't recall having any problems with the autotext documentation. the syntax is a little odd, but it makes sense when you get the hang of it.

when the new autotext system is released, in a more stable beta, it has an improved syntax and editor.

zen is the art of being at one with the two'ness
Go to Top of Page

Erik Olofsson
Tomato Guru

111 Posts

Posted - Sep 04 2005 :  06:39:07 AM  Show Profile
I cannot create a new topic, get an SQL error so here goes
1421: Two parsing errors:

Put cursor after File1. File2. File3. and press ctrl-space:

Case 1:
m_TheFile0
m_TheFile1

Case 2:
m_TheFile0
m_TheFile2

Case 3:
m_TheFile2
m_TheFile0

m_TheFile0 shouldn't be shown in any of the completion boxes. m_TheFile1 and m_TheFile2 should be bold in all cases, not just case 3.

class CCFile
{
public:
	int m_TheFile0;
};

namespace NFiles
{

	class CCFile
	{
	public:
		int m_TheFile1;
	};

	class CContainer
	{
	public:
		class CCFile
		{
		public:
			int m_TheFile2;
		};
	};

}

typedef NFiles::CCFile CFilesFile1;
typedef NFiles::CContainer::CCFile CFilesFile2;

int _tmain(int argc, _TCHAR* argv[])
{
	CFilesFile1 File1;
	CFilesFile2 File2;
	NFiles::CContainer::CCFile File3;

	File1.;
	File2.;
	File3.;

	return 0;
}

Cutting Edge Project Management
http://www.hansoft.se

Edited by - Erik Olofsson on Sep 04 2005 06:40:19 AM
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18998 Posts

Posted - Sep 04 2005 :  12:59:10 PM  Show Profile
i am able to create a new topic successfully. i am guessing this was a temporary blip with the server.

as for this code, 1421 works better than 1418 did

case=734

zen is the art of being at one with the two'ness
Go to Top of Page

yao_xuejun
Junior Member

21 Posts

Posted - Sep 23 2005 :  02:03:26 AM  Show Profile
The tooltips color applying can't work, it always displays tooltips in black color.I use VS 2003 Chinese Simplified.
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18998 Posts

Posted - Sep 24 2005 :  3:50:45 PM  Show Profile
using VS 2003, VS 1423 on win2k with Chinese (PRC) installed coloring of tooltips works fine for me. can you check that you have colouring of tooltips turned on in VA options -> environment -> fonts and colours ?

if you do can you please start a new thread for this, so it is easier to see what is going on?

zen is the art of being at one with the two'ness
Go to Top of Page

yao_xuejun
Junior Member

21 Posts

Posted - Sep 28 2005 :  03:22:51 AM  Show Profile
Yes, I have tuned on the switch. But the tooltip coloring can't work.
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18998 Posts

Posted - Sep 28 2005 :  2:29:34 PM  Show Profile
is this all tooltips? or only tooltips on VA's HCB? can you post a small piece of code that shows this problem on your system? it is possible i am not doing the same thing you are.

zen is the art of being at one with the two'ness
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000