diff --git a/README.md b/README.md index 527bf4be..f05ed563 100644 --- a/README.md +++ b/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. - +[![](https://basile.b.gitlab.io/dexed/img/coedit_kde4_thumb.png)](https://basile.b.gitlab.io/dexed/img/coedit_kde4.png) ## 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. - :dollar: Development can be supported with [Paypal donations](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AQDJVC39PJF7J). - ## 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). diff --git a/src/u_main.lfm b/src/u_main.lfm index 37f73115..976fe529 100644 --- a/src/u_main.lfm +++ b/src/u_main.lfm @@ -1,17 +1,17 @@ object MainForm: TMainForm Left = 383 - Height = 35 + Height = 34 Top = 610 - Width = 687 + Width = 673 AllowDropFiles = True Caption = 'Dexed' + DesignTimePPI = 94 Menu = mainMenu OnClose = FormClose OnCloseQuery = FormCloseQuery OnDropFiles = FormDropFiles OnResize = FormResize ShowHint = True - LCLVersion = '2.0.6.0' object mainMenu: TMainMenu top = 1 object MenuItem1: TMenuItem @@ -413,7 +413,7 @@ object MainForm: TMainForm end end object Actions: TActionList - left = 32 + left = 31 top = 1 object actEdCopy: TAction Category = 'Edit' @@ -857,7 +857,7 @@ object MainForm: TMainForm object ApplicationProperties1: TApplicationProperties OnActivate = ApplicationProperties1Activate OnException = ApplicationProperties1Exception - left = 64 + left = 63 top = 1 end end diff --git a/src/u_main.pas b/src/u_main.pas index 128d2bcb..c1b643bb 100644 --- a/src/u_main.pas +++ b/src/u_main.pas @@ -2124,7 +2124,7 @@ end; procedure TMainForm.mnuItemManualClick(Sender: TObject); begin - OpenURL('https://Basile-z.github.io/dexed/'); + OpenURL('https://basile.b.gitlab.io/dexed/); end; destructor TMainForm.destroy;