Alexander Shvets
Alexander Shvets
A usual linux-way of terminating a command is pressing Ctrl+C shortcut, which sends SIGINT to the process. If you press it in the middle of crunch job, it doesn't seem...
This change attempts to fight the serious problem created by user accidently changing the caret position while code movie is typing some text. When typing starts, invisible div is created...
Hi! Today I started to experience strange behavior that I didn't experience before (maybe because I was lucky to never trigger it). When I paste something, the plugin pastes some...
Hi! Are you aware of this? https://github.com/xiaguliuxiang/MarkdownNavigator I'm sure Githib support is able to take down a repository like that.
In some of the issues, I've seen that you'd love if people send you fresh definitions of XML files for various Adobe products. First I wanted to present theses as...
When I found this repository, I thought that you can generate the same but up-to-date TS definitions with this script: https://github.com/pravdomil/ExtendScript-XML-to-TypeScript However, by doing so and comparing results, I noticed...
How about structuring implementations in the factory method as a separate package, to show the actual value to the student? I'm looking forward t your comments.
It seems that there are multiple problems arise from the fact that the extension doesn't use messaging API instead of passing events. In my case, there was a problem outlined...
Note: you can always look at our other example repositories for guidance, mainly [C# repo](https://github.com/RefactoringGuru/design-patterns-csharp). 1. Investigate what's the current C++ compiler version, what are the main tools, IDEs, etc....
Nearly 6 months ago I've improved existing SQDBG code so that it can work both on Windows and OSX & Linux. I did it just to be able to implement...