ScriptUO

General => Off Topic => Topic started by: 12TimesOver on January 26, 2010, 07:12:21 AM

Title: The top 12 reasons I'm liking Notepad++ so far
Post by: 12TimesOver on January 26, 2010, 07:12:21 AM
12) TextFX
11) Opensource
10) Plugins/Compare
09) "Save Copy As"
08) Macro/Start Recording
07) Launch In Firefox/IE
06) Base64 Encode/Decode
05) Replace across all files
04) Load/Save Session
03) Convert Case
02) Language/C, C#, C++, Kixtart, XML, VB, SQL, User Defined, etc, etc
01) Synchronize scrolling
00) Collapse/Uncollapse

Just thought I'd throw this out there because I'm editing some config files in Notepad++ right now and keep stumbling across things I've always wanted to be able to do but couldn't with Notepad, etc.

XII
Title: Re: The top 12 reasons I'm liking Notepad++ so far
Post by: Coragin on January 26, 2010, 08:20:11 AM
Okay Im DLing now...
Title: Re: The top 12 reasons I'm liking Notepad++ so far
Post by: Coragin on January 26, 2010, 08:27:25 AM
Hey is there a plugin to color code like euo does?
Title: Re: The top 12 reasons I'm liking Notepad++ so far
Post by: 12TimesOver on January 26, 2010, 08:32:27 AM
Hey is there a plugin to color code like euo does?
See Item #2 in my original post.

X
Title: Re: The top 12 reasons I'm liking Notepad++ so far
Post by: Xclio on January 26, 2010, 08:56:09 AM
Notepad++ is great, I use it for all kinds of stuff at work and home.
Title: Re: The top 12 reasons I'm liking Notepad++ so far
Post by: captainsparrow1882 on January 26, 2010, 10:57:17 AM
This is my userDefineLang.xml. Not very sophisticated but it might save you typing all these key words.

