softmgr

Results 32 comments of softmgr

@K4thos BUG Report: Incorrect Shadow Offset Direction and Motion Trajectory for Characters. ![snap1](https://github.com/user-attachments/assets/fd259028-5101-406b-b65c-53451ef3dae1) ![snap2](https://github.com/user-attachments/assets/fb1c2aee-e079-4bc3-8b66-aa3146c4f77e) As shown in snap1.jpg, when the character is standing still, the offset direction of the shadow...

@donho @aaron-kruse @alankilborn I modified the source code of notepad++ to solve the performance problem of opening large files. The following two files need to be modified: 1. Make slight...

@donho @aaron-kruse @alankilborn When the document has syntax highlighted. After the cursor position is approximately 50MB (50LL * 1024 * 1024, depending on CPU performance) in the document, the performance...

@donho @aaron-kruse @alankilborn I have solved the problem. Three files need to be modified. // **Buffer.h:** ```cpp class Buffer final { friend class FileManager; public: int getLastLangType() const { return...

> The reference here should be Mugen 1.1 rather than previous Ikemen builds. Is it different from it? Thanks for the reply. After testing, I found that the problem occurred...

> 可以自行编写规则适配 不会呀,最好是开设一个第三方订阅的规则让小白用户能直接用。

@xomx This bug only occurs in documents without newline characters. However, after restarting the program, if the user continues editing the document and presses the Enter key, the document ends...

@xomx There are three scenarios regarding the EOL (End Of Line) in a text file: 1. The text file has EOLs, and all lines use a consistent EOL format. This...

@notdodgeball When the EOL format is changed in Notepad++, two flag variables are updated: 1. Scintilla internally executes SCI_SETEOLMODE (`pdoc->eolMode`), which stores the current EOL format and takes effect on...

> Commit bbe02d66976d6d38e980e5cc8c8b12a16a3cc53b optimized HTML highlighting. > > Word wrap is known to slow for large file. 不是html引起的。即使是txt文件也是一样的。