Magesh K
Magesh K
Based on [Scintilla](https://user-images.githubusercontent.com/47920326/119613402-a0bb7900-be1a-11eb-8a4e-80f77c3fdd97.JPG) the type 'intptr_t' in the Scintilla.iface file is based on the execution-image-memory-model dependent ie: it will be 32bits in x86 env whereas 64-bits in x64 env. Hence...
- ScNotification struct had incorrect data type 'int' for lineNumber, position, etc fields - This might cause misinterpretation of data block eventually leading to corruption. - IntPtr must have been...
Please correct it, might be useful for others, Thanks
### **Problem Statement:** Trying to support x64 features into a plugin pack which was initially designed to be target x86 arch/runtime only under .NET 4.0 framework. The plugin pack is...
### Current Behavior When the Gradle root project directory is a symlink, Gradle resolves it to its absolute target path on macOS and Linux, but keeps the symlink path on...