Search found 30 matches
- 07.03.2026 17:49
- Forum: Plugins
- Topic: plugin CudaFormatter + its formatters
- Replies: 36
- Views: 19901
Re: plugin CudaFormatter + its formatters
It work perfectly!
- 07.03.2026 16:36
- Forum: Plugins
- Topic: plugin CudaFormatter + its formatters
- Replies: 36
- Views: 19901
Re: plugin CudaFormatter + its formatters
Unfortunately, the plugin is not available in the install section. The system has installed clang-format-static-bin
- 07.03.2026 16:25
- Forum: Plugins
- Topic: plugin CudaFormatter + its formatters
- Replies: 36
- Views: 19901
Re: plugin CudaFormatter + its formatters
Thank you. Yes, I have an account, and I will join the testing.
- 07.03.2026 13:38
- Forum: Plugins
- Topic: plugin CudaFormatter + its formatters
- Replies: 36
- Views: 19901
Re: plugin CudaFormatter + its formatters
I have updated the plugins. No error appears in the log window. But the error is still there, and it doesn't format. An error window appears:
Formatter gave exception:
unindent does not match any outer indentation level (<tokenize>, line 5)
Formatter gave exception:
unindent does not match any outer indentation level (<tokenize>, line 5)
- 07.03.2026 09:39
- Forum: Plugins
- Topic: plugin CudaFormatter + its formatters
- Replies: 36
- Views: 19901
Re: plugin CudaFormatter + its formatters
Can you give me example file? To fix the crash. I took your example. if TEXT_OS == 'linux': import subprocess try: LSB_RELEASE = subprocess.check_output('cat /etc/lsb-release', shell=True).decode('utf-8') if ("Ubuntu" in LSB_RELEASE or "Debian" in LSB_RELEASE) and (TEXT_CPU == '...
- 07.03.2026 06:35
- Forum: Plugins
- Topic: plugin CudaFormatter + its formatters
- Replies: 36
- Views: 19901
Re: plugin CudaFormatter + its formatters
Thanks for the detailed response. AStyle - removed. Python: ReIndent tried on your example, works. At first I did not understand, the error writes when there are some places that cannot process. On C++: I noticed that in the window of removing plugins there is a C++ lexer, (lexer: C++). For work it ...
- 06.03.2026 06:48
- Forum: Plugins
- Topic: plugin CudaFormatter + its formatters
- Replies: 36
- Views: 19901
Re: plugin CudaFormatter + its formatters
when plugin error occurs, usually it is a plugin crash, so see the Console panel for crash (red) lines there ... An error occurs when auto-formatting a python file. The file is not auto-formatted. When auto-formatting a C++ file, no errors occur at all. The file is not auto-formatted. However, the ...
- 04.03.2026 10:54
- Forum: Plugins
- Topic: plugin CudaFormatter + its formatters
- Replies: 36
- Views: 19901
Re: plugin CudaFormatter + its formatters
I installed the formatter plugin: AStyle, and configured it to work when saving and when called from the menu. However, the auto-formatting does not work. I can see that something is happening, as the cursor shape changes. When I first called it, there was an error window, but it no longer appears, ...
- 04.03.2026 09:11
- Forum: Plugins
- Topic: plugin CudaFormatter + its formatters
- Replies: 36
- Views: 19901
Re: plugin CudaFormatter + its formatters
Please tell me how to configure auto-formatting for C++.
As I understand it, I need to install clang-format on the system. However, there is no C++ option in the CudaFormater settings. ConfigureFormatter does not display any window. clang-format is already installed on the system.
As I understand it, I need to install clang-format on the system. However, there is no C++ option in the CudaFormater settings. ConfigureFormatter does not display any window. clang-format is already installed on the system.
- 25.02.2026 16:01
- Forum: General (in Russian)
- Topic: CudaText: автодополнение
- Replies: 19
- Views: 4487
Re: CudaText: автодополнение
В плагинах есть Complete From Text. Редактирую С++ файл, но автодополнение текста не срабатывает. Очевидно как то надо настроить, но не понимаю как, подскажите пожалуйста.