Code: [Select]
<NotepadPlus>
    <UserLang name="EasyUO" ext="">
        <Settings>
            <Global caseIgnored="yes" />
            <TreatAsSymbol comment="no" commentLine="yes" />
            <Prefix words1="yes" words2="no" words3="yes" words4="no" />
        </Settings>
        <KeywordLists>
            <Keywords name="Delimiters">000000</Keywords>
            <Keywords name="Folder+">{</Keywords>
            <Keywords name="Folder-">}</Keywords>
            <Keywords name="Operators">- &amp; ( ) * , . / { | } + &lt; = &gt;</Keywords>
            <Keywords name="Comment">1 2 0;</Keywords>
            <Keywords name="Words1">break&#x0D;&#x0A;call&#x0D;&#x0A;continue&#x0D;&#x0A;exit&#x0D;&#x0A;for&#x0D;&#x0A;gosub&#x0D;&#x0A;goto&#x0D;&#x0A;halt&#x0D;&#x0A;if&#x0D;&#x0A;pause&#x0D;&#x0A;repeat&#x0D;&#x0A;until&#x0D;&#x0A;return&#x0D;&#x0A;stop&#x0D;&#x0A;while&#x0D;&#x0A;chooseSkill&#x0D;&#x0A;click&#x0D;&#x0A;cmpPix&#x0D;&#x0A;contPos&#x0D;&#x0A;deleteJournal&#x0D;&#x0A;findItem&#x0D;&#x0A;getShopInfo&#x0D;&#x0A;getUOTitle&#x0D;&#x0A;hideItem&#x0D;&#x0A;ignoreItem&#x0D;&#x0A;key&#x0D;&#x0A;move&#x0D;&#x0A;msg&#x0D;&#x0A;nextCPos&#x0D;&#x0A;onHotKey&#x0D;&#x0A;savePix&#x0D;&#x0A;setShopItem&#x0D;&#x0A;setUOTitle&#x0D;&#x0A;scanJournal&#x0D;&#x0A;sleep&#x0D;&#x0A;target&#x0D;&#x0A;terminate&#x0D;&#x0A;uoXL&#x0D;&#x0A;wait&#x0D;&#x0A;event&#x0D;&#x0A;Drag&#x0D;&#x0A;ExMsg&#x0D;&#x0A;Macro&#x0D;&#x0A;PathFind&#x0D;&#x0A;Property&#x0D;&#x0A;SkillLock&#x0D;&#x0A;Sleep&#x0D;&#x0A;SysMessage&#x0D;&#x0A;exevent&#x0D;&#x0A;Drag&#x0D;&#x0A;Dropc&#x0D;&#x0A;Droppd&#x0D;&#x0A;Dropg&#x0D;&#x0A;Popup&#x0D;&#x0A;RenamePet&#x0D;&#x0A;SkillLock&#x0D;&#x0A;StatLock&#x0D;&#x0A;menu&#x0D;&#x0A;Activate&#x0D;&#x0A;Button&#x0D;&#x0A;Check&#x0D;&#x0A;Clear&#x0D;&#x0A;Combo&#x0D;&#x0A;Delete&#x0D;&#x0A;Edit&#x0D;&#x0A;Font&#x0D;&#x0A;Align&#x0D;&#x0A;BGColor&#x0D;&#x0A;Color&#x0D;&#x0A;Name&#x0D;&#x0A;Size&#x0D;&#x0A;Style&#x0D;&#x0A;Transparent&#x0D;&#x0A;Get&#x0D;&#x0A;GetNum&#x0D;&#x0A;Hide&#x0D;&#x0A;HideEUO&#x0D;&#x0A;Create&#x0D;&#x0A;Create&#x0D;&#x0A;Ellipse&#x0D;&#x0A;File&#x0D;&#x0A;FloodFill&#x0D;&#x0A;Line&#x0D;&#x0A;Pix&#x0D;&#x0A;PixLine&#x0D;&#x0A;Pos&#x0D;&#x0A;Rectangle&#x0D;&#x0A;List&#x0D;&#x0A;Set&#x0D;&#x0A;Shape&#x0D;&#x0A;Show&#x0D;&#x0A;Text&#x0D;&#x0A;Window&#x0D;&#x0A;Color&#x0D;&#x0A;Size&#x0D;&#x0A;Title&#x0D;&#x0A;Transparent&#x0D;&#x0A;nameSpace&#x0D;&#x0A;local&#x0D;&#x0A;global&#x0D;&#x0A;clear&#x0D;&#x0A;push&#x0D;&#x0A;pop&#x0D;&#x0A;copy&#x0D;&#x0A;display&#x0D;&#x0A;execute&#x0D;&#x0A;linesPerCycle&#x0D;&#x0A;set&#x0D;&#x0A;send&#x0D;&#x0A;shutDown&#x0D;&#x0A;sound&#x0D;&#x0A;str&#x0D;&#x0A;tile&#x0D;&#x0A;deleteVar&#x0D;&#x0A;initEvents&#x0D;&#x0A;playCD&#x0D;&#x0A;stopCD&#x0D;&#x0A;</Keywords>
            <Keywords name="Words2">#charPosX&#x0D;&#x0A;#charPosY&#x0D;&#x0A;#charPosZ&#x0D;&#x0A;#charDir&#x0D;&#x0A;#charStatus&#x0D;&#x0A;#charID&#x0D;&#x0A;#charGhost&#x0D;&#x0A;#backpackID&#x0D;&#x0A;#charName&#x0D;&#x0A;#sex&#x0D;&#x0A;#str&#x0D;&#x0A;#hits&#x0D;&#x0A;#maxHits&#x0D;&#x0A;#dex&#x0D;&#x0A;#stamina&#x0D;&#x0A;#maxStam&#x0D;&#x0A;#int&#x0D;&#x0A;#mana&#x0D;&#x0A;#maxMana&#x0D;&#x0A;#maxStats&#x0D;&#x0A;#luck&#x0D;&#x0A;#weight&#x0D;&#x0A;#maxWeight&#x0D;&#x0A;#minDmg&#x0D;&#x0A;#maxDmg&#x0D;&#x0A;#gold&#x0D;&#x0A;#followers&#x0D;&#x0A;#maxFol&#x0D;&#x0A;#AR&#x0D;&#x0A;#FR&#x0D;&#x0A;#CR&#x0D;&#x0A;#PR&#x0D;&#x0A;#ER&#x0D;&#x0A;#TP&#x0D;&#x0A;#nextCPosX&#x0D;&#x0A;#nextCPosY&#x0D;&#x0A;#contSize&#x0D;&#x0A;#contPosX&#x0D;&#x0A;#contPosY&#x0D;&#x0A;#contKind&#x0D;&#x0A;#contID&#x0D;&#x0A;#contType&#x0D;&#x0A;#contName&#x0D;&#x0A;#lObjectID&#x0D;&#x0A;#lObjectType&#x0D;&#x0A;#lTargetID&#x0D;&#x0A;#lTargetX&#x0D;&#x0A;#lTargetY&#x0D;&#x0A;#lTargetZ&#x0D;&#x0A;#lTargetKind&#x0D;&#x0A;#lTargetTile&#x0D;&#x0A;#lLiftedID&#x0D;&#x0A;#lLiftedType&#x0D;&#x0A;#lLiftedKind&#x0D;&#x0A;#lSkill&#x0D;&#x0A;#lSpell&#x0D;&#x0A;#findID&#x0D;&#x0A;#findType&#x0D;&#x0A;#findX&#x0D;&#x0A;#findY&#x0D;&#x0A;#findZ&#x0D;&#x0A;#findDist&#x0D;&#x0A;#findKind&#x0D;&#x0A;#findStack&#x0D;&#x0A;#findBagID&#x0D;&#x0A;#findMod&#x0D;&#x0A;#findRep&#x0D;&#x0A;#findCol&#x0D;&#x0A;#findIndex&#x0D;&#x0A;#findCnt&#x0D;&#x0A;#shopCurPos&#x0D;&#x0A;#shopCnt&#x0D;&#x0A;#shopItemType&#x0D;&#x0A;#shopItemID&#x0D;&#x0A;#shopItemName&#x0D;&#x0A;#shopItemPrice&#x0D;&#x0A;#shopItemMax&#x0D;&#x0A;#skill&#x0D;&#x0A;#skillCap&#x0D;&#x0A;#skillLock&#x0D;&#x0A;#journal&#x0D;&#x0A;#jIndex&#x0D;&#x0A;#jColor&#x0D;&#x0A;#sysMsg&#x0D;&#x0A;#sysMsgCol&#x0D;&#x0A;#targCurs&#x0D;&#x0A;#cursKind&#x0D;&#x0A;#cliVer&#x0D;&#x0A;#cliCnt&#x0D;&#x0A;#cliNr&#x0D;&#x0A;#cliXRes&#x0D;&#x0A;#cliYRes&#x0D;&#x0A;#cliLeft&#x0D;&#x0A;#cliTop&#x0D;&#x0A;#cliLogged&#x0D;&#x0A;#lHandID&#x0D;&#x0A;#rHandID&#x0D;&#x0A;#enemyHits&#x0D;&#x0A;#enemyID&#x0D;&#x0A;#nsName&#x0D;&#x0A;#nsType&#x0D;&#x0A;#shard&#x0D;&#x0A;#date&#x0D;&#x0A;#time&#x0D;&#x0A;#sysTime&#x0D;&#x0A;#sCnt&#x0D;&#x0A;#sCnt2&#x0D;&#x0A;#pixCol&#x0D;&#x0A;#cursorX&#x0D;&#x0A;#cursorY&#x0D;&#x0A;#random&#x0D;&#x0A;#dispRes&#x0D;&#x0A;#lShard&#x0D;&#x0A;#osVer&#x0D;&#x0A;#euoVer&#x0D;&#x0A;#menuButton&#x0D;&#x0A;#menuRes&#x0D;&#x0A;#sendHeader&#x0D;&#x0A;#strRes&#x0D;&#x0A;#property&#x0D;&#x0A;#result&#x0D;&#x0A;#opts&#x0D;&#x0A;#lpc&#x0D;&#x0A;#tileType&#x0D;&#x0A;#tileZ&#x0D;&#x0A;#tileCnt&#x0D;&#x0A;#tileName&#x0D;&#x0A;#tileFlags&#x0D;&#x0A;#dot&#x0D;&#x0A;#false&#x0D;&#x0A;#smc&#x0D;&#x0A;#spc&#x0D;&#x0A;#true&#x0D;&#x0A;</Keywords>
            <Keywords name="Words3">%&#x0D;&#x0A;!</Keywords>
            <Keywords name="Words4"></Keywords>
        </KeywordLists>
        <Styles>
            <WordsStyle name="DEFAULT" styleID="11" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" />
            <WordsStyle name="FOLDEROPEN" styleID="12" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" />
            <WordsStyle name="FOLDERCLOSE" styleID="13" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" />
            <WordsStyle name="KEYWORD1" styleID="5" fgColor="0000FF" bgColor="FFFFFF" fontName="" fontStyle="0" />
            <WordsStyle name="KEYWORD2" styleID="6" fgColor="FF0080" bgColor="FFFFFF" fontName="" fontStyle="0" />
            <WordsStyle name="KEYWORD3" styleID="7" fgColor="FF00FF" bgColor="FFFFFF" fontName="" fontStyle="0" />
            <WordsStyle name="KEYWORD4" styleID="8" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" />
            <WordsStyle name="COMMENT" styleID="1" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" />
            <WordsStyle name="COMMENT LINE" styleID="2" fgColor="808080" bgColor="FFFFFF" fontName="" fontStyle="0" />
            <WordsStyle name="NUMBER" styleID="4" fgColor="008000" bgColor="FFFFFF" fontName="" fontStyle="0" />
            <WordsStyle name="OPERATOR" styleID="10" fgColor="008000" bgColor="FFFFFF" fontName="" fontStyle="0" />
            <WordsStyle name="DELIMINER1" styleID="14" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" />
            <WordsStyle name="DELIMINER2" styleID="15" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" />
            <WordsStyle name="DELIMINER3" styleID="16" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" />
        </Styles>
    </UserLang>
