diff --git a/.gitmodules b/.gitmodules index 718db039..96064755 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,7 +3,7 @@ url = https://github.com/Hackerpilot/libdparse.git [submodule "etc/iz"] path = etc/iz - url = https://www.github.com/BBasile/iz.git + url = https://www.github.com/Basile-z/iz.git [submodule "etc/stdx-allocator"] path = etc/stdx-allocator url = https://github.com/dlang-community/stdx-allocator.git diff --git a/README.md b/README.md index baec6f71..df2b6e12 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://bbasile.github.io/dexed/img/coedit_kde4_thumb.png)](https://bbasile.github.io/dexed/img/coedit_kde4.png) +[![](https://basile-z.github.io/dexed/img/coedit_kde4_thumb.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://bbasile.github.io/dexed/). +- integrated file browser, dfmt interface, search & replace, [discover more in the manual](https://basile-z.github.io/dexed/). **Project information** --- @@ -34,21 +34,21 @@ Dexed, the _D Extended EDitor_, is an IDE for the [D programming language](https 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/BBasile/dexed/releases/download/v3.7.2/dexed.3.7.2.linux64.setup.zip) -- :package: [binaries for Linux 64 bit](https://github.com/BBasile/dexed/releases/download/v3.7.2/dexed.3.7.2.linux64.zip) -- :package: [setup program for Windows 64 bit](https://github.com/BBasile/dexed/releases/download/v3.7.2/dexed.3.7.2.win64.setup.zip) -- :package: [binaries for Windows 64 bit](https://github.com/BBasile/dexed/releases/download/v3.7.2/dexed.3.7.2.win64.zip) -- :package: [rpm for Linux 64 bit](https://github.com/BBasile/dexed/releases/download/v3.7.2/dexed-3.7.2-0.x86_64.rpm) -- :package: [deb for Linux 64 bit](https://github.com/BBasile/dexed/releases/download/v3.7.2/dexed-3.7.2.amd64.deb) +- :package: [setup program for Linux 64 bit](https://github.com/Basile-z/dexed/releases/download/v3.7.2/dexed.3.7.2.linux64.setup.zip) +- :package: [binaries for Linux 64 bit](https://github.com/Basile-z/dexed/releases/download/v3.7.2/dexed.3.7.2.linux64.zip) +- :package: [setup program for Windows 64 bit](https://github.com/Basile-z/dexed/releases/download/v3.7.2/dexed.3.7.2.win64.setup.zip) +- :package: [binaries for Windows 64 bit](https://github.com/Basile-z/dexed/releases/download/v3.7.2/dexed.3.7.2.win64.zip) +- :package: [rpm for Linux 64 bit](https://github.com/Basile-z/dexed/releases/download/v3.7.2/dexed-3.7.2-0.x86_64.rpm) +- :package: [deb for Linux 64 bit](https://github.com/Basile-z/dexed/releases/download/v3.7.2/dexed-3.7.2.amd64.deb) The _zip_ archives allow to move freely the files. The _setup.zip_ archives contains 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 for their linux systems. -Linux and Windows 32 bits version must be [built manually](https://bbasile.github.io/dexed/build.html). +Linux and Windows 32 bits version must be [built manually](https://basile-z.github.io/dexed/build.html). -[**See this page**](https://bbasile.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. **Build** --- -Follow the procedure described [**here**](https://bbasile.github.io/dexed/build.html). +Follow the procedure described [**here**](https://basile-z.github.io/dexed/build.html). diff --git a/docs/_includes/icurl b/docs/_includes/icurl index 0e9ca02b..c1a19528 100644 --- a/docs/_includes/icurl +++ b/docs/_includes/icurl @@ -1 +1 @@ -https://raw.githubusercontent.com/BBasile/Coedit/master/icons/ \ No newline at end of file +https://raw.githubusercontent.com/Basile-z/dexed/master/icons/ diff --git a/docs/build.md b/docs/build.md index 0837c755..950f63bc 100644 --- a/docs/build.md +++ b/docs/build.md @@ -16,7 +16,7 @@ Dexed is mostly programmed in Object Pascal, using the the [Lazarus development * Windows: the three packages are bundled in an installer. * Linux: the three packages must be downloaded and setup individually. It's recommended to download the packages from _SourceForge_ and not from the official repository of the distribution because they don't always propose the latest version. * `cd ` -* `git clone https://github.com/BBasile/dexed.git` +* `git clone https://github.com/Basile-z/dexed.git` * `git submodule update --init --recursive`, to clone the dependencies used by the background tool. * `git checkout 3ddc0b59288b1af02194f82d38f6fc0175b0560e` to select the last revision that can be build with Lazarus 1.8.4. If you wish to build Dexed master then you must setup Lazarus 2.0 RC (and then ignore this step). diff --git a/docs/features_dcd.md b/docs/features_dcd.md index faac0400..49627fb3 100644 --- a/docs/features_dcd.md +++ b/docs/features_dcd.md @@ -23,7 +23,7 @@ The D Completion Daemon (DCD) is used to accomplish IDE-grade features such as #### Setup -_DCD_ is a third part software, it's bundled in the archives distributed for each new [release](https://github.com/BBasile/dexed/releases). +_DCD_ is a third part software, it's bundled in the archives distributed for each new [release](https://github.com/Basile-z/dexed/releases). However, _DCD_ may have to be build manually, for example if a new version is released while _Dexed_ development is paused for a while. Visit the product [homepage](https://github.com/dlang-community/DCD) for more information. diff --git a/docs/setup.md b/docs/setup.md index 02e791c0..294ec922 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -30,7 +30,7 @@ Windows interface is based on native win32 controls. ### Setup program -* Go to [the release page](https://github.com/BBasile/dexed/releases), +* Go to [the release page](https://github.com/Basile-z/dexed/releases), * Choose the zipped setup for your platform (at the bottom of a release log, the buttons labeled `dexed...setup.zip`). * The content must be extracted and executed: * note that the option `--nodcd` can be typed to skip the installation of the completion daemon. @@ -50,7 +50,7 @@ Note for the future versions: ### Binaries -* Go to [the release page](https://github.com/BBasile/dexed/releases), +* Go to [the release page](https://github.com/Basile-z/dexed/releases), * Choose the binaries for your platform (at the bottom of an entry, the buttons labeled `dexed...zip`). * Extract the executables. * Linux: it's recommended to put them in `/home//bin`, since it's a known system PATH and that it doesn't require the super user privileges. diff --git a/docs/videos.md b/docs/videos.md index 92214b55..d4c461b6 100644 --- a/docs/videos.md +++ b/docs/videos.md @@ -10,7 +10,7 @@ Picked from a dedicated [playlist](https://www.youtube.com/playlist?list=PLzk8A0 ### Using dbeaengine in a runnable -This video shows how the disassembler library [dbeaengine](https://github.com/BBasile/dbeaengine) +This video shows how the disassembler library [dbeaengine](https://github.com/Basile-z/dbeaengine) can be used in a [runnable module](features_runnables) to check the DMD backend production. The disassembler is fetched from the online DUB registry, automatically compiled and setup in the [library manager](widgets_library_manager). It's then used to show a weakness of the DMD backend (a constant is not converted, leading to 2 conversions at runtime) and to check a workaround. diff --git a/docs/widgets_symbol_list.md b/docs/widgets_symbol_list.md index 31e6bd69..559cc57d 100644 --- a/docs/widgets_symbol_list.md +++ b/docs/widgets_symbol_list.md @@ -9,7 +9,7 @@ title: Widgets - symbol list ## Symbol list This list displays the symbols declared in the D module that has the focus (imports, classes, variables, etc). -The widget is a GUI front-end for one the [_dastworx_](https://github.com/BBasile/dexed/tree/master/dastworx) feature. +The widget is a GUI front-end for one the [_dastworx_](https://github.com/Basile-z/dexed/tree/master/dastworx) feature. It can be used to quickly find and go to the declaration of a symbol but also as a basic linter since the syntactic errors are displayed (almost immediately if the option _refresh on change_ is checked). diff --git a/etc/iz b/etc/iz index 3bfa88ca..d9e36efc 160000 --- a/etc/iz +++ b/etc/iz @@ -1 +1 @@ -Subproject commit 3bfa88cad34d494cf2d19b308f306b2ebf70ecdc +Subproject commit d9e36efced7069600b2d04b5a30fe905d6125347 diff --git a/isitthere/readme.md b/isitthere/readme.md index e1ccce6c..f7d62422 100644 --- a/isitthere/readme.md +++ b/isitthere/readme.md @@ -1,2 +1,2 @@ This folder contains the scripts used to generate several perfect hashsets used in dexed. -They are generated using [IsItThere ?](https://github.com/BBasile/IsItThere) +They are generated using [IsItThere ?](https://github.com/Basile-z/IsItThere) diff --git a/patches/issue218.patch b/patches/issue218.patch index 12058df8..6595ccc7 100644 --- a/patches/issue218.patch +++ b/patches/issue218.patch @@ -1,4 +1,4 @@ -Fixes https://github.com/BBasile/Coedit/issues/218 +Fixes https://github.com/Basile-z/Coedit/issues/218 Must be applied to any Lazarus 1.8.0 Vanilla. Has not be applied to Lazarus 1.8.1 or newer. --- synedit.pp diff --git a/setup/rpm.sh b/setup/rpm.sh index e01c6515..882f9c80 100644 --- a/setup/rpm.sh +++ b/setup/rpm.sh @@ -64,7 +64,7 @@ Version: $maj.$min.$pch Release: $lbl Summary: IDE for the D programming language License: Boost -URL: www.github.com/BBasile/dexed +URL: www.github.com/Basile-z/dexed Requires: gtk2, glibc, cairo, libX11, vte %description @@ -78,7 +78,7 @@ Dexed is an IDE for the DMD D compiler. %changelog * $dte Basile Burg b2.temp@gmx.com -- see https://github.com/BBasile/dexed/releases/tag/$ver +- see https://github.com/Basile-z/dexed/releases/tag/$ver ">$specname rpmbuild -ba $specname diff --git a/src/u_main.pas b/src/u_main.pas index b80292d1..1df64c33 100644 --- a/src/u_main.pas +++ b/src/u_main.pas @@ -2009,7 +2009,7 @@ end; function checkForUpdate: string; const - updURL = 'https://api.github.com/repos/BBasile/dexed/releases/latest'; + updURL = 'https://api.github.com/repos/Basile-z/dexed/releases/latest'; var prs: TJSONParser = nil; dat: TJSONData = nil; @@ -3127,7 +3127,7 @@ begin end else begin - // back compat, see https://github.com/BBasile/dexed/issues/276 + // back compat, see https://github.com/Basile-z/dexed/issues/276 dmdproc.Parameters.Add('-version=runnable_module'); dmdproc.Parameters.Add('-version=run_single_module'); diff --git a/src/u_messages.pas b/src/u_messages.pas index 6fafab4f..9a7d5c8c 100644 --- a/src/u_messages.pas +++ b/src/u_messages.pas @@ -1027,7 +1027,7 @@ begin if not openFileFromDmdMessage(msg) then exit; - // fixes strange bug : https://github.com/BBasile/dexed/issues/320 + // fixes strange bug : https://github.com/Basile-z/dexed/issues/320 if (fDoc <> old) and fOptions.singleMessageClick and assigned(dat) and (dat^.ctxt = amcEdit) then List.ClearSelection(false); diff --git a/src/u_stringrange.pas b/src/u_stringrange.pas index 487bd013..655e50d3 100644 --- a/src/u_stringrange.pas +++ b/src/u_stringrange.pas @@ -20,7 +20,7 @@ type * the "Self") or a new TStringRange (in this case this is always a copy). * * This is based on a more generic work which tries to implement some kind - * of "D" ranges in Object Pascal (see https://github.com/BBasile/ArrayOps). + * of "D" ranges in Object Pascal (see https://github.com/Basile-z/ArrayOps). * Even if Object Pascal doesn't provide the expressivness required to mimic * D ranges, a few good stuff are still possible. *)