Update to 2.2.7
--------------- * 2.2.7 * Bluefish 2.2.7 is mostly a bug fix release. It fixes rare crashes in the autocompletion, the filebrowser, the htmlbar plugin preferences, and in file-load-cancel, fixes a rare case of broken syntax highlighting after multiple search/replace actions. It furthermore displays better error/warning output when parsing language files. It also finally fixes javascript regex syntax highlighting. The loading of files with corrupt encoding has been improved, and project loading over sftp has been improved. Various HTML5 tags have been added, and HTML5 is the default now for php, cfml and other languages that can include html syntax. Saving and loading of UTF-16 encoded files was broken and has been fixes. Various languages have better support, such as javascript, css, html, pascal/deplhi, and html has improved autocompletion. On OSX the keys for tab switching no longer confict with some keyboard layouts, and behavior at shutdown was improved. The upload/download feature has a new option to ignore backup files. The home/end keys now work better on wrapped tekst. And finally the search and replace dialog correctly shows the number of results when searching in files on disk.
This commit is contained in:
parent
619e8a3ba5
commit
8bfda51aae
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.118 2014/11/24 05:03:43 mef Exp $
|
||||
# $NetBSD: Makefile,v 1.119 2015/04/13 07:50:02 mef Exp $
|
||||
|
||||
DISTNAME= bluefish-2.2.6
|
||||
DISTNAME= bluefish-2.2.7
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://bluefish.mrball.net/stable/source/ \
|
||||
http://www.bennewitz.com/bluefish/stable/source/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.23 2014/11/24 05:03:43 mef Exp $
|
||||
$NetBSD: distinfo,v 1.24 2015/04/13 07:50:02 mef Exp $
|
||||
|
||||
SHA1 (bluefish-2.2.6.tar.bz2) = 7742f732a4259ff927a2160a4d94e0c0a805a196
|
||||
RMD160 (bluefish-2.2.6.tar.bz2) = ec3d73fec8d7a82ff2fe2182dc6664113a314421
|
||||
Size (bluefish-2.2.6.tar.bz2) = 3793018 bytes
|
||||
SHA1 (bluefish-2.2.7.tar.bz2) = 132ec9e3b05d34c35c42beda640e726c81b948a9
|
||||
RMD160 (bluefish-2.2.7.tar.bz2) = 7a9fee51a5cc594beb74f70dc059c657d150474f
|
||||
Size (bluefish-2.2.7.tar.bz2) = 3836580 bytes
|
||||
SHA1 (patch-ac) = f4e0a9f861108465ee96a78da327b6aef2de4984
|
||||
|
|
Loading…
Reference in a new issue