is a snap-packaged full-featured text editor commonly used for editing programs.
Questions tagged [notepadqq]
26 questions
12
votes
4 answers
Permission for snap applications
I have some trouble with the Ubuntu notepadqq package. After opening a file from my apache webroot I cannot see any content. Saving the file is also not possible. I thougt this would be a classic permission issue. Therefore, I changed the group of…
lukasl1991
- 263
8
votes
1 answer
How to remove carriage returns in a text editor?
How can I go about remove carriage returns from a file in a text editor?
For example, if I start with this:
Hello
world
this
is
an
example
I'd like to end up with:
Hello world this is an example
How do I do this in Text Editor and Notepadqq in…
Hideki Nishimura
- 759
2
votes
2 answers
Auto indent and pretty code by notepadqq
Before, in Windows, I used notepad++ and it has an option TextFX->Edit->Reindent C++ code for reformatting code. Now I use Ubuntu 14.0.4 so I use notepadqq as alternative for notepad++. How I can achieve a similar result in notepadqq?
hasanghaforian
- 741
2
votes
5 answers
Editor with caching like Notepad++ in windows
Is there an editor for linux which can cache files in it? Every time I started the Notepad++ on windows, it brought all files which I've left open (even unsaved files).
Unfortunately the Notepadqq doesn't brings up this function. Does anybody have a…
DevJoe
- 123
2
votes
0 answers
auto completion of syntax for HTML or PHP in Notepadqq?
I'm looking extension for notepadqq text editor of Syntax auto complete.
so is this extension available on notepadqq
if yes where i can find it ?
Ashu_FalcoN
- 2,118
2
votes
0 answers
Compile and run extension for Notepadqq?
In our college we use a Windows-based text editor, TextPad, to compile and run Java programs using shortcuts:
CTRL+1 to save & compile
CTRL+3 to run the program
At home, instead, I use Notepadqq for writing Java programs.
Is there any way to add…
Ashu_FalcoN
- 2,118
2
votes
3 answers
notepadqq crashes frequently
I have used Notepadqq on the previous versions of Ubuntu with no problem. However, after I upgraded to 24.04, Notepadqq started to crash consistently after a few seconds or minutes of usage. The errors logged to syslog are something like (all the…
FedKad
- 13,420
2
votes
0 answers
notepadqq on ubuntu 22 on wsl deletes my file
I just installed Notepadqq v2.0.0 on Ubuntu 22.04.2 LTS, and it gave the following message when attempting to load a file on my Google Drive:
This file has been deleted from the file system. with Save and Ignore options.
If I ignore, a zero length…
2
votes
1 answer
Add extensions to notepadqq
I'm new to Notepadqq but a bit familiarised with Notepad++.
I wonder if can download worthy extensions for coding quickly.
Any help ?
Thanks in advance !!
DBG
- 335
2
votes
0 answers
No access with notepadqq on /opt/lampp/htdocs
I'm new to Ubuntu and already have my first problem I just cant understand.
I've set chmod 777 on /opt/lampp/htdocs (also set me as owner).
When I open index.php, which is located in the htdocs directory via gedit, it works perfect. But when I try…
Timo M.
- 21
2
votes
2 answers
Changing a File in Snap
I would like to change a Configuration in a Snap File (CodeMirror in the Notepadqq snap) so that I can change the syntax coloring for specific themes.
I know you cannot directly modify snap files, as it is read-only.
So if I wanted to do this, how…
Rodrak
- 21
1
vote
0 answers
How can I add a custom programing language to NotepadQQ?
In NotepadQQ, I would like to add G-code and M-code programing language definitions/syntax. Is this possible for a user to do this? How is it done? I found a post about how to add a language
https://github.com/notepadqq/notepadqq/issues/164
but it…
Geoffrey Wheeler
- 546
1
vote
2 answers
How to use Notepadqq for edit git commit messages?
I found examples for Windows but I do not find for Ubuntu.
https://blog.kitware.com/using-notepad-for-your-git-commit-messages/
How to use Notepadqq for edit git commit messages in Ubuntu?
makbuk
- 11
1
vote
1 answer
Notepadqq - fold all levels?
When using notepadqq it lets you fold code up by pressing a little arrow near the start of e.g. a function (I think this may also be called collapsing the code). But I would like to know how to collapse all the levels in my code without having to do…
1
vote
1 answer
Recover lost files in notepadqq
When I rebooted my laptop, notepadqq asked me if I wanted to recover files. Knowing that I had already saved some of the files in previous session, I clicked on no because otherwise I have observed notepadqq to open bunch of clone windows. Then for…
GM5
- 11