A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://hg.code.sf.net/p/scintilla/scite below:

Mercurial Repository: p/scintilla/scite: log

Sun, 22 Jun 2025 08:24:46 +1000 Neil Stop making .BSC file as not needed and shows warnings. default tip Sun, 22 Jun 2025 08:17:17 +1000 Neil Added styles for Rust C strings. Thu, 12 Jun 2025 13:25:12 +1000 Neil Change log from Scintilla. Thu, 12 Jun 2025 10:39:46 +1000 Neil Update history from Lexilla. Tue, 10 Jun 2025 09:00:00 +1000 Neil Updated download sizes. Sun, 08 Jun 2025 09:22:08 +1000 Neil Moved tag rel-5-5-7 to changeset 6399564fd491 (from changeset 32a6d615d28c) Sun, 08 Jun 2025 09:21:13 +1000 Neil Add header needed by older g++. rel-5-5-7 Sun, 08 Jun 2025 08:48:10 +1000 Neil Added tag rel-5-5-7 for changeset 32a6d615d28c Sun, 08 Jun 2025 08:44:13 +1000 Neil Updated release date. Tue, 03 Jun 2025 11:01:32 +1000 Neil Updates for version 5.5.7. Sun, 01 Jun 2025 09:08:52 +1000 Neil Bug [#1395]. Use SCI_SCROLLVERTICAL to improve view restore with line wrapping. Sun, 01 Jun 2025 09:08:22 +1000 Neil Change log from Scintilla. Sat, 24 May 2025 17:44:04 +1000 Neil Remove line end space. Sun, 18 May 2025 10:27:59 +1000 Georger Araújo Feature [feature-requests:#1556]. Add more patterns to source files. Sat, 17 May 2025 09:28:30 +1000 Neil Updates from Lexilla and Scintilla. Tue, 13 May 2025 15:20:35 +1000 Neil New AutoCImageScale property from Scintilla. Tue, 13 May 2025 15:19:43 +1000 Neil Change log from Scintilla. Sat, 10 May 2025 08:38:01 +1000 Neil Regenerate interface after change to Scintilla.iface. Sat, 10 May 2025 08:11:04 +1000 Neil Change log from Scintilla. Tue, 22 Apr 2025 13:21:37 +1000 Georger Araújo Feature [feature-requests:#1555]. Move bash settings to new bash.properties. Thu, 17 Apr 2025 13:11:00 +0200 jakubvrana Bug [#2479]. JavaScript: Update keywords Tue, 22 Apr 2025 10:55:38 +1000 Neil Include newer Scintilla Win32 files. Fri, 18 Apr 2025 17:17:18 +1000 Neil Simplify mode normalisation. Fri, 18 Apr 2025 09:22:23 +1000 Neil Scintilla update for undo selection history. Fri, 18 Apr 2025 09:21:54 +1000 Neil PHP update flows through to Embedded.properties. Fri, 18 Apr 2025 09:21:18 +1000 Neil Update dependencies. Thu, 17 Apr 2025 11:07:49 +1000 Neil Silence warnings - prefer empty over length, drop unnecessary c_str(), Thu, 17 Apr 2025 11:06:08 +1000 Neil Only free DLL if loaded. Thu, 17 Apr 2025 10:39:31 +1000 Neil Avoid else after return and break. Thu, 17 Apr 2025 10:38:39 +1000 Neil Use std::to_array to avoid warning. Thu, 17 Apr 2025 10:37:50 +1000 Neil Silence warnings for not providing default values, not defining symbolic Thu, 17 Apr 2025 09:22:07 +1000 Neil Drop encapsulation that is no longer needed. Tue, 15 Apr 2025 19:10:26 +0200 jakubvrana Feature [feature-requests:#1554]. Skip context when going to diff message in output pane Wed, 09 Apr 2025 21:15:57 +0200 jakubvrana Add PHP 8.4 keywords Tue, 15 Apr 2025 10:33:35 +1000 Neil Use more symbolic constants. Fri, 11 Apr 2025 21:26:31 +0200 jakubvrana Feature [feature-requests:#1552]. Allow two | in abbreviations to place caret Tue, 15 Apr 2025 08:48:32 +1000 Neil Use FindLanguageProperty to shorten code for properties that may be specified Mon, 14 Apr 2025 10:29:08 +1000 Neil Avoid "sub-expression may overflow" warnings by using smaller type. Sun, 13 Apr 2025 10:36:27 +0200 jakubvrana Bug [#2476]. Windows: Case-insensitive FilePath comparison Mon, 14 Apr 2025 09:19:53 +1000 Neil Better concentration of number <-> string functions. Sun, 13 Apr 2025 15:08:38 +1000 Neil Move IsDBCSLeadByte from GUI to StringHelpers to share between platforms. Sun, 13 Apr 2025 09:35:52 +1000 Neil Simplify StripEOL. Sun, 13 Apr 2025 09:08:35 +1000 Neil Reorder StringHelpers into logical groups. Sat, 12 Apr 2025 16:11:43 +1000 Neil Extract Unicode constants to header & use in implementation of UTF32 functions. Sat, 12 Apr 2025 09:50:37 +1000 Neil Remove UnSlash and UnSlashLowOctal that operated in a buffer and only use Sat, 12 Apr 2025 09:10:19 +1000 Neil Fix hex escape bug in UnSlashString. Fri, 11 Apr 2025 09:01:28 +1000 Neil Add tests for StringHelpers. Tue, 08 Apr 2025 16:59:36 +1000 Neil Silence warnings. Tue, 08 Apr 2025 14:11:20 +1000 Neil Follow specification more closely for trimming whitespace. Tue, 08 Apr 2025 12:53:37 +1000 Neil Move bad_optional_access catch to cover more cases. Tue, 08 Apr 2025 11:33:28 +1000 Neil Prefer empty to length and silence warning. Tue, 08 Apr 2025 11:32:52 +1000 Neil Replace 'magic' number with constant. Remove dead code. Tue, 08 Apr 2025 11:31:53 +1000 Neil Encapsulate and standardize WM_UPDATEUISTATE use. Tue, 08 Apr 2025 11:29:19 +1000 Neil Avoid else after return in obvious cases. Tue, 08 Apr 2025 11:28:00 +1000 Neil Fix NULL warning. Tue, 08 Apr 2025 11:23:35 +1000 Neil Protect against bad_optional_access although it should not be possible as each Tue, 08 Apr 2025 11:20:52 +1000 Neil Protect against nullptr return from strstr. Reported by Coverity. Tue, 08 Apr 2025 11:04:22 +1000 Neil Separate constructors for details and no details as details requires allocation Sat, 05 Apr 2025 15:26:28 +1100 Neil Add GNU make directives to makefile keywords. Sat, 05 Apr 2025 15:03:44 +1100 Neil Strip line end whitespace.

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4