alagorithmet's blog

By alagorithmet, history, 3 years ago, In English

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

  • Vote: I like it
  • +108
  • Vote: I do not like it

»
3 years ago, # |
  Vote: I like it +14 Vote: I do not like it

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 years ago, # ^ |
    Rev. 2   Vote: I like it +18 Vote: I do not like it

    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 years ago, # |
  Vote: I like it +10 Vote: I do not like it

wanted to inform you that vim was released in 1991

»
3 years ago, # |
Rev. 2   Vote: I like it +34 Vote: I do not like it

please tell me is this bug fixed?

»
3 years ago, # |
Rev. 2   Vote: I like it +6 Vote: I do not like it

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 years ago, # |
  Vote: I like it +3 Vote: I do not like it

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 years ago, # |
  Vote: I like it +6 Vote: I do not like it

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 years ago, # |
  Vote: I like it +3 Vote: I do not like it

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