Hi there,
I am evaluating Slick edit to replace our now dating/unsupported Codewright editor. I am very impressed by slickedit but have a couple of questions :-
1) We tend to use 2 embedded platforms in C. We have our old platform and our new platform, each which has a different compile string etc. I have made different configurations for projects, one for the old platform and one for the new.
I am using a workspace with multiple project, so when I want to make a new project, I would like both of these configs to be available instead of me having to go in there and produce 2 configs for every project. I can't find anyway to do this, only the Debug and Release ones are available on producing a new project.
2) In Codewright, there was a command to indent/un-indent a block with a string. This was handy for commenting out blacks of code for debug...ie with a string such as
//debug replace later 23/07/07 mjw for ( n=0; n< BIG_NO;n++)
// debug replace later 23/07/07 mjw {
// debug replace later 23/07/07 mjw printf("Hello");
// debug replace later 23/07/07 mjw }
Is there a similar thing available in Slickedit?
Ok. these are all I have now for now, but I'm sure there will be more as I get things set up. I can live without the slide in string, but the config will be a pain to bring existing projects over.On the up side, there are loads of great improvements over Codewright which would make life easier.
TIA