diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/ScintillaHistory.html | 20 | 
1 files changed, 19 insertions, 1 deletions
| diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 7efa12b70..a09efbb69 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -137,7 +137,7 @@        </li>      </ul>      <h3> -       <a href="scite151.zip">Release 1.52</a> +       <a href="scite152.zip">Release 1.52</a>      </h3>      <ul>        <li> @@ -146,6 +146,24 @@        <li>  	Pango font support on GTK+ 2.        </li> +      <li> +	Hotspot style implemented in Scintilla. +      </li> +      <li> +	Small up and down arrows can be displayed in calltips and the container +	is notified when the mouse is clicked on a calltip. +      </li> +      <li> +	POSIX compatibility flag in Scintilla regular expression search +	interprets bare ( and ) as tagged sections. +      </li> +      <li> +	Scintilla keyboard commands for moving to start and end of +	screen lines rather than document lines. +      </li> +      <li> +	Line joining command. +      </li>      </ul>      <h3>         <a href="scite151.zip">Release 1.51</a> | 
