Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 gcc feature supports.

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
alex24 Posted - Aug 28 2014 : 08:50:54 AM
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.
3   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Sep 09 2014 : 12:07:53 PM
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.
alex24 Posted - Sep 09 2014 : 05:30:24 AM
Some company's product
http://www.jetbrains.com/clion/
feline Posted - Aug 28 2014 : 5:18:03 PM
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

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000