Notepad++ Tips & Tricks | Notepad++ Tutorial for Beginners | Notepad++ Hacks Revealed

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ธ.ค. 2024

ความคิดเห็น • 137

  • @scootover7
    @scootover7 4 ปีที่แล้ว +19

    I'm just now trying to start in Notepad++ , this is very interesting. Thank you for this. I've been trying to learn coding

  • @SkreenGG
    @SkreenGG 3 ปีที่แล้ว +11

    Been using Notepad++ for like 8 years and never knew any of this. Such a great video, thanks!

    • @techwithazam6992
      @techwithazam6992  3 ปีที่แล้ว

      Glad to hear that. Subscribe & Stay tuned!

    • @Preethipsk
      @Preethipsk 3 ปีที่แล้ว

      Can you please tell how to unhide settings option in notepad++

  • @prashantx19
    @prashantx19 3 ปีที่แล้ว +3

    Thanks it helps me to compare html/Jason request and response while doing testing

  • @Bridge-the-card-game
    @Bridge-the-card-game 2 ปีที่แล้ว +4

    Excellent tutorial! Thank you for getting me started with NOTEPAD++. I can see that there are many more functions/utilities available. The Plugins have me very impressed and I need to get my head down and learn more. Thank you once more!

  • @yash1152
    @yash1152 2 ปีที่แล้ว

    5:10 hmm, one scope of improvement - show indentation mark (from content) when using spaces too - like in vscodium
    wait, seems it already has that

  • @yash1152
    @yash1152 2 ปีที่แล้ว

    3:37 can the carriage return and linefeed (CRLF) characters be hidden? so, tabs, and spaces, and that kinda stuff

  • @21dreams9
    @21dreams9 4 ปีที่แล้ว +2

    Thank you so much

  • @mareshbm2731
    @mareshbm2731 4 ปีที่แล้ว +1

    thanku.....it helped me to learn the editor alas

    • @techwithazam6992
      @techwithazam6992  4 ปีที่แล้ว +1

      I am Glad to read that! Subscribe and Stay tuned!

    • @techwithazam6992
      @techwithazam6992  4 ปีที่แล้ว +1

      Hi,
      Here are the details to get unlimited content access to my Talend Udemy Course. This token will expire in 3 days from now.
      1. Price: Completely Free
      2. Course Access Period: This Token will expire on 08/21/2020 12:08 PM PDT (GMT -7). (Only 2.5 days left, So HURRY)
      3. How many Students can register with this token link: Unlimited
      www.udemy.com/course/talend-data-integration-using-talend-open-studio/?couponCode=CBE76B26D3D47AC5D78F
      If afterwards, you would like to get unlimited access, you can use this link to do the purchase:
      www.udemy.com/course/talend-data-integration-using-talend-open-studio/?referralCode=00F56563FA9680DE364D
      Regards,
      Azam

    • @mareshbm2731
      @mareshbm2731 4 ปีที่แล้ว

      @@techwithazam6992 wow nice ....sure i vl share with my friends!

  • @abcd24730
    @abcd24730 3 ปีที่แล้ว

    Thanks for the video. Very helpful

  • @ChrisVideosGreek
    @ChrisVideosGreek 3 ปีที่แล้ว

    This is really cool! First time using Notepad++!! That was really useful!!!!!!

  • @sputhod8462
    @sputhod8462 3 ปีที่แล้ว

    Great Video. Thanks.

  • @krishj8011
    @krishj8011 3 ปีที่แล้ว +1

    Thanks...very useful..

  • @sonamkori8169
    @sonamkori8169 2 ปีที่แล้ว

    Explained very well, thanks

  • @abhisheksalunkhe8217
    @abhisheksalunkhe8217 3 ปีที่แล้ว

    Awesome Notepad ++ tutorial ...

    • @techwithazam6992
      @techwithazam6992  3 ปีที่แล้ว

      Glad to hear that. Subscribe & Stay tuned!

  • @vibhachandeliya484
    @vibhachandeliya484 4 ปีที่แล้ว +2

    it was really helpful !!!
    can you please tell some more tips and tricks for better programming?

    • @techwithazam6992
      @techwithazam6992  4 ปีที่แล้ว

      Thanks! Which programming language u r working on?

  • @satyapavanipendala2782
    @satyapavanipendala2782 4 ปีที่แล้ว +1

    Very good explanation

  • @asn3603
    @asn3603 3 ปีที่แล้ว

    Thanks Your Trips very Excellent, very benefit me

  • @marisko16
    @marisko16 4 ปีที่แล้ว +3

    perfect. Thank you!

  • @sultanmahmood3904
    @sultanmahmood3904 4 ปีที่แล้ว

    Hi I do like ur upload of notepad++ I have some questions as new in notepad++ reply please thanks

  • @OmarElmasry1
    @OmarElmasry1 4 ปีที่แล้ว +1

    great video brother, thanks a lot.

  • @jismathew3573
    @jismathew3573 4 ปีที่แล้ว

    How did you get Notepad++ to understand the code blocks, what i mean is the red line near the line number of your code which has '+' and '-' symbols to expand and collapse different blocks in code like you can see at 19:48

  • @karthikshinde6739
    @karthikshinde6739 3 ปีที่แล้ว

    Very nice explanation .. keep it up

  • @stressfreeu2
    @stressfreeu2 4 ปีที่แล้ว +1

    I am learning Javascript using Notepad++. This is apart of a larger code:
    Javascript Absolute Beginner Web Development
    document.getElementByID('foo').style.color="red";
    The color will not change to red when I refresh in my browser.

    • @techwithazam6992
      @techwithazam6992  4 ปีที่แล้ว

      Click on "Language" option in the menu on top of the page, and then select the Language accordingly, like sql, Java and the colors will be adjusted accordingly!
      Don't forget to subscribe and stay tuned!

    • @stressfreeu2
      @stressfreeu2 4 ปีที่แล้ว +1

      @@techwithazam6992 I did that already. I discovered I had to put curly brackets around the code. Thank you for replying.

    • @techwithazam6992
      @techwithazam6992  4 ปีที่แล้ว

      Great to Know that. Good Luck!

  • @devangsheth2594
    @devangsheth2594 3 ปีที่แล้ว

    Very Helpful...

  • @a.G
    @a.G 4 ปีที่แล้ว +1

    Good, useful Tutorial. thank you

  • @marineforecaster4755
    @marineforecaster4755 2 ปีที่แล้ว

    Nice tips. I came along your video searching on How To Rename Same Names, and I watched the whole video learning new tricks but I didn't find this specific solution on your tips, and started searching the rest of the option myself. The story behind that is that I have been scraping some data from a web site getting the same name (EXAMPLE: Private) with contains unique info on each line without revealing a name. So far so good, but at the end I had thousand of same extract Names (Private) which I wanted to make them unique (by name). What I found is this:
    MENU --> EDIT --> COLUMN EDITOR... and then I put into the text the name I want to make unique (PRIVATE) and then NUMBER TO INSERT and choose to start from 1 (you can choose to start from whatever number you want...) and increase by 1 at a time. I clicked the position on the sheet where I want the new number to show (before the text PRIVATE or after the last letter and a space between) and clicked OK. What I got is PRIVATE 1, PRIVATE 2, etc, so now I can use the deleting double entries format without loosing any valuable data!
    I hope this can help

  • @reemasingh7374
    @reemasingh7374 4 ปีที่แล้ว +1

    Hey... I need your help... How can I get notepad++ to open in half page with console added default please reply and also how can I get scroll in side because it automatically disappear from the side

    • @techwithazam6992
      @techwithazam6992  4 ปีที่แล้ว

      Kindly subscribe to stay tuned.. to split in half, click on title of a sheet, by default names are: new 1, new 2 etc... right click and select the option "move to other view". to scroll both in parallel, click the icon of "Synchronize vertical scrolling" (there is a yellow lock on this icon)... hope it helps

  • @damianjoseph3078
    @damianjoseph3078 ปีที่แล้ว

    Very helpful info

  • @mukundprasad4618
    @mukundprasad4618 4 ปีที่แล้ว

    Thankyou for your tutorial

  • @robdf9024
    @robdf9024 4 ปีที่แล้ว

    Hi, any youtube on "7. Find & replace Text (Using Regular Expressions, Advanced Search)". I mean any suggestion on how to compile regex for Notepad++ to select particular wordd or sentence etc?

  • @wangnan173
    @wangnan173 2 ปีที่แล้ว

    thank you mate!

  • @amittripathi7802
    @amittripathi7802 3 ปีที่แล้ว

    Very Informative
    Thank you so much 👍🏻

  • @MahendraPatil-rw3fe
    @MahendraPatil-rw3fe 3 ปีที่แล้ว

    This is gonna be very helpful. Thanks.

  • @rk-ej9ep
    @rk-ej9ep ปีที่แล้ว

    Nice content..

  • @stephenflores5050
    @stephenflores5050 3 ปีที่แล้ว +1

    Great video! Thank you for taking the time to make this.

  • @MuhammadAbdullah-im8ld
    @MuhammadAbdullah-im8ld 4 ปีที่แล้ว +3

    great tutorial... really useful tips... loved the video...
    it would be cool have tips and tricks for visual studio too...

    • @techwithazam6992
      @techwithazam6992  4 ปีที่แล้ว +2

      Thanks for your comment Abdullah. I have taken your suggestion into account! Have fun!

  • @b.sainathreddy4567
    @b.sainathreddy4567 3 ปีที่แล้ว +1

    great vedio subscribed u by watching this one

  • @EpitomeofALady22
    @EpitomeofALady22 3 ปีที่แล้ว

    Do you have a video for changing text color in notepad in Windows 10? I do not have notepad++ on my work computer. I cannot download ++.

  • @subhashisbasak4348
    @subhashisbasak4348 4 ปีที่แล้ว

    Great tutorial.... it helped me a lot....

  • @archanakhodpe4582
    @archanakhodpe4582 4 ปีที่แล้ว

    nice work

  • @TakDakGalattas
    @TakDakGalattas 3 ปีที่แล้ว

    superb but you missed one thing here. how to copy and past a column. can you put that too? I am waiting Azam.

  • @romityeddeloo1911
    @romityeddeloo1911 3 ปีที่แล้ว +1

    thanks bro

  • @Peter_van_bjork
    @Peter_van_bjork 3 ปีที่แล้ว

    Nice video 👍

  • @sahilsagwekar
    @sahilsagwekar 3 ปีที่แล้ว

    I wanted to use npp as the other IDEs and text editors are very resource heavy and i have a low end system

  • @renethomas1526
    @renethomas1526 4 ปีที่แล้ว +1

    Thank You!

  • @vonzellable
    @vonzellable 4 ปีที่แล้ว +8

    Thanks for the tutorial It was very informative. Also please no more sounds during the transitions. It just sounded like you were blowing on the mic. Also you need to speak a bit louder I did have trouble hearing you at times.

    • @yash1152
      @yash1152 2 ปีที่แล้ว

      even the unrelated stock images were total distractions :(

  • @dadpersonhuman
    @dadpersonhuman 2 ปีที่แล้ว

    Thank you Adam. This was very helpful. Your instructions are quite clear.

    • @dadpersonhuman
      @dadpersonhuman 2 ปีที่แล้ว

      I apologize. Autocorrect changed your name.
      Thank you *Azam*

  • @Foomba
    @Foomba 4 ปีที่แล้ว +1

    This was very helpful, thanks!

  • @luigicorrias
    @luigicorrias 3 ปีที่แล้ว

    Hello
    i want use notepad ++ to read and comment guitar tabs (i.e. to follow a bass line or a monody in polifonic music)
    so i need to something to change color of a single characters
    i am unable to do that because if i choose a single characters every characters in the row change
    So how i can do that?
    Thanks

  • @たまばら数学ちゃんねる
    @たまばら数学ちゃんねる 4 ปีที่แล้ว +1

    Great tutorial!! So helpful!! Thank You!

  • @adipai
    @adipai 4 ปีที่แล้ว +1

    Nice !!

  • @V360-p7i
    @V360-p7i ปีที่แล้ว

    This tutorial is very useful for us. Thanks for making the video, but I have a query...
    Suppose that we want to compare some specific data values in two different files at two different places. How will we do that ❓❓❓

  • @lloydiedesu5131
    @lloydiedesu5131 2 ปีที่แล้ว

    hi is there a way to sort this onee
    example i just want to get the "branch code #" and "total #"
    BRANCH 01:
    {
    5 DATA HERE NAME AND AGE ETC FOR EXAMPLE
    {
    TOTAL 31
    AND I JUST TO DELETE THE { INSIDE }
    AND SHOW SOMETHING LIKE THIS
    ===============
    BRANCH 01
    TOTAL 31
    is there a way for this ?

  • @elijahmothapo208
    @elijahmothapo208 3 ปีที่แล้ว

    Gr8 Stuff! Thanks a Mil👏🏿

  • @YahiyaCool7709
    @YahiyaCool7709 4 ปีที่แล้ว

    How do you put 3D objects in notepad++

  • @jonathanremsangzuala2774
    @jonathanremsangzuala2774 2 ปีที่แล้ว

    For search and replac, what if there is mutliple 'here' (as in that case) in a single line. How can we take only the first 'here'

  • @ulysessalvarez8294
    @ulysessalvarez8294 4 ปีที่แล้ว +1

    hi i hope any of you guys can help me, im using the compare plugin on netepad++ to merge mod archives from a game, the problem is that it has massive amounts of texts, compare does the work and highlights the differences on both texts but now i need to copy the files of one text to the other, just the highlighted ones, if i do a manually copy and paste it would take hours and hours just to finish one file, and i need to do like 5.
    pls help me. is there a easy way to do it?

  • @Saad-nu8sz
    @Saad-nu8sz 4 ปีที่แล้ว +1

    Great tutorial❤

  • @guyspears3124
    @guyspears3124 3 ปีที่แล้ว

    Thanks very much, succinct and very informative!

  • @fabianrr
    @fabianrr 4 ปีที่แล้ว

    Thanks

  • @demon2441
    @demon2441 4 ปีที่แล้ว +1

    How does the syntax get their colors? I've searched for this information, but no one has an answer.

    • @techwithazam6992
      @techwithazam6992  4 ปีที่แล้ว +1

      Click on "Language" option in the menu on top of the page, and then select the Language accordingly, like sql, Java and the colors will be adjusted accordingly!
      Don't forget to subscribe and stay tuned!

  • @techwithazam6992
    @techwithazam6992  4 ปีที่แล้ว

    My Talend Course on Udemy:
    www.udemy.com/course/talend-data-integration-using-talend-open-studio/?referralCode=00F56563FA9680DE364D
    You can also add your email address in my Subscribers mailing list to get promotional content emails (like free Udemy Coupons etc):
    forms.gle/pnMfm3o1D9yTKTYi8

  • @subhashisbasak4348
    @subhashisbasak4348 4 ปีที่แล้ว

    Do we have any option to delete duplicate lines (multiple lines containing same data) and keep one of them....?
    Please assist...

  • @Kreemerz
    @Kreemerz ปีที่แล้ว

    where do I turn of the "remember previous sessions" so that it doesnt keep opening previous tabs? surprised you didn't cover that.

  • @karthikeyanramadoss1227
    @karthikeyanramadoss1227 4 ปีที่แล้ว

    Bro how can make a all codes on correct format
    Ex-
    Hello
    To-Like this
    Hello

  • @pashtunculture4209
    @pashtunculture4209 4 ปีที่แล้ว +1

    when i click enter button to go to next line ,then the code start from the same place,i want a space like..
    hey
    ...
    but text is like this:
    hey
    please tell me how to fix it..

    • @newjersey179
      @newjersey179 4 ปีที่แล้ว +1

      Use Visual Studio code instead.It is light weight code editor and allows most of the programming languages

  • @vickydio7896
    @vickydio7896 3 ปีที่แล้ว

    Bro...... please help me When i type paragraph that paragraph is coming in one line in notepad++....... please fix the problem....

    • @techwithazam6992
      @techwithazam6992  3 ปีที่แล้ว +1

      click on 'Word Wrap' option in Notepad++. Usually there is an icon for it which is below the file menu. Good Luck

    • @vickydio7896
      @vickydio7896 3 ปีที่แล้ว

      @@techwithazam6992 Thank you so much💌💌

  • @Foomba
    @Foomba 2 ปีที่แล้ว

    I have two tabs open, new 1 and new 2. I wish to save new 2 which is active. I open the save dialogue box, name the file and save. I open the saved file and it has saved the contents of tab new 1. What am I doing wrong. This has caused me a lot of grief more than once.

  • @na4211
    @na4211 2 ปีที่แล้ว

    Is there a way to find and list all variables that contains a PPU. For example, I want to search and list all variables( ie. Xxx_yyy_ppu) in the code that contains ppu. So, after searching the code...it lists all variables that contains ppu?

  • @RAVURUNAGENDRA
    @RAVURUNAGENDRA 3 ปีที่แล้ว +1

    excellent video, keep rocking and thanks a lot for making such a wonderful video

  • @Django-43
    @Django-43 4 ปีที่แล้ว

    Hi!! I am using the Notepad ++ text editor but it does not recognize the "src" and "url" in the
    @ font-face of the css code to import custom fonts. What can I do to solve this problem?

  • @ayushmankandari8738
    @ayushmankandari8738 4 ปีที่แล้ว

    Sir plz help ... In notepad++ the words are not highliting..plz help ...i try to do this but my try will fail..plz make vedio on my doughts ..thnku..

    • @techwithazam6992
      @techwithazam6992  4 ปีที่แล้ว

      Inside Notepad++, click on Language in the top menu, then select the desired language (sql, java, c++ etc)... the code will be shown highlighted then. Thanks

  • @conniecoates3311
    @conniecoates3311 3 ปีที่แล้ว +1

    Trying to jack around with DayZ my man, and your video helped me jump right into it and after modding DayZ files with the help of your vid, my server is wrecking it. I am a freaking wiz kid (as long as I can keep referring to your video for notes). About fifty hours in this week fooling around with my cfgspawnabletypes.xml and event.xml and cfgplayerspawns.xml I am just very thankful for you making such a well thought out vid with such concise instructions, I was able to know absolutely nothing to being able to fly through it with your helpful tips and tricks.

    • @techwithazam6992
      @techwithazam6992  3 ปีที่แล้ว +1

      Thanks Connie. I am Glad it helped! You are awesome! Good Luck!

    • @conniecoates3311
      @conniecoates3311 3 ปีที่แล้ว +1

      @@techwithazam6992 no, YOU are!

  • @ravibathula9105
    @ravibathula9105 4 ปีที่แล้ว

    post some more real time scenarios regarding please do videos on TAC server

  • @preettyE
    @preettyE 3 ปีที่แล้ว

    Thank u

  • @tothf885
    @tothf885 3 ปีที่แล้ว

    Hi , do you know how to set notepad++ to see normal .rtf documents normaly without any not releated stuff. i done simple download install nothing changed and when open .rtf i have example 1, instead example2.
    example 1:
    \ blablablalblablalblab\par
    example2:
    blablablalblablalblab

  • @uttamx2016
    @uttamx2016 4 ปีที่แล้ว

    good job
    Please explain macro tab of Notepad++ , it is important when data formatting like 6667 ---> '6667',

  • @andynonomous8558
    @andynonomous8558 3 ปีที่แล้ว

    Most of the best features were taken from Sublime Text. Sublime still beats Notepad++ by miles.

  • @engmhamda
    @engmhamda 3 ปีที่แล้ว

    Tutorial is very good except for the annoying stock images and bad mic sound.

  • @daniel-mv3of
    @daniel-mv3of 4 ปีที่แล้ว

    what does nul and soh mean in notepad++?
    yes, nul with one l

  • @yash1152
    @yash1152 2 ปีที่แล้ว

    0:14 using random totally unrelated images on a tutorial oriented towards tech stuff
    ughhh :(

  • @devikakrishna4464
    @devikakrishna4464 4 ปีที่แล้ว

    Notepad++ is the worst text editor. Vscode, vim, emacs, and atom are the best text editors.

  • @sweetie053009
    @sweetie053009 4 ปีที่แล้ว +4

    This was so very helpful. Thank you!

  • @julezvonjupiter9362
    @julezvonjupiter9362 4 ปีที่แล้ว +1

    THANK YOU! SO MUCH !