-
-
Notifications
You must be signed in to change notification settings - Fork 430
[Arduino IDE 2.x] Cannot see lines longer than 10k characters #2405
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@rtek1000 Also... respect to you if you're able to decode base64 💪🏼 |
I really don't think it's relevant, as it is very common for Arduino IDE users to use other text editors, usually Notepad++. But it would be interesting to see if VS Code can display beyond this limit, as it is becoming a clone, and it may be interesting to continue on this path, as long as it can offer better performance. The idea of putting it in an h file is adequate. As for decoding, as you can see, it is an image that the browser requests when opening the page, called favicon.ico.
I used Base64 in a project, but it was a Kazuki Ota library, I just made the header to operate in C, due to the project being started in C on the STM32CubeIDE, and it's not secure either, just unreadable. Looking at the source code, it doesn't seem to be very complicated, here's an explanation, in case anyone is curious:
https://base64.guru/learn/base64-algorithm/decode For example, "Hello" becomes "SGVsbG8=" Thank you. |
As a workaround, you can use the ![]() {
"editor.wordWrap": "on"
} Or use the Alt+Z (⌥+Z on macOS) keybinding. arduino-ide.2405.mp4You can also use the ![]() |
In VS Code a button appears "Show more 10.4KB". |
Describe the problem
Cannot see lines longer than 10k characters, in the case of a simple favicon, it is not possible to see the end of the line, although the cursor column counter continues to be incremented.
It may be easier for the user to use an external editor with text wrapping.
To reproduce
20630 characters:
Expected behavior
Arduino IDE version
2.3.2
Operating system
Linux
Operating system version
Xubuntu 22.04.3 LTS
Additional context
No response
Issue checklist
The text was updated successfully, but these errors were encountered: