Блог пользователя bluemmb

Автор bluemmb, история, 11 лет назад, По-английски

Maybe this is so strange and negligible but I have problem with this :

In many IDEs and Editors TAB character is equal to 4 spaces but in codeforces submission views it is equal to 8 spaces.

It isn't matter when you use it just for Indenting codes. but for more readability I keep comments in a vertical line with tab and sometimes use comments for visualize something in code and because of this problem they will be ruin in submission page so I must copy code in my editor again and view it.

VisualStudio and some other use of exactly 4 space characters instead of tab so this is ok also. but Notepad++ , Sublime , ... use of tab character itself.

Can you consider this? thanks for great works.

  • Проголосовать: нравится
  • +38
  • Проголосовать: не нравится

»
11 лет назад, скрыть # |
 
Проголосовать: нравится +8 Проголосовать: не нравится

Most IDE / text editors have options to insert spaces instead of tabs when you press tab --> your code will looks the same everywhere.

»
11 лет назад, скрыть # |
Rev. 3  
Проголосовать: нравится 0 Проголосовать: не нравится

In sublime you can edit the tab length

View >> Indentation..

Or

Preferences >> Settings-Default. ( and then change the tab_size )

I hope this will help..

»
11 лет назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

I wrote a message for Mike and Zlobober for check this blog . but maybe they are so busy to check messages. How I can send to codeforces team members this request ?