Raul Santos
0cae512d93
Warn about non-tool plugin scripts in C# ( #6138 )
...
* Warn about non-tool plugin scripts in C#
- Add warning about C# plugins not reloaded when they are not tools
- Add `[Tool]` attribute to plugin scripts in examples so they are not lost on reload
2024-09-10 13:41:29 +02:00
Raul Santos
669d5cedd2
Warn users about Activate now on C#
...
- Add a warning about enabling `Activate now` for C# plugins
- Add tabs to `Create Plugin` dialog values
(cherry picked from commit 39f488e62e )
2022-09-09 15:17:37 +02:00
Hugo Locurcio
9cda43e809
Document registering an autoload when an editor plugin is enabled
...
(cherry picked from commit 9baaf4dc42 )
2022-09-09 15:17:37 +02:00
Nathan Lovato
5a21563707
Merge class_name docs from scripting_continued.rst into gdscript docs
2021-11-24 10:33:18 -06:00
Rémi Verschelde
e2b95576d8
Cleanup uses of double spaces between words or after punctuation
2021-07-13 00:44:58 +02:00
Ryan Roden-Corrent
e94dc92fb1
Clarify that "them" refers to script classes. ( #3779 )
...
I _think_ this block is recommending using script classes instead of Custom Types, but I had to read it a few times to determine whether "these" meant "Script Classes" or "Custom Tyes".
2020-07-12 19:33:20 +02:00
Michael Alexsander
1f6d3995e4
Apply general code formatting to some pages in the tutorial section
2020-07-08 23:02:14 -03:00
Hugo Locurcio
d494d19dac
Remove trailing whitespace and irregular whitespace
2020-05-17 00:26:19 +02:00
Andrew Luchuk
bf420a5032
Fixes typo on line 60 in understand
2020-04-26 14:24:16 -04:00
N0hbdy
e433e7a40b
Add warning to making-plugins reminding about tool keyword
...
I've repeatedly forgotten that other scripts used in editor plugins
*also* need to have the `tool` keyword, otherwise it fails to correctly
run.
2020-01-01 20:50:21 -08:00
Ethan Jones
0500cd52a0
ExitTree c# example comment fix
...
Should be "Clean-up of the plugin goes here"
2019-11-14 08:29:54 -07:00
Rémi Verschelde
a57a3715db
Merge pull request #2877 from Vikram1323/master
...
Script path in C# code is wrong.
2019-10-29 10:51:40 +01:00
Will Nations
3cb75877e1
Updated plugin tutorial w/ dialog & dep warning. ( #2795 )
...
- New note with CreatePluginDialog and images.
- Warns users that CustomTypes will be deprecated in 4.0.
2019-10-29 10:09:15 +01:00
vicky
4022e9bdb3
Script path in C# code is wrong.
2019-10-24 16:50:46 +05:30
frido
6a6464aea1
Fix various typos and grammar issues in tutorial articles
2019-10-09 23:56:08 +02:00
Justin Burchartz
323b13df72
Added C# samples to "making plugins" doc ( #2328 )
...
* Added C# samples to "making plugins" doc
* Changed class name to CustomNode
2019-04-16 15:23:05 +02:00
corrigentia
87509ef9d4
Fix grammar in making_plugins
...
Fix grammar in making_plugins.
2019-01-17 08:53:47 +02:00
Rémi Verschelde
a1af0dfc13
Adapt tutorial hyperlinks after godotengine/godot#24640
2019-01-07 11:43:18 +01:00
Hugo Locurcio
1b1533eac4
Improve the Making plugins page
...
This also documents the ability to use SVG icons.
2018-10-14 01:59:56 +02:00
Ashafix
fc2cf1cf42
clarified section about adding icons to plugins
2018-10-11 22:13:54 +02:00
Drenghel
3845f0cf45
added a link to 'checking the results' for clarity ( #1692 )
...
* added a link to 'checking the results' for clarity
added a link to 'checking the results' for clarity when one does'nt know how to activate plugins yet
* removed space before colon
2018-08-28 15:09:23 -07:00
None
f064e4f7a7
Fix 404s, some redirects and some broken links.
2018-05-30 16:49:21 -07:00
mhilbrunner
f215a0cf26
Proofing/review: Remove filler words, adhere to style guide
2018-05-06 05:23:37 +02:00
Michael Alexsander Silva Dias
23cb08ce0a
Fixes for the GDScript styling in various pages.
2018-02-05 20:12:52 -02:00
Nathan Lovato
96ee7418e9
Merge pull request #1028 from mhilbrunner/docs-structure
...
Restructuring update
2018-01-26 18:09:44 +01:00