delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1998/12/23/07:45:11

Message-ID: <01BE2E77.4F6D6D70@ROBERTD>
From: Robert Darmochwal <robertd AT aldec DOT katowice DOT pl>
To: "'djgpp AT delorie DOT com'" <djgpp AT delorie DOT com>
Subject: Rhide suggestion
Date: Wed, 23 Dec 1998 13:22:37 +0100
Encoding: 53 TEXT
Reply-To: djgpp AT delorie DOT com

I have been using both Rhide/djgpp and Visual C environements for a time,
And found some weird thing about tab behavior in rhide,which I think is done 
Better in vc:

When I write function like :

Foo()
{
...
...
}

both rhide and vc behave in same way,
but when I want to write like this:

foo(){
	...
}

step by step : I type 'foo()' then '{' then 'return' then 'tab'
and rhide sets cursor 

foo(){
		.about here (too far right)
}

while VC behaves normally, setting my cursor 
foo(){
      .about here
}

like it were normal

foo()
{
}

in which both environements behave OK, 
and set tab
foo()
{
     .right here
}

please do something, its confusing.

Second thing , is that , I (we) want 'workspace tree' , in which more than one project could exist at once.(we want , right ?)


Best Regards,
Robert Darmochwal



- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019