</NotepadPlus>
Title: Re: The top 12 reasons I'm liking Notepad++ so far
Post by: 12TimesOver on January 26, 2010, 11:00:18 AM
This is my userDefineLang.xml. Not very sophisticated but it might save you typing all these key words.
Hey very nice Sparrow! I'll pull it in and give er' a whirl! I've been planning on doing this for a while now but hadn't gotten around to it :)

X
Title: Re: The top 12 reasons I'm liking Notepad++ so far
Post by: 12TimesOver on February 02, 2010, 12:00:32 PM
Hey Sparrow, I never did get back to you on this. Tried your XML, cool mun!! I'm changing the colors a bit to match what I'm used to seeing in SUO but this did indeed save me a hellalottawork!!

+1 karma to you ;)

X
Title: Re: The top 12 reasons I'm liking Notepad++ so far
Post by: redrum on February 04, 2010, 09:23:30 PM
Ive been using Notepad++ for years for all kinda coding its so much easier in their
Title: Re: The top 12 reasons I'm liking Notepad++ so far
Post by: UOMaddog on February 05, 2010, 02:44:18 PM
How can I use that existing .xml file? I can go into the User Define dialog box, but it doesn't give me a choice to load from an xml file or anything like that...I'm obviously missing something important!
Title: Re: The top 12 reasons I'm liking Notepad++ so far
Post by: 12TimesOver on February 05, 2010, 03:33:49 PM
Edited - 03/07/2021 per Notepad++ updates

