pneuma-pygame/Godot/addons/Todo_Manager
2024-05-17 01:16:20 +02:00
..
doc Started working on Godot version 2024-05-17 01:16:20 +02:00
UI Started working on Godot version 2024-05-17 01:16:20 +02:00
ColourPicker.gd Started working on Godot version 2024-05-17 01:16:20 +02:00
CONTRIBUTING.md Started working on Godot version 2024-05-17 01:16:20 +02:00
Current.gd Started working on Godot version 2024-05-17 01:16:20 +02:00
Dock.gd Started working on Godot version 2024-05-17 01:16:20 +02:00
Pattern.gd Started working on Godot version 2024-05-17 01:16:20 +02:00
plugin.cfg Started working on Godot version 2024-05-17 01:16:20 +02:00
plugin.gd Started working on Godot version 2024-05-17 01:16:20 +02:00
Project.gd Started working on Godot version 2024-05-17 01:16:20 +02:00
README.md Started working on Godot version 2024-05-17 01:16:20 +02:00
READMECN.md Started working on Godot version 2024-05-17 01:16:20 +02:00
todo.cfg Started working on Godot version 2024-05-17 01:16:20 +02:00
todo_class.gd Started working on Godot version 2024-05-17 01:16:20 +02:00
todoItem_class.gd Started working on Godot version 2024-05-17 01:16:20 +02:00

Localised READMEs

TODO Manager

example_image

Simple and flexible

  • Supports GDScript, C# and GDNative
  • Seamlessly integrated into the Godot dock
  • Lenient syntax. Write TODOs that suit your style
  • Quickly jump to lines and launch external editors

Customizable

settings_example

  • Add your own RegEx patterns
  • Set colours to your liking

Installation

Method 1 (Godot Asset Library)

The most simple way to get started using TODO Manager is to use Godot's inbuilt Asset Library to install the plugin into your project.

Step 1

Find TODO Manager in the Godot Asset Library. AssetLib image

Step 2

Install the package. You may want to untick the /doc folder at this point as it is not necessary for the functions of the plugin. Filestrcture image

Step 4

Enable the plugin in the project settings. Project image

Method 2 (GitHub)

Step 1

Click Download ZIP from the 'Code' dropdown. GitHub image

Step 2

  • Unzip the file and add it into your project folder. Make sure 'addons' is a subdirectory of res://
  • DO NOT change the name of the 'addons' or 'Todo_Manager' folders as this will break the saving and loading of your settings.

Step 3

Enable the plugin in the project settings. Project image