All language subtitles for 7. CodeLite Windows - Getting Started

af Afrikaans
sq Albanian
am Amharic
ar Arabic
hy Armenian
az Azerbaijani
eu Basque
be Belarusian
bn Bengali
bs Bosnian
bg Bulgarian
ca Catalan
ceb Cebuano
ny Chichewa
zh-CN Chinese (Simplified)
zh-TW Chinese (Traditional)
co Corsican
hr Croatian
cs Czech
da Danish
nl Dutch
en English
eo Esperanto
et Estonian
tl Filipino
fi Finnish
fr French
fy Frisian
gl Galician
ka Georgian
de German
el Greek
gu Gujarati
ht Haitian Creole
ha Hausa
haw Hawaiian
iw Hebrew
hi Hindi
hmn Hmong
hu Hungarian Download
is Icelandic
ig Igbo
id Indonesian
ga Irish
it Italian
ja Japanese
jw Javanese
kn Kannada
kk Kazakh
km Khmer
ko Korean
ku Kurdish (Kurmanji)
ky Kyrgyz
lo Lao
la Latin
lv Latvian
lt Lithuanian
lb Luxembourgish
mk Macedonian
mg Malagasy
ms Malay
ml Malayalam
mt Maltese
mi Maori
mr Marathi
mn Mongolian
my Myanmar (Burmese)
ne Nepali
no Norwegian
ps Pashto
fa Persian
pl Polish
pt Portuguese
pa Punjabi
ro Romanian
ru Russian
sm Samoan
gd Scots Gaelic
sr Serbian
st Sesotho
sn Shona
sd Sindhi
si Sinhala
sk Slovak
sl Slovenian
so Somali
es Spanish
su Sundanese
sw Swahili
sv Swedish
tg Tajik
ta Tamil
te Telugu
th Thai
tr Turkish
uk Ukrainian
ur Urdu
uz Uzbek
vi Vietnamese
cy Welsh
xh Xhosa
yi Yiddish
yo Yoruba
zu Zulu
or Odia (Oriya)
rw Kinyarwanda
tk Turkmen
tt Tatar
ug Uyghur
Would you like to inspect the original subtitles? These are the user uploaded subtitles that are being translated: 1 00:00:00,420 --> 00:00:01,980 All right, welcome back. 2 00:00:02,040 --> 00:00:10,200 So now that we downloaded, installed and configured correctly, code light will now create a new workspace. 3 00:00:10,410 --> 00:00:17,150 So create here, click here on the new workspace here, select C++ Press. 4 00:00:17,160 --> 00:00:24,990 OK, and now what we are going to do is simply to specify the workspace name OK, which you may use 5 00:00:24,990 --> 00:00:25,250 here. 6 00:00:25,260 --> 00:00:28,220 Basically whatever you like, we can always use here. 7 00:00:28,240 --> 00:00:37,050 I like, I don't know, C or C++ or I don't know my let's see my programming workspace. 8 00:00:37,370 --> 00:00:40,290 OK, that's also will be good press. 9 00:00:40,290 --> 00:00:49,080 OK, and basically now you will see that it seems like my programming workspace has been created successfully 10 00:00:49,860 --> 00:00:53,310 and now it's time to create our new project. 11 00:00:53,310 --> 00:00:59,310 So click on your working space and right click new new project. 12 00:00:59,820 --> 00:01:04,500 OK, and now in the new project we are going to specify a couple of things. 13 00:01:04,500 --> 00:01:04,980 I don't know. 14 00:01:04,980 --> 00:01:10,950 Let's say the name will be like Hello World. 15 00:01:11,310 --> 00:01:11,690 Right? 16 00:01:12,240 --> 00:01:16,470 This will be the name of our first project or I don't know, you mail. 17 00:01:16,470 --> 00:01:20,400 So you'll hear my first project, OK? 18 00:01:21,270 --> 00:01:27,180 And then we need to select the category of this project, it's not going to be a graphical user interface, 19 00:01:27,180 --> 00:01:31,770 but in these course it's probably going to be a console type. 20 00:01:31,770 --> 00:01:34,380 What should be its type all along? 21 00:01:34,380 --> 00:01:36,600 Which type should be JCC? 22 00:01:37,050 --> 00:01:40,860 OK, we are going to use it for our SEE programs. 23 00:01:41,310 --> 00:01:48,570 The compiler is going to be what it's going to be the main GW, of course, and the baggier will set 24 00:01:48,570 --> 00:01:51,130 it up to be Jianyu GDB debugger. 25 00:01:51,180 --> 00:01:54,480 OK, here we will specify what should we choose. 26 00:01:54,510 --> 00:01:57,050 Maybe we should also stick with the default. 27 00:01:57,450 --> 00:01:57,860 I don't know. 28 00:01:57,870 --> 00:01:58,690 What do you think guys. 29 00:01:58,710 --> 00:01:59,130 Let's leave. 30 00:01:59,130 --> 00:02:02,000 It is default and yeah. 31 00:02:02,040 --> 00:02:03,660 Basically there you go. 32 00:02:03,660 --> 00:02:06,750 You can see your first project using code light. 33 00:02:06,960 --> 00:02:14,220 You can see here the source files and you can see that you have like main dot C file that hopefully 34 00:02:14,220 --> 00:02:16,680 will open up right away. 35 00:02:16,680 --> 00:02:17,760 And there you go. 36 00:02:17,790 --> 00:02:22,620 Here is your first pro file using code light. 37 00:02:22,620 --> 00:02:23,910 So Main Dot. 38 00:02:23,910 --> 00:02:27,720 See, that's the first file to go Hello World. 39 00:02:27,720 --> 00:02:35,730 And if you want to like to build and run it, then you simply go here to build and you can just build 40 00:02:35,730 --> 00:02:39,240 a project and you can also build and run the project. 41 00:02:39,250 --> 00:02:40,650 So let's build and run it. 42 00:02:41,040 --> 00:02:47,180 You can see the whole process of the build goes behind the scenes and there you go. 43 00:02:47,280 --> 00:02:49,560 Here is your hello world. 44 00:02:49,920 --> 00:02:51,150 Very nice guys. 45 00:02:51,360 --> 00:02:52,840 Looking good, right? 46 00:02:52,980 --> 00:02:59,280 The execution of the first program, the build has been working successfully so far. 47 00:03:00,090 --> 00:03:06,740 And now what we are going to do is to use basically to configure the language server. 48 00:03:06,750 --> 00:03:11,970 So just go to plugins, set it up here, language server settings. 49 00:03:12,510 --> 00:03:17,880 And what we can see here, these that we have the C language D, right. 50 00:03:18,330 --> 00:03:19,400 We talked about it. 51 00:03:19,450 --> 00:03:25,830 Language is supported C and C, P, P, R connections string WDIA. 52 00:03:26,010 --> 00:03:29,520 So here press also scan just to make sure press OK. 53 00:03:29,880 --> 00:03:35,730 And now everything seems to be exactly as it needs the way they press. 54 00:03:35,730 --> 00:03:39,330 OK, and basically it's already set up. 55 00:03:40,190 --> 00:03:48,890 Now, what we may also take into consideration is like to exploring these plug ins section, and we 56 00:03:48,890 --> 00:03:55,880 can see that there are actually quite a bit of them that maybe use the for our advantage like DEVE tool 57 00:03:55,880 --> 00:03:56,640 and get. 58 00:03:56,760 --> 00:03:59,510 OK, that's not for these course. 59 00:03:59,510 --> 00:04:00,080 Probably. 60 00:04:00,080 --> 00:04:00,710 Maybe, yes. 61 00:04:00,710 --> 00:04:04,260 Maybe I will talk a little bit about it, but not not now. 62 00:04:05,090 --> 00:04:13,310 Also let's go to manage plug ins and you can see that you have a lot of things, a lot of options here. 63 00:04:13,580 --> 00:04:16,700 Some of them are enabled, some of them are disabled. 64 00:04:17,480 --> 00:04:25,640 So one of the things that I think that we should definitely add is the autosave option, OK, this will 65 00:04:25,640 --> 00:04:32,020 simply automatically save modified files, even if you not specified it explicitly. 66 00:04:32,060 --> 00:04:33,080 OK, so press. 67 00:04:33,090 --> 00:04:34,910 Yes, I think it's a good one. 68 00:04:34,910 --> 00:04:37,640 It can save you some some time. 69 00:04:37,640 --> 00:04:40,370 OK, and go light restart is needed. 70 00:04:40,910 --> 00:04:43,400 You know, I won't let restarted now. 71 00:04:43,400 --> 00:04:45,020 It will have restarted after wars. 72 00:04:45,020 --> 00:04:49,070 But you may simply restart the cold light right away. 73 00:04:49,880 --> 00:04:58,010 And later on, once you've done your restart, you will see here, you'll see the autosave and you will 74 00:04:58,010 --> 00:05:04,430 be able to specify and the duration, the time intervals between every automatic save, whether it's 75 00:05:04,430 --> 00:05:11,990 going to be like five, 10 or 15 seconds, whatever you think is the most relevant for you. 76 00:05:12,950 --> 00:05:15,170 Also, we will take a look. 77 00:05:16,280 --> 00:05:19,810 Yeah, first of all, you see that it's not a complete source for a lot of things. 78 00:05:19,820 --> 00:05:21,200 It gives us a lot of options. 79 00:05:21,630 --> 00:05:24,320 OK, but that's not what I wanted to show you. 80 00:05:24,320 --> 00:05:27,200 I wanted to show you the following thing of. 81 00:05:28,790 --> 00:05:32,260 Let's go to to try to do due to where it is. 82 00:05:32,270 --> 00:05:33,650 Let's go to preferences. 83 00:05:33,980 --> 00:05:39,590 So here in the preferences, you can also see additional things that may also be useful for you. 84 00:05:40,340 --> 00:05:47,230 You can see here like IDs, OK, you can see what else is very interesting here. 85 00:05:48,110 --> 00:05:50,330 There is the additive. 86 00:05:50,330 --> 00:05:59,000 We see the added maybe add smart quotes, OK, that by writing when you're typing, either of them automatically 87 00:05:59,000 --> 00:06:01,280 add another one to the right, like to close it. 88 00:06:01,280 --> 00:06:06,460 You will see also where it's needed or a complete closing bracket in parentheses. 89 00:06:06,680 --> 00:06:07,820 Also a good option. 90 00:06:09,150 --> 00:06:13,400 So that's basically it for this explanation. 91 00:06:13,400 --> 00:06:16,280 I think that will be quite enough. 92 00:06:16,430 --> 00:06:19,850 OK, you can zoom, zoom out, do whatever you want. 93 00:06:20,270 --> 00:06:24,410 And yeah, basically, I think that's amazing. 94 00:06:24,410 --> 00:06:25,060 Right, guys? 95 00:06:25,970 --> 00:06:27,710 So thank you so much for watching. 96 00:06:28,430 --> 00:06:36,920 This was, ah, additional explanation on simply how to create a new project, including different functionalities 97 00:06:36,920 --> 00:06:37,970 of code light. 98 00:06:38,810 --> 00:06:45,830 And before we finish, there are simply like these menubar that I would like to discuss with you in 99 00:06:45,830 --> 00:06:46,750 a couple of words. 100 00:06:46,760 --> 00:06:57,890 OK, so this file is simply a file manual that contains the options to create new files, OK, to open 101 00:06:57,890 --> 00:07:05,510 files, to reload files, to load and remove of tabs, to make some save files, Sivas and so on and 102 00:07:05,510 --> 00:07:06,200 so forth. 103 00:07:07,130 --> 00:07:14,900 Then there is the added of the editing options basically that you need OK, in the editing itself, 104 00:07:16,100 --> 00:07:19,190 like cut, copy paste and so on and so forth. 105 00:07:19,670 --> 00:07:29,990 There is also the view, which contains also additional very, quite useful capabilities like full screen. 106 00:07:30,200 --> 00:07:32,410 And there is also words, rap. 107 00:07:33,470 --> 00:07:39,710 You know, basically you can also explore it on your own search, OK, you can search for things. 108 00:07:39,980 --> 00:07:47,450 And there is the workspace contains the creation of a new workspace, opening up an existing workspace 109 00:07:48,080 --> 00:07:57,410 and the build, OK, basically compiling files, running projects, building and running all together, 110 00:07:57,440 --> 00:08:00,050 cleaning projects and so on. 111 00:08:00,380 --> 00:08:04,160 The debugger, OK, debugging things plugins. 112 00:08:04,190 --> 00:08:04,970 OK, plug ins. 113 00:08:04,970 --> 00:08:13,370 We already talked about what are these nice plug ins there is the settings, OK, settings simply the 114 00:08:13,370 --> 00:08:19,750 settings for e.g. the GDP, the built settings, code completion settings, preferences and so on, 115 00:08:19,760 --> 00:08:20,360 so forth. 116 00:08:20,360 --> 00:08:25,520 And if you need any help of course you can go here to help and ask for some help. 117 00:08:27,200 --> 00:08:27,750 Awesome. 118 00:08:27,970 --> 00:08:32,700 So, yeah, basically, I think this will be quite enough. 119 00:08:33,090 --> 00:08:36,770 OK, and thank you guys for watching. 120 00:08:36,920 --> 00:08:37,910 My name is Love. 121 00:08:37,910 --> 00:08:42,650 This is Alphatech and we are proceeding with our amazing programming course. 122 00:08:43,130 --> 00:08:51,530 Of course, you may watch this video in my basic courses in my intermediate or even the advanced doesn't 123 00:08:51,530 --> 00:08:56,920 really matter because the ideas may be used for either of them. 124 00:08:56,930 --> 00:09:01,610 So get yourself ready and let's start working. 11439

Can't find what you're looking for?
Get subtitles in any language from opensubtitles.com, and translate them here.