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
 Feature Requests
 gcc feature supports.
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

alex24
New Member

8 Posts

Posted - Aug 28 2014 :  08:50:54 AM  Show Profile  Reply with Quote
I'm using VC+VAX as editer to code for many platforms, such as mingw, avr, stm32 and even remote linux host(Use samba to edit remote files, use plink to call gcc of remote host, and get output to vs output window). It's awesome#65281;

But VAX not recognize some gcc feature, such as the following code.

static void test(void)
{
	struct aaa{
		int aa;
		char bb;
		const char *cc;
	};

	struct aaa x = {
		.aa = 1,
		.bb = 'c',
		.cc = "1234567",
	};
}


And I'd like VAX to become a standalone editer very much. Or a vim plugin.

feline
Whole Tomato Software

United Kingdom
18751 Posts

Posted - Aug 28 2014 :  5:18:03 PM  Show Profile  Reply with Quote
This code looks interesting, but does not compile in VS2013 Update 3, and the Microsoft IDE's are our main focus. Unfortunately adding support for gcc specific features is most unlikely at this time.

We don't have any plans to make VA into a standalone editor, let alone a Vim plugin. If you like the Vim style of editing, which does have a lot of power, there are extensions to make the IDE work more like Vim, which quite a few of our users use. These two often get mentioned:

http://visualstudiogallery.msdn.microsoft.com/59ca71b3-a4a3-46ca-8fe1-0e90e3f79329/

http://visualstudiogallery.msdn.microsoft.com/C9055830-39AB-4B39-A19E-4D60F195E7FC

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

alex24
New Member

8 Posts

Posted - Sep 09 2014 :  05:30:24 AM  Show Profile  Reply with Quote
Some company's product
http://www.jetbrains.com/clion/
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18751 Posts

Posted - Sep 09 2014 :  12:07:53 PM  Show Profile  Reply with Quote
It is an interesting product, it is also a complete IDE. Visual Assist is an extension to an existing IDE, so we are following a different road. If clion is the right product for you then I wish you good luck with it. We don't have any current plans to support non Microsoft IDE's or compilers at this time.

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