Re: dexed-ide v3.9.13

2021-10-11 Thread Basile B. via Digitalmars-d-announce

On Monday, 11 October 2021 at 06:58:18 UTC, Basile B. wrote:

[...]
- [assets](https://gitlab.com/basile.b/dexed/-/releases). Note 
that the automated Windows build is still broken.


Windows assets are now live 
[here](https://ci.appveyor.com/project/BBasile/dexed/builds/41098624/artifacts).





Re: dexed-ide v3.9.13

2021-10-11 Thread Imperatorn via Digitalmars-d-announce

On Monday, 11 October 2021 at 09:54:48 UTC, Basile B. wrote:

On Monday, 11 October 2021 at 09:52:14 UTC, Basile B. wrote:

On Monday, 11 October 2021 at 07:42:12 UTC, Imperatorn wrote:

On Monday, 11 October 2021 at 06:58:18 UTC, Basile B. wrote:

[...]




I'm on Windows though, but thanks for maintaining dexed


it's easy to build. If a script can do it on appveyor, a human 
can do it on its windows box. Actually if the appveyor build 
fails it's because of d-scanner, not dexed.


mmmh lmao actually. The build fails because the checkout is 
done before entering the repo dir:


https://gitlab.com/basile.b/dexed/-/blob/master/.appveyor.yml#L52


☀️


Re: dexed-ide v3.9.13

2021-10-11 Thread Basile B. via Digitalmars-d-announce

On Monday, 11 October 2021 at 09:52:14 UTC, Basile B. wrote:

On Monday, 11 October 2021 at 07:42:12 UTC, Imperatorn wrote:

On Monday, 11 October 2021 at 06:58:18 UTC, Basile B. wrote:

## Enhancements

- messages, search results: exclude backticks if the option 
_backTicksHighlight_ is enabled.
- GDB commander: double click on the call stack to select a 
frame and refresh the different views.
  This is especially useful to go back to the frame where a D 
Exception is thrown. (#52)
- completion: partial support for dependencies of type 
_package:subpackage_.


[...]




I'm on Windows though, but thanks for maintaining dexed


it's easy to build. If a script can do it on appveyor, a human 
can do it on its windows box. Actually if the appveyor build 
fails it's because of d-scanner, not dexed.


mmmh lmao actually. The build fails because the checkout is done 
before entering the repo dir:


https://gitlab.com/basile.b/dexed/-/blob/master/.appveyor.yml#L52


Re: dexed-ide v3.9.13

2021-10-11 Thread Basile B. via Digitalmars-d-announce

On Monday, 11 October 2021 at 07:42:12 UTC, Imperatorn wrote:

On Monday, 11 October 2021 at 06:58:18 UTC, Basile B. wrote:

## Enhancements

- messages, search results: exclude backticks if the option 
_backTicksHighlight_ is enabled.
- GDB commander: double click on the call stack to select a 
frame and refresh the different views.
  This is especially useful to go back to the frame where a D 
Exception is thrown. (#52)
- completion: partial support for dependencies of type 
_package:subpackage_.


[...]




I'm on Windows though, but thanks for maintaining dexed


it's easy to build. If a script can do it on appveyor, a human 
can do it on its windows box. Actually if the appveyor build 
fails it's because of d-scanner, not dexed.


Re: dexed-ide v3.9.13

2021-10-11 Thread Imperatorn via Digitalmars-d-announce

On Monday, 11 October 2021 at 06:58:18 UTC, Basile B. wrote:

## Enhancements

- messages, search results: exclude backticks if the option 
_backTicksHighlight_ is enabled.
- GDB commander: double click on the call stack to select a 
frame and refresh the different views.
  This is especially useful to go back to the frame where a D 
Exception is thrown. (#52)
- completion: partial support for dependencies of type 
_package:subpackage_.


[...]




I'm on Windows though, but thanks for maintaining dexed


dexed-ide v3.9.13

2021-10-11 Thread Basile B. via Digitalmars-d-announce

## Enhancements

- messages, search results: exclude backticks if the option 
_backTicksHighlight_ is enabled.
- GDB commander: double click on the call stack to select a frame 
and refresh the different views.
  This is especially useful to go back to the frame where a D 
Exception is thrown. (#52)
- completion: partial support for dependencies of type 
_package:subpackage_.


## Bugs fixed

- diff dialog: the content reloaded matched to the state when the 
dialog was shown, not when closed. (#97)
- editor, debugging: during a debugging session, wrong icon 
displayed when a breakpoint is removed.
- DUB project inspector: the tree was empty if the project is 
moslty organized in subpackages.
- DUB projects: version number without the patch component were 
not accepted.


## links

- [homepage](https://gitlab.com/basile.b/dexed)
- [assets](https://gitlab.com/basile.b/dexed/-/releases). Note 
that the automated Windows build is still broken.