Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
54824
Reakcje/Polubienia
40555

Scite 5.6.1​

  • Add mode to draw tabs as [HT] blobs with SCI_SETTABDRAWMODE(SCTD_CONTROLCHAR).
  • Improve mouse drag behaviour when drag and drop disabled. Feature #1581.
  • Fix regression in SCI_CONVERTEOLS that may not convert whole file. Bug #2501.
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
54824
Reakcje/Polubienia
40555

Scite 5.6.2​

  • Add error status SC_STATUS_OUTSIDE_DOCUMENT that is set when operations are attempted on a position outside the document. Positions are checked earlier to prevent actions partly succeeding. Incomplete actions could lead to features that are out of synchronization like change history referring to text that has been deleted.
  • On Win32 with DirectWrite in a GDI scaled application, draw sharper text in autocompletion lists. Bug #2505.
  • On Win32 update scaling when the application moves to another monitor. Bug #2503.
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
54824
Reakcje/Polubienia
40555

Scite 5.6.4​

  • On Qt improve display for fractional scaling by providing SCI_SETSCALETECHNIQUE API. The SCALE_TECHNIQUE_PIXEL_ALIGNED value will eliminate potential 'seams' between lines and between runs on a line. Bug #2450.
  • Scintilla.iface is augmented with comments indicating which APIs take pixel values so may be automatically scaled by wrappers. For compatibility this is currently indicated in comments after each affected API but this will change to using the 'pixels' type in a future version, Downstream projects should examine this and make any needed changes, such as using floating point types for wrapper methods. To help migration, the scripts/FilterPixels.py script can convert this Scintilla.iface into the previous form with no mention of 'pixels' or into the final form with 'pixels' as the only type for these features.
  • On Qt always place ScintillaEditBase library in scintilla/bin instead of depending on Qt version.
  • Optimize SCI_CHANGEINSERTION that sets empty insertion by not producing empty undo action and potential save point change. Feature #1588.
Zaloguj lub Zarejestruj się aby zobaczyć!
 
Do góry