Theliraan / TabRestore

Unreal Editor plugin to restore closed tabs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TabRestore

Annotation

  • Missing Ctrl+Shift+T in your Unreal Engine projects?
  • Occasionally closed tab and bored to navigate back to folder in project's depths?

TabRestore - simple Unreal Editor plugin that restore closed tabs. Feel free to use and give feedback!

Features

  • Simply restore closed tabs one-by-one
  • Unlimited buffer size
  • Easily configurable hotkeys
  • UnrealEngine 4.27 - 5.4 support

Usage

Way A

  1. Clone "TabRestore" repository to "%PROJECTNAME%/Plugins" with creating subfolder

Way B

  1. Open "%PROJECTNAME%/Plugins"
  2. Create folder "TabRestore"
  3. Copy contents all files from repository to newly created "TabRestore" folder inside your project

Config

  1. Open your project in Unreal Editor
  2. Open "Edit" -> "Project Settings"
  3. Navigate to "TabRestore" category

Tab Restore. Project Settings

or

  1. Open "Edit" -> "Editor Settings"
  2. Navigate to "General" -> "Keyboard Shortcuts" -> "TabRestore Plugin" category

TabRestore. Editor Settings

You can configure:

  • Hotkey that restores closed tab. By default:
    • Ctrl+Shift+T on Windows and Linux
    • Cmd+Shift+T on MacOS

Known issues

  • Newly created unsaved asset not goes through plugin's restore buffer

TODO:

  • Add .uplugin
  • Add buffer size
  • Add history
  • Add improved config

Issues, suggestions, contribute

We're welcome! Pull requests, PMs, feature requests - ok.

Coffee

If you like this plugin and you want to thank me, I would be very grateful. Thank you so much, really appreciate it

Paypal

About

Unreal Editor plugin to restore closed tabs

License:MIT License


Languages

Language:C++ 91.6%Language:C# 8.4%