Re: Tilix 1.5.8 released

2017-05-26 Thread Gerald via Digitalmars-d-announce

On Friday, 26 May 2017 at 07:26:21 UTC, colin wrote:

How difficult would it be to get osx support?


In theory it could work but I have no experience with GTK in OSX 
to say how feasible it is.


Also, looking​ at the screens - it looks very like tmux - is 
there any integration there?


Not at the moment, there is an open issue for it. I'd like to do 
it but I don't use tmux and the lack of documentation around 
control doesn't help.


https://github.com/gnunn1/tilix/issues/480




Re: Tilix 1.5.8 released

2017-05-26 Thread colin via Digitalmars-d-announce

On Tuesday, 23 May 2017 at 23:35:22 UTC, Gerald wrote:
Tilix 1.5.8 is now available with a number of new features and 
bug fixes. For those unfamiliar with Tilix, it is a tiling 
terminal emulator for Linux written in D using GTK3. It 
attempts to follow the Gnome Human Interface Guidelines as 
closely as possible. More information about Tilix is available 
here:


https://gnunn1.github.io/tilix-web

One word of caution, this version of Tilix has been upgraded to 
using PCRE2 for regular expressions when the VTE version 
indicates it is supported. Unfortunately Ubuntu 17.10 removed 
this functionality from VTE and hence Tilix is broken on 17.10 
until Ubuntu patches Tilix in their distribution. See issue 
[#916](https://github.com/gnunn1/tilix/issues/916) for more 
information.


Other notable changes for this release include:

* Can detach sessions by dragging them off the sidebar to the 
desktop. Can re-attach sessions by dragging them from the 
sidebar to another tilix window
* Can re-order sessions via drag and drop in sidebar or by 
using ctrl-pgup or ctrl-pagedn
* If ctrl-c is assigned to the copy shortcut, tilix is smart 
enough to only copy when text is selected otherwise normal 
interrupt is passed
* Window state is now restored on new launch, i.e. if window is 
maximized and closed it will be maximized when new instance is 
launched
* Added new variable for titles at session scope for active 
terminal title
* Added support for GTK active CSS style to enable better 
styling of terminal titlebars

* Added support for pending VTE hyperlink functionality (#904)

As always, any D developers interested in contributing to Tilix 
are more then welcome to do so. Feel free to contact me if 
interested.


How difficult would it be to get osx support?

I haven't looked at the source code at all so forgive the 
potentially stupid question.


Also, looking​ at the screens - it looks very like tmux - is 
there any integration there?




Re: Tilix 1.5.8 released

2017-05-25 Thread Juanjo Alvarez via Digitalmars-d-announce

On Wednesday, 24 May 2017 at 10:16:39 UTC, angel wrote:

Simply the best !


I concur. I've been playing with several terminal emulators these 
last few weeks and Tilix was the only one combining features, 
unicode and full color range with speed and not being to CPU and 
memory hungry; for example Konsole that was the one I've been 
using these last years was almost always at the top 5 of CPU and 
memory usage when doing a "top", Tilix usually wayy below.


Re: Tilix 1.5.8 released

2017-05-24 Thread Gerald via Digitalmars-d-announce

On Wednesday, 24 May 2017 at 07:25:56 UTC, Andrea Fontana wrote:

It seems that package on webupd8 is still on 1.5.4


Unfortunately I do not maintain the packages, best course of 
action would be to drop them a line asking them to update it.




Re: Tilix 1.5.8 released

2017-05-24 Thread angel via Digitalmars-d-announce

Simply the best !


Re: Tilix 1.5.8 released

2017-05-24 Thread Andrea Fontana via Digitalmars-d-announce

On Tuesday, 23 May 2017 at 23:35:22 UTC, Gerald wrote:
Tilix 1.5.8 is now available with a number of new features and 
bug fixes.


It seems that package on webupd8 is still on 1.5.4

Andrea


Tilix 1.5.8 released

2017-05-23 Thread Gerald via Digitalmars-d-announce
Tilix 1.5.8 is now available with a number of new features and 
bug fixes. For those unfamiliar with Tilix, it is a tiling 
terminal emulator for Linux written in D using GTK3. It attempts 
to follow the Gnome Human Interface Guidelines as closely as 
possible. More information about Tilix is available here:


https://gnunn1.github.io/tilix-web

One word of caution, this version of Tilix has been upgraded to 
using PCRE2 for regular expressions when the VTE version 
indicates it is supported. Unfortunately Ubuntu 17.10 removed 
this functionality from VTE and hence Tilix is broken on 17.10 
until Ubuntu patches Tilix in their distribution. See issue 
[#916](https://github.com/gnunn1/tilix/issues/916) for more 
information.


Other notable changes for this release include:

* Can detach sessions by dragging them off the sidebar to the 
desktop. Can re-attach sessions by dragging them from the sidebar 
to another tilix window
* Can re-order sessions via drag and drop in sidebar or by using 
ctrl-pgup or ctrl-pagedn
* If ctrl-c is assigned to the copy shortcut, tilix is smart 
enough to only copy when text is selected otherwise normal 
interrupt is passed
* Window state is now restored on new launch, i.e. if window is 
maximized and closed it will be maximized when new instance is 
launched
* Added new variable for titles at session scope for active 
terminal title
* Added support for GTK active CSS style to enable better styling 
of terminal titlebars

* Added support for pending VTE hyperlink functionality (#904)

As always, any D developers interested in contributing to Tilix 
are more then welcome to do so. Feel free to contact me if 
interested.