How can I use that existing .xml file? I can go into the User Define dialog box, but it doesn't give me a choice to load from an xml file or anything like that...I'm obviously missing something important!
1) Create a file named "EasyUO.xml" OR download EnCode's file from http://www.easyuo.com/forum/viewtopic.php?p=302570. If using ENCode's move to step 4.
2) Open newly created xml file in Notepad++
3) Copy Sparrows file contents and paste into the userDefineLang.xml file. Save and close.
4) Open Notepad++, click "Language", select "User-Defined Language", select "Open User Defined Language Folder"
5) Move applicable file here
6) Close and reopen Notepad++, under the language folder you should now have an "Easyuo" option

You can add as many definition files into the folder as you want.

X
Title: Re: The top 12 reasons I'm liking Notepad++ so far
Post by: UOMaddog on February 05, 2010, 03:52:00 PM
Urgh, I was totally doing it right, I just didn't close/reopen Notepad++!
Title: Re: The top 12 reasons I'm liking Notepad++ so far
Post by: gimmeAlighter on February 05, 2010, 05:41:08 PM
I also use Notepad++ though im not a coder in any sense its still much easier for someone like me to use when looking at code and hacking at it.

I love it!
Title: Re: The top 12 reasons I'm liking Notepad++ so far
Post by: author-unknown on November 28, 2011, 09:56:00 PM
Maybe you all can help me with this question: Notepad++ is formatting my UO journal terribly. I'm used to the fact that the UO client will save all the text with a space character in between each letter (ie: Y O U  S E E : b l a h)
The problem is that apparently this is a null char, and N++ displays a little black graphic for each null char making my saved journals impossible to read. After much googling to no avail, I turn to you, my new scriptuo friends to see If you can helpe
Title: Re: The top 12 reasons I'm liking Notepad++ so far
Post by: dxrom on November 28, 2011, 11:01:17 PM
How would you rate N++ in comparison to SCiTE?
Title: Re: The top 12 reasons I'm liking Notepad++ so far
Post by: dxrom on November 28, 2011, 11:13:39 PM
How can I use that existing .xml file? I can go into the User Define dialog box, but it doesn't give me a choice to load from an xml file or anything like that...I'm obviously missing something important!
1) Browse to your Notepad++ install folder %APPDATA%\Notepad++\
2) Create a file named "userDefineLang.xml"
3) Open in a text editor (might as well use Notepad++ right!!)
4) Copy Sparrows file contents and paste into the userDefineLang.xml file. Sace and close
5) Close and reopen Notepad++, under the language folder you should now have an "Easyuo" option

