remove old GH refs

This commit is contained in:
Basile Burg 2020-04-07 23:23:57 +02:00
parent 088ca3cb99
commit f98d1ae41a
3 changed files with 0 additions and 8 deletions

View File

@ -3125,9 +3125,7 @@ begin
end
else
begin
// back compat, see https://github.com/Basile-z/dexed/issues/276
dmdproc.Parameters.Add('-version=runnable_module');
dmdproc.Parameters.Add('-version=run_single_module');
end;

View File

@ -1095,7 +1095,6 @@ begin
if not openFileFromDmdMessage(msg) then
exit;
// 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);

View File

@ -18,11 +18,6 @@ type
* Most of the operations can be chained because the functions
* return either a pointer to a TStringRange (in this case this is always
* 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/Basile-z/ArrayOps).
* Even if Object Pascal doesn't provide the expressivness required to mimic
* D ranges, a few good stuff are still possible.
*)
TStringRange = record
private