mirror of https://gitlab.com/basile.b/dexed.git
update readme and several links trelated to new manual location
This commit is contained in:
parent
398e09e259
commit
e3b456e8c4
14
README.md
14
README.md
|
@ -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.
|
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.b.gitlab.io/dexed/img/coedit_kde4.png)
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
|
@ -28,10 +28,11 @@ Dexed, the _D Extended EDitor_, is an IDE for the [D programming language](https
|
||||||
- :scroll: licensed under the terms of the Boost software license.
|
- :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).
|
- :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 version 3.7.10
|
||||||
|
|
||||||
|
***coming soon...***
|
||||||
|
|
||||||
|
<!--
|
||||||
Download the zipped binaries or the zip that contains the setup program for you platform:
|
Download the zipped binaries or the zip that contains the setup program for you platform:
|
||||||
|
|
||||||
- :package: [setup program for Linux 64 bit](https://github.com/Basile-z/dexed/releases/download/v3.7.10/dexed.3.7.10.linux64.setup.zip)
|
- :package: [setup program for Linux 64 bit](https://github.com/Basile-z/dexed/releases/download/v3.7.10/dexed.3.7.10.linux64.setup.zip)
|
||||||
|
@ -44,12 +45,11 @@ Download the zipped binaries or the zip that contains the setup program for you
|
||||||
The _zip_ archives allow to move freely the files.
|
The _zip_ archives allow to move freely the files.
|
||||||
The _setup.zip_ archives contain a command line program that installs to predefined locations so that the software can be run without additional intervention.
|
The _setup.zip_ archives contain a command line program that installs to predefined locations so that the software can be run without additional intervention.
|
||||||
The _deb_ and the _rpm_ packages are for those who prefer the official setup system of their linux systems.
|
The _deb_ and the _rpm_ packages are for those who prefer the official setup system of their linux systems.
|
||||||
FreeBSD (all archs), Linux (32 bit) and Windows (32 bit) versions must be [built manually](https://basile-z.github.io/dexed/build.html).
|
FreeBSD (all archs), Linux (32 bit) and Windows (32 bit) versions must be [built manually](https://basile.b.gitlab.io/dexed/build.html).
|
||||||
|
|
||||||
[**See this page**](https://basile-z.github.io/dexed/setup.html) for more information about the setup.
|
[**See this page**](https://basile-z.github.io/dexed/setup.html) for more information about the setup.
|
||||||
|
-->
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
Follow the procedure described [**here**](https://basile-z.github.io/dexed/build.html).
|
Follow the procedure described [**here**](https://basile.b.gitlab.io/dexed/build.html).
|
||||||
|
|
||||||
-->
|
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
object MainForm: TMainForm
|
object MainForm: TMainForm
|
||||||
Left = 383
|
Left = 383
|
||||||
Height = 35
|
Height = 34
|
||||||
Top = 610
|
Top = 610
|
||||||
Width = 687
|
Width = 673
|
||||||
AllowDropFiles = True
|
AllowDropFiles = True
|
||||||
Caption = 'Dexed'
|
Caption = 'Dexed'
|
||||||
|
DesignTimePPI = 94
|
||||||
Menu = mainMenu
|
Menu = mainMenu
|
||||||
OnClose = FormClose
|
OnClose = FormClose
|
||||||
OnCloseQuery = FormCloseQuery
|
OnCloseQuery = FormCloseQuery
|
||||||
OnDropFiles = FormDropFiles
|
OnDropFiles = FormDropFiles
|
||||||
OnResize = FormResize
|
OnResize = FormResize
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
LCLVersion = '2.0.6.0'
|
|
||||||
object mainMenu: TMainMenu
|
object mainMenu: TMainMenu
|
||||||
top = 1
|
top = 1
|
||||||
object MenuItem1: TMenuItem
|
object MenuItem1: TMenuItem
|
||||||
|
@ -413,7 +413,7 @@ object MainForm: TMainForm
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object Actions: TActionList
|
object Actions: TActionList
|
||||||
left = 32
|
left = 31
|
||||||
top = 1
|
top = 1
|
||||||
object actEdCopy: TAction
|
object actEdCopy: TAction
|
||||||
Category = 'Edit'
|
Category = 'Edit'
|
||||||
|
@ -857,7 +857,7 @@ object MainForm: TMainForm
|
||||||
object ApplicationProperties1: TApplicationProperties
|
object ApplicationProperties1: TApplicationProperties
|
||||||
OnActivate = ApplicationProperties1Activate
|
OnActivate = ApplicationProperties1Activate
|
||||||
OnException = ApplicationProperties1Exception
|
OnException = ApplicationProperties1Exception
|
||||||
left = 64
|
left = 63
|
||||||
top = 1
|
top = 1
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -2124,7 +2124,7 @@ end;
|
||||||
|
|
||||||
procedure TMainForm.mnuItemManualClick(Sender: TObject);
|
procedure TMainForm.mnuItemManualClick(Sender: TObject);
|
||||||
begin
|
begin
|
||||||
OpenURL('https://Basile-z.github.io/dexed/');
|
OpenURL('https://basile.b.gitlab.io/dexed/);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
destructor TMainForm.destroy;
|
destructor TMainForm.destroy;
|
||||||
|
|
Loading…
Reference in New Issue