Modified step one, this is what I had to do in order to get EUO language to work
Title: Re: The top 12 reasons I'm liking Notepad++ so far
Post by: 12TimesOver on November 29, 2011, 01:32:37 AM
Maybe you all can help me with this question: Notepad++ is formatting my UO journal terribly. I'm used to the fact that the UO client will save all the text with a space character in between each letter (ie: Y O U  S E E : b l a h)
The problem is that apparently this is a null char, and N++ displays a little black graphic for each null char making my saved journals impossible to read. After much googling to no avail, I turn to you, my new scriptuo friends to see If you can helpe
I would select the NULL character, then select Search\Replace - the NULL character should be in the "Find What" field, then make sure the "With What" field is blank and select Replace All.

X
Title: Re: The top 12 reasons I'm liking Notepad++ so far
Post by: 12TimesOver on November 29, 2011, 01:34:32 AM
Modified step one, this is what I had to do in order to get EUO language to work
Ah right, my instructions were for XP not Windows 7 so that makes sense, I'll add a line to the original post!

X
Title: Re: The top 12 reasons I'm liking Notepad++ so far
Post by: Crome969 on November 29, 2011, 02:50:20 AM
How would you rate N++ in comparison to SCiTE?
For Easyuo, i bymyself prefer Scriptuo for Development. Scite\N++ or Ultraedit are in my oppinion the same. I bymyself using "E" as Texteditor.
Its not Opensource\Freeware but you can combine it with running Compiler to execute java etc. IT supports alot of Languange, you have an overview Directory for your Projects. For development not bad. Would N++ wozuld have the options to manage different projects without needet to load all again , N++ or Scite would work as well:)
Title: Re: The top 12 reasons I'm liking Notepad++ so far
Post by: author-unknown on December 03, 2011, 06:10:04 AM
Maybe you all can help me with this question: Notepad++ is formatting my UO journal terribly. I'm used to the fact that the UO client will save all the text with a space character in between each letter (ie: Y O U  S E E : b l a h)
The problem is that apparently this is a null char, and N++ displays a little black graphic for each null char making my saved journals impossible to read. After much googling to no avail, I turn to you, my new scriptuo friends to see If you can helpe
I would select the NULL character, then select Search\Replace - the NULL character should be in the "Find What" field, then make sure the "With What" field is blank and select Replace All.

X
Just updating you on my solution.  What you suggested was the first thing I tried, and it didn't work due to being unable to paste a null character.  But after your suggestion, I thought I'd try finding the escape char for null and doing a search/replace for that worked.
The problem now is that all of my characters dump in to the same journal file, so I have an enormous file filled with Null chars intermixed with text.
I just highlighted probably 1/20th of the file and did a replace as I described above and it took almost 8 minutes to complete and replaced 1.5 million null chars lol
So, I need to know how to make it not display nulls (also, if anyone knows how to change the filename the client saves to, I would be extremely grateful, that way I can seperate my chars journals and not have all of them dump to the same JOURNAL.TXT file)
Title: Re: The top 12 reasons I'm liking Notepad++ so far
Post by: camotbik on December 04, 2011, 04:05:06 AM
the only problem is that notepad++ has no auto indent, right?
Title: Re: The top 12 reasons I'm liking Notepad++ so far
Post by: author-unknown on December 14, 2011, 01:50:42 AM
Sorry to hijack your thread, 12TimeOver, last time I post a request here I promise!  So I just finally finished replacing all null chars, there were 19 MILLION of them and it took my quad core PC about 25 minutes to replace them all.
So if anyone knows how to turn off the display null char option, that would really be optimal.
Title: Re: The top 12 reasons I'm liking Notepad++ so far
Post by: 12TimesOver on April 02, 2014, 06:03:49 AM
Gotta add a couple more reasons after working on DNS Debugging Logs all week!

