Author Topic: surround-with make comment that is not in english unreadable code  (Read 6000 times)

zhuizhuhaomeng

  • Community Member
  • Posts: 6
  • Hero Points: 0
before surround with #if 0
int main(void)
{
    /* 测试 */
    int test_surround_with;
}


after surround with #if 0
int main(void)
{
#if 0
    /* ?? */
    int test_surround_with;
#endif        
}
« Last Edit: May 20, 2010, 06:14:59 AM by zhuizhuhaomeng »

David_O

  • Senior Community Member
  • Posts: 152
  • Hero Points: 8
Re: surround-with make comment that is not in english unreadable code
« Reply #1 on: May 19, 2010, 05:22:44 PM »
I was able to do the surround-with on your sample without a problem.  To help with your problem, I'll need to know what version of SlickEdit you're using, what OS you're using, and what is the encoding of your file.

Perhaps you could attach a sample file from your system that doesn't work.

Thank you,

zhuizhuhaomeng

  • Community Member
  • Posts: 6
  • Hero Points: 0
Re: surround-with make comment that is not in english unreadable code
« Reply #2 on: May 20, 2010, 06:16:29 AM »

slickedit version  15.0.0.6
OS: winxp
encoding:SBCS/DBCS

I have add the attachment

shom5xg

  • Community Member
  • Posts: 6
  • Hero Points: 0
Re: surround-with make comment that is not in english unreadable code
« Reply #3 on: October 29, 2010, 08:18:43 AM »
I also have the same problem. :-X
do you make progress?

zhuizhuhaomeng

  • Community Member
  • Posts: 6
  • Hero Points: 0
Re: surround-with make comment that is not in english unreadable code
« Reply #4 on: October 29, 2010, 01:12:21 PM »
sorry ???

David_O

  • Senior Community Member
  • Posts: 152
  • Hero Points: 8
Re: surround-with make comment that is not in english unreadable code
« Reply #5 on: October 29, 2010, 06:00:22 PM »
I was never able to reproduce this error.   Could one of you attach a file the shows the problem again.  I'll try again to find the error.  Also, are you  both on Windows XP with SlickEdit version 15.0.1?

shom5xg

  • Community Member
  • Posts: 6
  • Hero Points: 0
Re: surround-with make comment that is not in english unreadable code
« Reply #6 on: October 30, 2010, 02:23:11 AM »
I'm using Windows7 64bit version, and SlickEdit version is 15.0.1.
By comparison, SlickEdit version 14.0.2.2 don't produce the error.

And, please wait attaching a file until I get to home ;)

shom5xg

  • Community Member
  • Posts: 6
  • Hero Points: 0
Re: surround-with make comment that is not in english unreadable code
« Reply #7 on: October 31, 2010, 02:59:29 AM »
I'm seem to not need to attach the file to produce the error.
Because, test.c zhuizhuhaomeng attached reproduce the error in my setting.

Do The fact that version 14.0.2.2 don't produce the error become the key of solution ?

shom5xg

  • Community Member
  • Posts: 6
  • Hero Points: 0
Re: surround-with make comment that is not in english unreadable code
« Reply #8 on: October 31, 2010, 03:15:42 AM »
I tried in various ways, and found the way that avoid the error.

Once a word is copie-and-pasted, even the word change "??" do not change by "surrounded with".