• Welcome to PlanetSquires Forums.
 

Solved - WinFBE 3.0.0 BETA 2 lost the move line/block up/down keyboard shortcuts

Started by Bruce Huber, April 10, 2022, 01:41:21 PM

Previous topic - Next topic

Bruce Huber

Using the x32 WinFBE 3.0.0 BETA 2. The move line/block up/down keyboard shortcuts don't work anymore.


Ctrl + Shift + Up    Move current line (or block) up one line
Ctrl + Shift + Down  Move current line (or block) down one line


(You can give a kid a piece of candy, but you can't take it away without a lot of noise!)
;D  ;D  ;D

Thanks,
CBruce

Paul Squires

When you go into the Keyboard shortcuts (Ctrl+K), do the Ctrl+Shift+Up/Down shortcuts actually display in the list or is it just the Alt+Up and Alt+Down that show.

I wonder if the GPF's from the other thread has caused corruption in the shortcuts file (\settings\keybindings.ini) file?

Paul Squires
PlanetSquires Software
WinFBE Editor and Visual Designer

Bruce Huber

Shortcuts only shows the ALT key combos.

And that's fine with me. I was just using CTRL-SHIFT because that is what's in the help file.

The unaltered keybindings.ini is just a list of IDM_*: labels - no actual key settings.

IDM_FILENEW:
IDM_FILEOPEN:
IDM_FILEOPENTEMPLATES:
IDM_FILECLOSE:
IDM_FILECLOSEALL:
IDM_FILESAVE:
IDM_FILESAVEAS:
IDM_FILESAVEALL:
IDM_AUTOSAVE:
IDM_LOADSESSION:
IDM_SAVESESSION:
IDM_KEYBOARDSHORTCUTS:
IDM_USERTOOLSDIALOG:
IDM_OPTIONSDIALOG:
IDM_BUILDCONFIG:
IDM_USERSNIPPETS:
IDM_EXIT:
IDM_UNDO:
IDM_REDO:
IDM_CUT:
IDM_COPY:
IDM_PASTE:
IDM_DELETELINE:
IDM_FIND:
IDM_FINDINFILES:
IDM_REPLACE:
IDM_DUPLICATELINE:
IDM_MOVELINEUP:
IDM_MOVELINEDOWN:
IDM_COMMENTBLOCK:
IDM_UNCOMMENTBLOCK:
IDM_SELECTLINE:
IDM_SELECTALL:
IDM_FINDNEXTACCEL:
IDM_FINDPREVACCEL:
IDM_INDENTBLOCK:
IDM_UNINDENTBLOCK:
IDM_INSERTFILE:
IDM_TOUPPERCASE:
IDM_TOLOWERCASE:
IDM_TOMIXEDCASE:
IDM_NEWLINEBELOWCURRENT:
IDM_SETFOCUSEDITOR:
IDM_DEFINITION:
IDM_LASTPOSITION:
IDM_GOTONEXTFUNCTION:
IDM_GOTOPREVFUNCTION:
IDM_GOTOHEADERFILE:
IDM_GOTOSOURCEFILE:
IDM_GOTOMAINFILE:
IDM_GOTORESOURCEFILE:
IDM_BOOKMARKTOGGLE:
IDM_BOOKMARKNEXT:
IDM_BOOKMARKPREV:
IDM_BOOKMARKCLEARALL:
IDM_GOTO:
IDM_GOTONEXTTAB:
IDM_GOTOPREVTAB:
IDM_GOTONEXTCOMPILEERROR:
IDM_GOTOPREVCOMPILEERROR:
IDM_VIEWEXPLORER:
IDM_VIEWOUTPUT:
IDM_FUNCTIONLIST:
IDM_BOOKMARKSLIST:
IDM_ZOOMIN:
IDM_ZOOMOUT:
IDM_FOLDTOGGLE:
IDM_FOLDBELOW:
IDM_FOLDALL:
IDM_UNFOLDALL:
IDM_VIEWNOTES:
IDM_VIEWTODO:
IDM_EXPLORER_EXPANDALL:
IDM_EXPLORER_COLLAPSEALL:
IDM_FUNCTIONS_EXPANDALL:
IDM_FUNCTIONS_COLLAPSEALL:
IDM_BOOKMARKS_EXPANDALL:
IDM_BOOKMARKS_COLLAPSEALL:
IDM_CLOSEPANEL:
IDM_PROJECTNEW:
IDM_PROJECTSAVE:
IDM_PROJECTSAVEAS:
IDM_PROJECTOPEN:
IDM_PROJECTFILESADD:
IDM_PROJECTCLOSE:
IDM_PROJECTOPTIONS:
IDM_BUILDEXECUTE:
IDM_COMPILE:
IDM_REBUILDALL:
IDM_QUICKRUN:
IDM_RUNEXE:
IDM_COMMANDLINE:
IDM_NEWFORM:
IDM_TOGGLEVIEWCODE:
IDM_VIEWTOOLBOX:
IDM_MENUEDITOR:
IDM_TOOLBAREDITOR:
IDM_STATUSBAREDITOR:
IDM_IMAGEMANAGER:
IDM_SNAPLINES:
IDM_LOCKCONTROLS:
IDM_HELP:

Paul Squires

Thanks. FYI, when you go back into Ctrl+K and re-add the shortcuts then when you view the keybindings.ini file you will see that these two lines have updated:

IDM_MOVELINEUP:Ctrl+Shift+Up
IDM_MOVELINEDOWN:Ctrl+Shift+Down

The keybindings.ini file only shows the user defined keybindings. Any user defined binding will always override the default corresponding WinFBE keyboard shortcut.
Paul Squires
PlanetSquires Software
WinFBE Editor and Visual Designer

Bruce Huber

Paul, just pointing out that the HELP FILE says the hotkeys are the CTRL-SHIFT keys version and *not* the default ALT key version... in case you want to change one or the other so that everything matches.

Thanks!
CBruce

Paul Squires

Good point. I will update that. Also, the Block Comment/UnComment defaults are changed in the new WinFBE as well.
Paul Squires
PlanetSquires Software
WinFBE Editor and Visual Designer

Paul Squires

Actually, I am going to remove that "Help" file altogether because all of the Keyboard Shortcuts can now be easily found under the Keyboard Shortcuts (Ctrl+K) dialog.
Paul Squires
PlanetSquires Software
WinFBE Editor and Visual Designer

SeaVipe

Hi Paul, Would it be possible to print the Keyboard Shortcuts list in a future release?
Clive Richey