<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/editor/plugins/script_editor_plugin.h, branch fix/use-bin-name</title>
<subtitle>Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org</subtitle>
<id>https://git.neuromancer.sk/godot.git/atom/editor/plugins/script_editor_plugin.h?h=fix%2Fuse-bin-name</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/editor/plugins/script_editor_plugin.h?h=fix%2Fuse-bin-name'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2017-09-14T06:13:37Z</updated>
<entry>
<title>Several fixed to editor doc.</title>
<updated>2017-09-14T06:13:37Z</updated>
<author>
<name>Daniel J. Ramirez</name>
</author>
<published>2017-09-14T00:56:37Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=d21f20eb5fb6dab41f2afb2069a216c8973a294e'/>
<id>urn:sha1:d21f20eb5fb6dab41f2afb2069a216c8973a294e</id>
<content type='text'>
Improved style
Fixed editor help issues
Added editor help index
</content>
</entry>
<entry>
<title>-Moved script run to editor, removed from project</title>
<updated>2017-08-27T22:04:19Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2017-08-27T22:03:19Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=d23f323cde8a1664d587b4fed1b8683be479ff40'/>
<id>urn:sha1:d23f323cde8a1664d587b4fed1b8683be479ff40</id>
<content type='text'>
-fixed to code completion
-fix shader crash bug reported by tagcup
</content>
</entry>
<entry>
<title>Dead code tells no tales</title>
<updated>2017-08-27T20:13:45Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-08-27T19:07:15Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=7ad14e7a3e6f87ddc450f7e34621eb5200808451'/>
<id>urn:sha1:7ad14e7a3e6f87ddc450f7e34621eb5200808451</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use HTTPS URL for Godot's website in the headers</title>
<updated>2017-08-27T12:16:55Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-08-27T12:16:55Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=bd282ff43f23fe845f29a3e25c8efc01bd65ffb0'/>
<id>urn:sha1:bd282ff43f23fe845f29a3e25c8efc01bd65ffb0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update script signals in real-time when script changes. Fixes #8980</title>
<updated>2017-08-18T19:44:03Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2017-08-18T19:43:23Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=b20952ebfff216acc07f6bbcad35b5a1e97a310c'/>
<id>urn:sha1:b20952ebfff216acc07f6bbcad35b5a1e97a310c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated function argument names</title>
<updated>2017-08-12T19:12:49Z</updated>
<author>
<name>Wilson E. Alvarez</name>
</author>
<published>2017-08-12T16:52:50Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=428f03cf06d3841b2a593f46aa42912ef5c82f3c'/>
<id>urn:sha1:428f03cf06d3841b2a593f46aa42912ef5c82f3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>EditorPlugin methods and signals rename</title>
<updated>2017-07-20T17:16:34Z</updated>
<author>
<name>Jakub Grzesik</name>
</author>
<published>2017-07-19T17:47:43Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=218b1c223d0183c930df8d8a1e352ffa9f113962'/>
<id>urn:sha1:218b1c223d0183c930df8d8a1e352ffa9f113962</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #9565 from kubecz3k/tool-signals</title>
<updated>2017-07-19T07:54:02Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-07-19T07:54:02Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=d4c73ea2b379835e75e02b78073547960cf03a74'/>
<id>urn:sha1:d4c73ea2b379835e75e02b78073547960cf03a74</id>
<content type='text'>
Make more informations available for Tool Plugins about the editor</content>
</entry>
<entry>
<title>Make available more informations about editor for Tool Plugins</title>
<updated>2017-07-18T15:48:19Z</updated>
<author>
<name>Jakub Grzesik</name>
</author>
<published>2017-07-06T07:18:20Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=708d8250011dad02fd7d3651eb057bdd9e52fb7f'/>
<id>urn:sha1:708d8250011dad02fd7d3651eb057bdd9e52fb7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improvements and fixes for the default theme.</title>
<updated>2017-07-16T18:23:59Z</updated>
<author>
<name>Daniel J. Ramirez</name>
</author>
<published>2017-07-15T04:40:17Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=a3c2d9a6bdbe3967c8f747e39b2b581729b492c1'/>
<id>urn:sha1:a3c2d9a6bdbe3967c8f747e39b2b581729b492c1</id>
<content type='text'>
Added customizable border size and window highlight.
</content>
</entry>
</feed>