RegEx Searches!
Mark All
Delete all unbookmarked


Saved me literally HOURS of time!

XII
Title: Re: The top 12 reasons I'm liking Notepad++ so far
Post by: 12TimesOver on October 01, 2015, 05:26:01 AM
Yet another - Plugins/Combine

Yeah, that really happened...
Title: Re: The top 12 reasons I'm liking Notepad++ so far
Post by: sardis on February 02, 2019, 02:48:52 PM
It's a best tool ever to write down batch scripts and other stuff mostly was using that in my work!
Title: Re: The top 12 reasons I'm liking Notepad++ so far
Post by: 12TimesOver on March 07, 2021, 05:40:17 AM
Another thread rez - updated instructions for adding EUO custom language xml to Notepad++ in the thread.

X
Title: Re: The top 12 reasons I'm liking Notepad++ so far
Post by: TrailMyx on March 17, 2021, 03:52:28 PM
Another thread rez - updated instructions for adding EUO custom language xml to Notepad++ in the thread.

X

I never got around to adding this to my notepad++; I need to get off my butt.  Too busy drowning classic computers.  They don't swim well.
Title: Re: The top 12 reasons I'm liking Notepad++ so far
Post by: unisharp on March 18, 2021, 07:53:34 AM
vim > *, but yea npp is nice too
Title: Re: The top 12 reasons I'm liking Notepad++ so far
Post by: 12TimesOver on March 18, 2021, 07:58:21 AM
vim > *, but yea npp is nice too
Not another 'nix guy!!! ;)
Title: Re: The top 12 reasons I'm liking Notepad++ so far
Post by: TrailMyx on March 18, 2021, 10:21:33 AM
vim > *, but yea npp is nice too

When I do *nix, I'm old school.  "vi" is ingrained in my DNA from when I was just a pupae.
Title: Re: The top 12 reasons I'm liking Notepad++ so far
Post by: Gaderian on March 18, 2021, 03:30:33 PM
When you are working on enough diversity of OS, it is nice to have vim/vi for the consistency to keep at least 1 thing the same in your brain! ;)
Title: Re: The top 12 reasons I'm liking Notepad++ so far
Post by: TrailMyx on March 19, 2021, 08:03:16 AM
When you are working on enough diversity of OS, it is nice to have vim/vi for the consistency to keep at least 1 thing the same in your brain! ;)
Computer comedy is when you're entering "vi" commands into Microsoft Notepad.  Kinda makes you feel silly.  ;)
Title: Re: The top 12 reasons I'm liking Notepad++ so far
Post by: Gaderian on March 19, 2021, 08:11:58 AM
Computer comedy is when you're entering "vi" commands into Microsoft Notepad.  Kinda makes you feel silly.  ;)
You only do that in Microsoft Notepad?
I have done it in Unix prompts (not really as bad since it blends with history, but it wasn't the reason I was doing it...), DOS-like Command prompts on Windows, HP3k MPE/iX and it's shell, too.

My boss used to have 2 keyboards in front of him (1 for PC, while other was a dumb terminal) - he would type on the wrong one and get frustrated because he was looking at the other screen. I thought... how silly... then later found myself doing the same thing. Multiple keyboards is definitely and old time handicap... ;)
Title: Re: The top 12 reasons I'm liking Notepad++ so far
Post by: The Ghost on March 19, 2021, 12:10:44 PM
having two keyboard is maybe old handicap, but prevent for flipping screen.      To help me I have a small keyboard  for the second machine,  that let me know if I'm using the right one,  but still sometime get draw to wrong KB  hehe.

Never really get in using  Notepad++   .