Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
Name:
Email:
Subject:
Message icon:

Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
What is the last letter in the word "SlickEdit":
How many LETTERS are in the following? "a1b2c3":
Which number is missing?  "12345689":

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: Clark
« on: December 09, 2024, 02:02:21 PM »

Tools>Beautify>Edit Current Profile
Posted by: bsun
« on: December 09, 2024, 01:49:19 PM »

I want my Tabs size to be 4 (for all languages). Where can I find this configuration?
Posted by: Clark
« on: December 09, 2024, 01:47:16 PM »

Yes I mean Tools>Beautify

If you have the Tabs size set to say 8 but the indent amount (Syntax indent) is 4, it's not possible for only tabs to be used. The Tab amount must be the same as the Syntax indent amount (4 and 4 is common but 8 and 8 isn't).
Posted by: bsun
« on: December 09, 2024, 01:35:40 PM »

Thank you for the reply.
Do you mean "Tools -> Beautify"?
If yes, I still have one more question.
How can I set a consistent indentation when I press the "tab"?
Posted by: Clark
« on: December 09, 2024, 01:07:40 PM »

You can use the beautifier
Posted by: bsun
« on: December 09, 2024, 10:05:24 AM »

Hi,
The indentation of my C source files is inconsistent, mixing tabs and spaces.
How can I fix this and set a consistent indentation style (tabs or spaces) in SlickEdit?

Code: [Select]
main.c:195:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  195 |     if (!inode->i_cdev)
      |     ^~

Thanks in advance!