pyscripter

Results 30 issues of pyscripter

Delphi 11 changed the default font to Segoe UI 9 pts. The default FItemHeight of 17 is too small for that font. The problem is much worse with High DPI...

- The LSP v15 added an optional version parameter to the publishDiagnostics notification. - PublishDiagnosticsParams includes version but, - LanguageServerProtocol.publish_diagnostics is not using version Please make version an optional parameter...

As per title. More specifically it does not handle properly the untitled scheme used by VS-Code. The URI for unsaved buffers in VS-Code is "untitled:buffername". But this is not handled...

The standard OpenSSH implementation on Windows https://github.com/PowerShell/Win32-OpenSSH/releases translates windows file addresses in the same way that Putty does so there is no need to call _translate_drive_letter in SSHMachine (same as...

Fixes: - Font scaling is ParentFont is True (#36) - Font and Color dialogs are not initialized with current value (#38) Moved much of the code from ShowModalDialog to the...

As per title. Also in the code there is a DialogCode procedure that gets called but does nothing.

The doc strings are not utf8 encoded as python expects them to be and this causes issues when doing introspection. For example this causes https://github.com/pyscripter/pyscripter/issues/1288. Please make sure that all...

Enhancements: OwnsObject should work as in other generic collection types. Destroy descendants of TObject. Root returns the topmost parent of a node. Maybe also add an event OnNodeDestroy.