The best way to boycott NP++ is to use another better Text Editor: CudaText
-
I am new to CudaText, Thank you for your experience
Disadvantages- In some details slightly slower working speed than Notepad++.
I plan to compare them. - Configuring the toolbar is a little bit tricky. It requires a plugin and needs intensive work.
yes, one plugin is ‘confiure toolbar’, I think it is ok. maybe it is updated. - Translations for the UI into other languages are available but a lot of them are outdated.
English is ok. - The Search & Replace feature uses a rather old regular expression engine which lacks some sophisticated features (IMO the biggest drawback).
maybe the internal Search & Replace is updated. A new plugin is ‘find in files 4’. It works well. - There is no built-in preferences dialog. Instead you have to edit a JSON file (but that’s far better than writing CSS code like in Atom). There is a plugin available that tries to work like a preferences dialog but it’s only a tableized, textual view of all settings and a primitive UI to change them.
yes, this way is similar to Linux which has default/user shell file to set user’s preferences. - Under Windows, a plugin installs an Explorer context menu. But since its only backed by a shell\CudaText\command registry entry and not with a real shell handler like Notepad++'s context menu entry, it is not possible to open more than 15 files at once using the CudaText Explorer context menu entry. That’s a common limitation for all non-shell-handler context menu entries (tested under Windows 7 x64).
I have not opened more than 15 files. I plan to try it. - Releases of CudaText are published only as ZIP files without an installer. So, updating means all plugins, custom icons, additional lexers, autocompletion files, language files, theme and lexer customizations and so forth have to be migrated to the directory of the new version. You need a file and directory based diff tool for that.
I unzip the new ZIP file, and copy all new files to the old folder. It seems that all personal date are still there. The new ZIP file only has default files, it does not ovewrite user files. - Only a small community, the forum mostly is a lonely place. Like the developer a lot of the people commenting in the GitHub issue tracker are russian, thus they tend to write in cyrillic. But this is clearly an advantage for people from russia which have to take the burden to write and read in english, written in latin letters here in the Notepad++ forum and in the GitHub repo.
Yes. - Somewhat chaotic project structure. Source code on GitHub, binary releases on SourceForge, forum on a SourceForge-hosted home page, lots of relations to the discontinued SynWrite editor (e.g. lexers are hosted in a separate SourceForge project called SynWrite add-ons, the lexer creation tool is an excerpt of that particular part of SynWrite).
Yes,for example, To custom one lexer I need install SynWrite.
NP++ also has some disadvantages, I plan to familar with CudaText further.
Very glad to get your experience.
Thanks. - In some details slightly slower working speed than Notepad++.
-
I am new to CudaText, Thank you for your experience
DisadvantagesIn some details slightly slower working speed than Notepad++.
yes.Configuring the toolbar is a little bit tricky. It requires a plugin and needs intensive work.
yes, one plugin is ‘confiure toolbar’, I think it is ok. maybe it is updated.
Translations for the UI into other languages are available but a lot of them are outdated.
English is ok.The Search & Replace feature uses a rather old regular expression engine which lacks some sophisticated features (IMO the biggest drawback).
maybe the internal Search & Replace is updated. A new plugin is ‘find in files 4’. It works well.There is no built-in preferences dialog. Instead you have to edit a JSON file (but that’s far better than writing CSS code like in Atom). There is a plugin available that tries to work like a preferences dialog but it’s only a tableized, textual view of all settings and a primitive UI to change them.
yes, this way is similar to Linux which has default/user shell file to set user’s preferences.Under Windows, a plugin installs an Explorer context menu. But since its only backed by a shell\CudaText\command registry entry and not with a real shell handler like Notepad++'s context menu entry, it is not possible to open more than 15 files at once using the CudaText Explorer context menu entry. That’s a common limitation for all non-shell-handler context menu entries (tested under Windows 7 x64).
I have not opened more than 15 files. I plan to try it.Releases of CudaText are published only as ZIP files without an installer. So, updating means all plugins, custom icons, additional lexers, autocompletion files, language files, theme and lexer customizations and so forth have to be migrated to the directory of the new version. You need a file and directory based diff tool for that.
I unzip the new ZIP file, and copy all new files to the old folder. It seems that all personal date are still there. The new ZIP file only has default files, it does not ovewrite user files.Only a small community, the forum mostly is a lonely place. Like the developer a lot of the people commenting in the GitHub issue tracker are russian, thus they tend to write in cyrillic. But this is clearly an advantage for people from russia which have to take the burden to write and read in english, written in latin letters here in the Notepad++ forum and in the GitHub repo.
Yes.Somewhat chaotic project structure. Source code on GitHub, binary releases on SourceForge, forum on a SourceForge-hosted home page, lots of relations to the discontinued SynWrite editor (e.g. lexers are hosted in a separate SourceForge project called SynWrite add-ons, the lexer creation tool is an excerpt of that particular part of SynWrite).
Yes,for example, To custom one lexer I must install SynWrite.NP++ also has some disadvantages, I plan to familar with CudaText further.
Very glad to get your experience.
Thanks. -
The first step is to configure Cuda to implement a duplicate NP++.
The below list will show you how to implement the same functions in Cuda:
(just open the downloaded ZIP file in Cuda, Cuda will install this plugin. then restart. Easy)- (Notepad++)‘smart highlighting’
–>(Cuda)plugin=‘plugin.Highlight_Occurrences’ - (Notepad++)‘FunctionList’
–>(Cuda)Code tree, define your lexer by rules(block) - (Notepad++)‘Customize Toolbar’
–>(Cuda)plugin=‘plugin.Config_Toolbar’, you can add any command on main toolbar, it is so easy. you can customize all icons. - (Notepad++)‘Find in files’
–>(Cuda)plugin=‘plugin.Find in files 4’ - (Notepad++)‘Compare’
–>(Cuda)plugin=‘plugin.Differ’ - (Notepad++)‘Using n style’
–>(Cuda)plugin=‘plugin.Color_Text’ - (Notepad++)menu>>run
–>(Cuda)plugin=‘plugin.External_Tools’ - (Notepad++)customize the contextmenu
–>(Cuda)plugin=‘plugin.Configure_Menu’, you can add any command into popup menu, even any plugin command, sub-command - (Notepad++)select theme
–>(Cuda)Download one theme plugin, open it in Cuda. Then ‘Menu>>Options>>Themes…’ Enjoy it!
- (Notepad++)‘smart highlighting’
-
The Cuda is a wonderful Editor. personally, I think it is better than NP++.The Cuda is modern Editor. Cool theme, Cool feature in Cuda. But NP++ is an old man.
😀
in Python, everything is object;
in CUda, everything is plugin!you can customize evrything in Cuda, even main-toolbar!
:-)Boycott NP++ everyday!
Thanks to NP++. NP++ let us finda the wonderful editor Cuda! -
two ways to configure some options:
(Cuda has default/user options( like Linux? ). The user option will overwrite the default options)- mainmenu–>Options–>Settings user, then input the parameters
- install plugin, Options Editor
- Q: how to show full path in windows’ tile?
“ui_title_path” : true, - Q: change recent open doc number
“ui_max_history_menu”: 20, - Q: mouse selection style: dont need frame
“show_mouse_sel_frame”: false,
(Usage: copy the above codes into file ‘user.json’)
-
Guys, is this really the right place to discuss CudaText???
You made your points but … CudaText configuration … ??? -
@Ekopalypse said in The best way to boycott NP++ is to use another better Text Editor: CudaText:
Guys, is this really the right place to discuss CudaText???
You made your points but … CudaText configuration … ???Dear Ekopalyse,
Yes, please see my topic" boycott NP++… Btetter Cuda". This is absolutely right place to discuss CudaText.
I think this about freedom, free speech.
Just similar with Doho’s opinoin in NP++ 7.8.1.Second, what means? “but … CudaText configuration … ???”
Could you explain more about this?
I think the Cuda configuration is OK. It is like Visual Studio Code.
File type *.JSON is popular!Thanks you reply.
Let us boycott NP++.
But Cuda is very good editor. I like it, it has very many features NP++ has not.
You can try Cuda. Just try, you must love it.
Now I already use Cuda to edit my docments. -
I think you’ve made your point…and I agree with @Ekopalypse…it would be best to take your discussion about Cuda to, well, umm, a Cuda-specific site??
-
@Alan-Kilborn said in The best way to boycott NP++ is to use another better Text Editor: CudaText:
I think you’ve made your point…and I agree with @Ekopalypse…it would be best to take your discussion about Cuda to, well, umm, a Cuda-specific site??
Dear Sir,
why this site can talk about bote notepad++ and political issue,
can not talk a new better editor CudaText?
well…
Freedom? Speech of free? -
It’s not a matter of “free speech”, it is a matter of discussing things of interest to a specific group. Since the “group” here in question is people interested in Notepad++, they really aren’t interested in other things. If they were, they’d go to places where those specific things are discussed. Do you understand now?
And…we don’t talk about political issues here…unless we are forced to by certain individuals.
-
@Alan-Kilborn
Acctualy, The best way to boycott NP++ is to tell others that there is another better editor than NP++.
and show them how good the new editor is! tell them how to configure it to do better than NP++.So it acctuly is the right place to discuss this , especially in this forum “Home/Boycott Notepad++” but not “Home/general topic”.
It is a matter of Notepad++.BTW, I have discussed many issues on CudaText with other people in other forum of some specific places. and here, this forum, I just share some ideas about CudaText which got from those places.
-
@hycmos
I looked at cuda and unless I missed it there was no built in Perl lexer. That’s a non-starter for me. -
And…we don’t talk about political issues here…unless we are forced to by certain individuals.
Yes, I also dont want to talk about political issues here.
but NP++ 7.8.1 forces me (maybe some others) to do. -
@Michael-Vincent said in The best way to boycott NP++ is to use another better Text Editor: CudaText:
@hycmos
I looked at cuda and unless I missed it there was no built in Perl lexer. That’s a non-starter for me.Sir,
1)go to http://uvviewsoft.com/cudatext/download.html
2)click “Download add-ons pack”
3)unzip this downloaded file “CudaText_addons.zip”, find folder “lexer”, you can get “lexer.Perl.zip” in it.
4)then in Cuda Menu, click File–>Open file…, open this “lexer.Perl.zip” to install this lexel
5) restart Cuda, enjoy it.
http://synwrite.sourceforge.net/forums/viewtopic.php?f=4&t=2316 -
@hycmos Well, sorry but i don’t wanna boycott NP++
Is a amazing editor and i’m happy with it. -
@OverlordBR said in The best way to boycott NP++ is to use another better Text Editor: CudaText:
@hycmos Well, sorry but i don’t wanna boycott NP++
Is a amazing editor and i’m happy with it.welcome.
Thanks you very much for your information.
anyway, you can try Cuda,
maybe you will happy with it.
😊 -
@OverlordBR said in The best way to boycott NP++ is to use another better Text Editor: CudaText:
@hycmos Well, sorry but i don’t wanna boycott NP++
Is a amazing editor and i’m happy with it.welcome.
Thank you for your information.
You can try Cuda.
Maybe You will be happy with it. -
I was banned?
-
well, It seems I can post again.
Thank the freedom.So Now, I show you a wonderful function in CudaText.
after study CudaText some days, I write my first plugin for the Cudatext.[Share My Idea] Plugin to get alt+C function same as NP++:
function: column mode to insert increasing leading number at everyline (Same as Notepad++)- you can find menu Plugins–> Make Plugin
- Click it
- Plugname=MyaltC,module name=MyaltC,items=MyaltC>run
- Click “OK”
- At line 27, find “def run(self)”
- replace all of def run(self) with:
def run(self): cnt = ed.get_carets() altCnum=dlg_input_ex(4, 'Number be inserted', 'start' , text1="0", label2="Step by", text2="1", label3="Leading Char", text3="",label4="Following Char", text4="") if altCnum==None:return() i=0 for a_cnt in cnt: altCtxt=int(altCnum[0])+i*int(altCnum[1]) altCtxt=altCnum[2]+str(altCtxt)+altCnum[3] a_caret=a_cnt[0] if a_cnt[0]>a_cnt[2]: a_caret=a_cnt[2] ed.insert(a_caret, a_cnt[1], altCtxt) i=i+1
only 15 lines!!!
could not believe!!!- Now restart CudaText. you can find new menu in “Plugins–>MyaltC”, even you can assign a hotkey ‘alt+C’ to this.
- get the Alt-C function same as many editor :D :D
Thank too the Cudatext’s power python API,
this function is more powerful than NP++'s Alt+C. This can add the following char.
It is so easy to implement this function in Cudatext. more powerful! So easy!