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

Автор alagorithmet, история, 3 года назад, По-английски

Hi! I found out that Sublime Text 4 has been released today. So I wanted to inform you, since many competitive programmers use Sublime Text as a code editor.
->more information on their website

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

»
3 года назад, # |
  Проголосовать: нравится +14 Проголосовать: не нравится

I have been using it in beta for a month. From a developer standpoint, you can find some great changes. But as a competitive programmer, it is pretty much the same as Sublime Text 3 and you can easily upgrade from your current Sublime Text 3 setup and keep the previous settings.

  • »
    »
    3 года назад, # ^ |
    Rev. 2   Проголосовать: нравится +18 Проголосовать: не нравится

    Hi, do you know how to turn off the "Context aware autocomplete"? This is very irritating. It's now giving autocomplete suggestions from other open cpp files. What will I do with autocomplete suggestion of a variable declared in another file XD?

    UPD: Go to settings file and add

    "auto_complete_use_index": false
    

    in your settings to fix it.

»
3 года назад, # |
  Проголосовать: нравится +10 Проголосовать: не нравится

wanted to inform you that vim was released in 1991

»
3 года назад, # |
Rev. 2   Проголосовать: нравится +34 Проголосовать: не нравится

please tell me is this bug fixed?

»
3 года назад, # |
Rev. 2   Проголосовать: нравится +6 Проголосовать: не нравится

In sublime 3, whenever there was an autocomplete or suggestion, for example if I've two variables, 'a' and 'aa', so whenever I'd type a, I'd get two suggestions a and aa, and I can press tab and it'd switch between the 2 a's. However in the sublime 4 when I press tab it just does the default tab space. How to fix this?

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

Shift + home/end used to select the current line till the beginning/end in Sublime Text 3, but in Sublime Text 4 it acts like the 7/1 key (I use the numpad 7/1 for home/end). Does anyone know how to fix this? I already have the following key bindings in the default settings:

{ "keys": ["shift+home"], "command": "move_to", "args": {"to": "bol", "extend": true} },
{ "keys": ["shift+end"], "command": "move_to", "args": {"to": "eol", "extend": true} },
»
3 года назад, # |
  Проголосовать: нравится +6 Проголосовать: не нравится

I don't know if anyone is facing the same issue but I am having problems with my setup when I am switching from sublime 3 to 4. Fast Olympic Coding Plugin just doesn't seem to work correctly. Can anyone help me out if they faced the same difficulty?

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

Can u guide how to setup sublime text 4 bcoz in sublime text some code r there before setting up