fix: ctrl+c renaming a tree item

This commit is contained in:
Massimo Melina 2020-05-17 17:58:42 +02:00
parent 24666f4dab
commit 08062c8325
4 changed files with 7 additions and 6 deletions

BIN
data.RES

Binary file not shown.

View File

@ -6199,6 +6199,7 @@ if node = NIL then exit;
{ disable shortcuts, to be used in editbox. Shortcuts need to be re-activated,
{ but when the node text is left unchanged, no event is notified, so we got to
{ use timerEvent to do the work. }
copyURL1.ShortCut:=0;
remove1.ShortCut:=0;
Paste1.ShortCut:=0;
@ -8042,6 +8043,7 @@ var
begin
remove1.ShortCut:=TextToShortCut('Del');
Paste1.ShortCut:=TextToShortCut('Ctrl+V');
copyURL1.ShortCut:=TextToShortCut('Ctrl+C');
end;
with optionsFrm do
@ -12620,7 +12622,8 @@ MIMEtypes:=toSA([
'*.avi', 'video/x-msvideo',
'*.txt', 'text/plain',
'*.css', 'text/css',
'*.js', 'text/javascript'
'*.js', 'text/javascript',
'*.mkv', 'video/x-matroska'
]);
systemimages:=getSystemimages();

View File

@ -1,15 +1,11 @@
* consider letting comment "protected" files. Can it really cause harm?
* flag to enable lnk files in a folder (disabled by default)
experiment session login in place of http authentication
+ add mkv mime type http://www.rejetto.com/forum/html-templates/online-video-mkv-player/msg1061237/?topicseen#msg1061237
+ sign exe http://www.rejetto.com/forum/hfs-~-http-file-server/'unsafe'/msg1061437/#msg1061437
cache reReplace
- comments are not updated when moving or renaming files http://www.rejetto.com/forum/bug-reports/descript-ion-and-comment-not-cleaned-up-after-moving-file/
+ hash&salt passwords
- setInterval > setTimeout
+ target=_blank as an option on links
- an unsaved VFS will be asked twice if a restart is caused by an update
- while renaming a file, CTRL+C/V doesn't work on the text but is handled by the context menu action
+ more macros http://www.rejetto.com/forum/index.php/topic,10631.0.html
- long folder names are overflowing the tree-box http://www.rejetto.com/forum/index.php/topic,10631.0.html
+ {.vfs delete.}

View File

@ -20,13 +20,15 @@ propaganda
+ {.set cfg.}
+ cache for jquery and template sections
+ new template commands: base64, base64decode, md5, sha1
+ hfs.diff.*.tpl in exe's folder
+ *.diff.tpl in exe's folder
+ default mime-type for mkv
- fixed template handling of section names with both '+' and '=' present
- fixed LNK files to deleted items
- fixed comments files were not updated upon deletion of files
- fixed "requesting" forever with empty cookies http://rejetto.com/forum/index.php?topic=13112.0
- fixed double "Content-Length" header on compressed pages
- fixed log text base color not matching system settings http://rejetto.com/forum/index.php?topic=13233.0
- fixed while renaming a file in the GUI, CTRL+C/V didn't work on the text
VER 2.3m
propaganda