mirror of https://gitlab.com/basile.b/dexed.git
remove GH stuff and update iz git url
This commit is contained in:
parent
3dcc1a87f0
commit
e8020d6414
|
@ -1,9 +0,0 @@
|
|||
# These are supported funding model platforms
|
||||
|
||||
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
|
||||
patreon: # Replace with a single Patreon username
|
||||
open_collective: # Replace with a single Open Collective username
|
||||
ko_fi: # Replace with a single Ko-fi username
|
||||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
||||
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
||||
custom: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AQDJVC39PJF7J
|
|
@ -3,7 +3,7 @@
|
|||
url = https://github.com/dlang-community/libdparse.git
|
||||
[submodule "etc/iz"]
|
||||
path = etc/iz
|
||||
url = https://www.github.com/Basile-z/iz.git
|
||||
url = https://gitlab.com/basile.b/iz.git
|
||||
[submodule "etc/stdx-allocator"]
|
||||
path = etc/stdx-allocator
|
||||
url = https://github.com/dlang-community/stdx-allocator.git
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Dexed, the _D Extended EDitor_, is an IDE for the [D programming language](https://dlang.org), its compilers, tools and libraries.
|
||||
|
||||
[](https://basile-z.github.io/dexed/img/coedit_kde4.png)
|
||||
<!-- [](https://basile-z.github.io/dexed/img/coedit_kde4.png) -->
|
||||
|
||||
## Overview
|
||||
|
||||
|
@ -20,7 +20,7 @@ Dexed, the _D Extended EDitor_, is an IDE for the [D programming language](https
|
|||
- static library manager that supports auto-registration from local DUB projects, from online DUB packages or from dexed custom project format.
|
||||
- todo list based on the _todo comments_ located in a project or in the current source.
|
||||
- user-defined tools powered by a string interpolation system.
|
||||
- integrated file browser, dfmt interface, search & replace, [discover more in the manual](https://basile-z.github.io/dexed/).
|
||||
- integrated file browser, dfmt interface, search & replace <!--, [discover more in the manual](https://basile-z.github.io/dexed/).-->
|
||||
|
||||
## Project information
|
||||
|
||||
|
@ -28,6 +28,8 @@ Dexed, the _D Extended EDitor_, is an IDE for the [D programming language](https
|
|||
- :scroll: licensed under the terms of the Boost software license.
|
||||
- :dollar: Development can be supported with [Paypal donations](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AQDJVC39PJF7J).
|
||||
|
||||
<!--
|
||||
|
||||
## Download version 3.7.10
|
||||
|
||||
Download the zipped binaries or the zip that contains the setup program for you platform:
|
||||
|
@ -49,3 +51,5 @@ FreeBSD (all archs), Linux (32 bit) and Windows (32 bit) versions must be [built
|
|||
## Building
|
||||
|
||||
Follow the procedure described [**here**](https://basile-z.github.io/dexed/build.html).
|
||||
|
||||
-->
|
||||
|
|
2
etc/iz
2
etc/iz
|
@ -1 +1 @@
|
|||
Subproject commit d9e36efced7069600b2d04b5a30fe905d6125347
|
||||
Subproject commit 4e5d33b31ca2bf895172cb209fc0ce022bc53c41
|
Loading…
Reference in New Issue