- Update to 3.3
* Session Saving Open windows, window's geometry and search history are now saved and restored when restarting the editor. The feature is basic, it just restores open files with the same layout and cursor position but it does not keep track of links. * Output window The captured output and search results are now displayed is a docked window (Visual Studio like) so it preserves original layouts when pointing out errors. It makes the editor a bit more IDE-like. The old system is still available. * Command line option to open a file at given line number This feature allows simple integration with other application.
This commit is contained in:
parent
4fdbf5669c
commit
f1b6aeb3c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215567
2 changed files with 4 additions and 5 deletions
|
@ -7,8 +7,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= code-browser
|
||||
PORTVERSION= 3.2
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 3.3
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= SF
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (code-browser-3.2-src.tar.gz) = 2a419c6425ea45cf289ea5eafaf2a493
|
||||
SHA256 (code-browser-3.2-src.tar.gz) = d3e48a34ffdbcc1374006d8238704edb90f366ff9d56966f2caba767b493cf3e
|
||||
SIZE (code-browser-3.2-src.tar.gz) = 720840
|
||||
MD5 (code-browser-3.3-src.tar.gz) = 92df25778dd1ab886cce94d98f95cfda
|
||||
SHA256 (code-browser-3.3-src.tar.gz) = ff636d09e1236906fe3685518e94d1da9cfb715305b7791f514b6f88fd1eb8ba
|
||||
SIZE (code-browser-3.3-src.tar.gz) = 721800
|
||||
|
|
Loading…
Reference in a new issue