[PPR08] How to painlessly install and update packages using Package Control

  Рет қаралды 5,996

OdatNurd - Sublime Text Tutorials

OdatNurd - Sublime Text Tutorials

Күн бұрын

Пікірлер: 40
@emilyskye4377
@emilyskye4377 Жыл бұрын
I just wanted to say thank you **so** much for this video. I spent like 30 minutes struggling to install PC and two other packages (I am a beginner with coding stuff at the moment and didn't know I was doing it the hardest way possible haha). I finally caved and looked up a video, found yours and got it all done in 30 seconds!! I really appreciate this guide so much!!!!
@OdatNurd
@OdatNurd Жыл бұрын
Awesome, glad I could help out! If you have any more questions or need further guidance, feel free to reach out! Happy Subliming! 😁
@suleman234
@suleman234 2 жыл бұрын
hey odatnurd, may i know what os u are using in your live streams and would u recommend it over windows, and from where can i get the iosevka font version u are using.
@EschinTenebrous
@EschinTenebrous 2 жыл бұрын
Always a fantastic top notch source of solid Sublime Text info/tutorials 😃 ❤
@OdatNurd
@OdatNurd 2 жыл бұрын
Thanks for the kind words!
@JUANORQUIO
@JUANORQUIO Жыл бұрын
That’s Incredibly Awesome! Cheers!🥂❤️✨
@valentine7512
@valentine7512 Жыл бұрын
question: how do I compile an implementation file at the same time along with my header file and main.cpp?
@OdatNurd
@OdatNurd Жыл бұрын
I assume you're asking about something C/C++ related. Generally speaking some external build system like "make" or similar is what you want, so that you can always have full control over your build and exactly what happens. If you need more than one thing compiled and you don't want to use something like that, you need to create a build system with a "shell_cmd" in it that does all of the compiling and linking, like "gcc file1.c -o file.o && gcc file2.c -o file2 && gcc file1.o file2.o -o my_prog && ./my_prog" or such. Such a build becomes specific to the thing you're building instead of generic, so you would need to make one for every project you work on. Hence an external system is more workable.
@cricwhiz151
@cricwhiz151 2 жыл бұрын
how i create this type of setting in sublime text like i am typing a character v then it give suggestion like vector,vector and so on?
@OdatNurd
@OdatNurd 2 жыл бұрын
You can do that sort of thing using either Snippets or sublime-completion files. This video talks about using snippets: kzbin.info/www/bejne/ZpSqh62Ni9yEp7s
@jimcarroll779
@jimcarroll779 2 жыл бұрын
GREAT VIDEO I am guy who can not get Packages to work, four things today 1. how can I get several tee shirts 2, how to send screen shot 3. please a road map or sequence which of your videos you should view yje order yo learn Sublime text 4. Same request for Package
@OdatNurd
@OdatNurd 2 жыл бұрын
Sadly the shirts that I use in the videos aren't publicly available (although there has been rumblings for a while from SublimeHQ about official shirts).
@lozmasteroftheuniverse2782
@lozmasteroftheuniverse2782 2 жыл бұрын
I was wondering how many vids you've made? I calculate about 120 ish. Does that seem right ? With an adverage length of about 10 mins ?
@OdatNurd
@OdatNurd 2 жыл бұрын
There are currently 149 public videos, with an average length of 15 minutes, 40 seconds; to watch them all would take 1 day, 14 hours, 55 minutes, 42 seconds (or 19 hours, 27 minutes, 51 seconds if you watch at 2x speed). This doesn't count live streams though, of which there are currently 38 on the channel, with an avergae length of about 2 1/2 hours. The other channel has another 80 or so live streams; can't move those between channels though.
@lozmasteroftheuniverse2782
@lozmasteroftheuniverse2782 2 жыл бұрын
Thank you. At double speed 19hrs ish ! And has probably taken you ten times as long to produce, well done !😁@@OdatNurd
@whocares3132
@whocares3132 2 жыл бұрын
Hi SO I was watching your live and you was using Glowing Mariana color scheme. Is it possible for me to get it? a link perhaps?
@OdatNurd
@OdatNurd 2 жыл бұрын
The color scheme that was nothing but neon glow is the Cyber Punk color scheme available here: github.com/TheSecEng?tab=repositories&q=punk&type=source It's not in Package Control yet, though you can easily add it using the info in this video. My slight customizations on Mariana dn make a few things glow as outlined in the live can be found here: gist.github.com/OdatNurd/3dad48d8c656795bedda5185cfe530d1
@whocares3132
@whocares3132 2 жыл бұрын
@@OdatNurd Ah thanks for replying. it was helpful. 🙏
@한우섭-i6r
@한우섭-i6r Жыл бұрын
What font do you see on the editor screen?
@OdatNurd
@OdatNurd Жыл бұрын
I'm using a slightly modified version of the Iosevka font (StyleSet 9); The original can be found at github.com/be5invis/Iosevka - if you want my version, you can download it at bit.ly/odatnurd-iosevka
@한우섭-i6r
@한우섭-i6r Жыл бұрын
@OdatNurd - Sublime Text Tutorials Thank-you 😍 👌
@AViewThroughLensLens
@AViewThroughLensLens Жыл бұрын
Today is 20230910. This video is over a year old. Is this the last video that was made? Will there be more?
@OdatNurd
@OdatNurd Жыл бұрын
It has been a while due to various life factors getting in the way, but I am in fact literally working on new videos as I'm writing this. Everything will get it complete visual refresh and be up-to-date with Sublime 4
@AViewThroughLensLens
@AViewThroughLensLens Жыл бұрын
@@OdatNurd Fantastic! I just, tonight, discovered Sublime Text, and found your channel by looking for tutorials, so I'm excited! Thanks for the response. Will you still be doing live streams?
@OdatNurd
@OdatNurd Жыл бұрын
@@AViewThroughLensLens I still do live streams, but I do them on Twitch and not on KZbin because it's easier to find an audience there.
@Cyber_Lanka
@Cyber_Lanka 2 жыл бұрын
Thank you so much for your tutorials. Is this channel a part of sublime hq or sponsored?
@OdatNurd
@OdatNurd 2 жыл бұрын
Thank you! It is not, just a labor of love although it is linked from the official documentation page and last year when I did a license giveaway they donated they licenses 😁
@Dulcegarxia
@Dulcegarxia 2 жыл бұрын
By any chance is there a tutorial for MAC and to make input work?
@OdatNurd
@OdatNurd 2 жыл бұрын
The main recommendation is the Terminus package; it's free and cross platform and lets you run builds with input; there's a video on it here: kzbin.info/www/bejne/m6Wse4CMftuJnck
@suleman234
@suleman234 2 жыл бұрын
hey odatnurd pls share how to use sublime for python. like im not able to run python inputs in sublime pls help us by making a video
@OdatNurd
@OdatNurd 2 жыл бұрын
If you're using Sublime 4, it's set up out of the box to run python programs on all operating systems so long as you have python installed, which it always is on Linux and Mac OS. To run a program that's interactive you need to use terminus. There's a video for that here: kzbin.info/www/bejne/m6Wse4CMftuJnck
@suleman234
@suleman234 2 жыл бұрын
@@OdatNurd thanks
@FindingCreatures
@FindingCreatures 3 жыл бұрын
Hey Nerd, I am new to your channel. Do you have any idea why CMD+F doesn't necessarily work in sublime?
@OdatNurd
@OdatNurd 3 жыл бұрын
The first thing to try would be to open the Console with "View > Show Console" and then enter "sublime.log_input(True)" and "sublime.log_commands(True)" (both without the quotes) and then press the key. The logs will tell you if Sublime sees the key, and if so what it sees it as, and also what it does in response. That would let you see if Sublime is seeing the key or if something is masking it. In that case it would be something external that eats the key before Sublime can see it.
@FindingCreatures
@FindingCreatures 3 жыл бұрын
@@OdatNurd OK, thanks for the speedy reply. I will check it out.
@alansousa9002
@alansousa9002 3 жыл бұрын
I would like to suggest if you could one day make a video of how to configure sublime for PHP web development, packages that will help with programming. I'm studying PHP at the moment and I just got used to sublime, sometimes I use vim, the vscode weighs heavily on my machine.
@OdatNurd
@OdatNurd 3 жыл бұрын
Thanks for the suggestion, I've added it to the list!
@itzsam3133
@itzsam3133 3 жыл бұрын
Sir , make a video on linter plugin for cpp users in sublime .
@OdatNurd
@OdatNurd 3 жыл бұрын
Thanks for the suggestion, I've added this suggestion to the topic list. It's possible that this will be covered for LSP prior to any videos about SublimeLinter in general, since both can do the same things (in most cases) and LSP is more of a value add proposition.
@lightyagami-qu9yr
@lightyagami-qu9yr 2 ай бұрын
Thank you so much, sir If you are reading this please reply sir
[PT06] How to quickly synchronize your Sublime config across computers
9:08
OdatNurd - Sublime Text Tutorials
Рет қаралды 3,6 М.
[PT02] The Ultimate guide to understanding the Sublime Text UI!
12:25
OdatNurd - Sublime Text Tutorials
Рет қаралды 17 М.
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 36 МЛН
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 62 МЛН
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН
[MG06] Execute multiple commands with Sublime's new chain command
5:27
OdatNurd - Sublime Text Tutorials
Рет қаралды 1,1 М.
[BU02] How to easily create your first Sublime Text build system
9:47
OdatNurd - Sublime Text Tutorials
Рет қаралды 12 М.
[QA03] How the heck do you customize colors in Sublime Text?
13:34
OdatNurd - Sublime Text Tutorials
Рет қаралды 5 М.
Do you know the must-have packages for Sublime Text?
3:32
OdatNurd - Sublime Text Tutorials
Рет қаралды 2,5 М.
[QT23] Quickly customize your Terminus terminals with any settings you like
4:24
OdatNurd - Sublime Text Tutorials
Рет қаралды 2,9 М.
Sublime Text 3: Setup, Package Control, and Settings
17:38
Corey Schafer
Рет қаралды 452 М.
[PT05] How to EASILY install plugins in Sublime Text
5:36
OdatNurd - Sublime Text Tutorials
Рет қаралды 9 М.
[BU03] Three easy ways to get Sublime to automatically select your custom build
9:21
OdatNurd - Sublime Text Tutorials
Рет қаралды 2,3 М.
[QA04] Is it possible to download and edit remote files directly in Sublime?
5:47
OdatNurd - Sublime Text Tutorials
Рет қаралды 1,4 М.
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 36 МЛН