<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/tools/editor/plugins/script_editor_plugin.cpp, branch 1.1-rc2</title>
<subtitle>Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org</subtitle>
<id>https://git.neuromancer.sk/godot.git/atom/tools/editor/plugins/script_editor_plugin.cpp?h=1.1-rc2</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/tools/editor/plugins/script_editor_plugin.cpp?h=1.1-rc2'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2015-05-05T03:17:22Z</updated>
<entry>
<title>fix crash in editor when using alt+arrows to indent, thanks adolson and romulox_x</title>
<updated>2015-05-05T03:17:22Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-05-05T03:17:22Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=74b0e0c296ac438df2f0826482310e788d0ba898'/>
<id>urn:sha1:74b0e0c296ac438df2f0826482310e788d0ba898</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Proper support for code editor autosaving (disabled by default)</title>
<updated>2015-05-05T02:32:40Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-05-05T02:32:40Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=68700ee3a98298709371c5b970c3083ef534faac'/>
<id>urn:sha1:68700ee3a98298709371c5b970c3083ef534faac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>changed some shortcuts in text editor, maybe fixes #1732</title>
<updated>2015-04-24T19:25:27Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-04-24T19:25:27Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=807a811fadc9031d7533bf198322af2a0684f2cb'/>
<id>urn:sha1:807a811fadc9031d7533bf198322af2a0684f2cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated copyright year in all headers</title>
<updated>2015-04-18T17:38:54Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-04-18T17:38:54Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=fdaa2920eb21fff3320a17e9239e04dfadecdb00'/>
<id>urn:sha1:fdaa2920eb21fff3320a17e9239e04dfadecdb00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changed popup_centered by popup_centered_minsize in editor dialogs</title>
<updated>2015-04-08T17:02:13Z</updated>
<author>
<name>Franklin Sobrinho</name>
</author>
<published>2015-04-08T17:02:13Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=59692d9012a320014366d3dcecac645a64a4d5f2'/>
<id>urn:sha1:59692d9012a320014366d3dcecac645a64a4d5f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1380 from ElectricSolstice/wparentheses_removal</title>
<updated>2015-03-22T18:05:47Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-03-22T18:05:47Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=f706e3e5d1d93c5666a1edabec1aeee318996d6f'/>
<id>urn:sha1:f706e3e5d1d93c5666a1edabec1aeee318996d6f</id>
<content type='text'>
Changed code to remove gcc -Wparentheses warnings.</content>
</entry>
<entry>
<title>Fix for Issue #1484: Don't strip whitespace on line comment</title>
<updated>2015-03-22T09:25:18Z</updated>
<author>
<name>rollenrolm</name>
</author>
<published>2015-03-22T09:25:18Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=cde55bee91322e47769a6eb34f25de95b6f19ad0'/>
<id>urn:sha1:cde55bee91322e47769a6eb34f25de95b6f19ad0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changed code to remove gcc -Wparentheses warnings.</title>
<updated>2015-02-17T02:58:41Z</updated>
<author>
<name>ElectricSolstice</name>
</author>
<published>2015-02-17T02:58:41Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=0e1f34b49da3066bed94b316f22e6dd805509bf3'/>
<id>urn:sha1:0e1f34b49da3066bed94b316f22e6dd805509bf3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1174 from adolson/autoreload-edited-scripts</title>
<updated>2015-02-10T00:35:52Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-02-10T00:35:52Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=80d0117b837ee90e2c0b8cf790f4428a4796c4b6'/>
<id>urn:sha1:80d0117b837ee90e2c0b8cf790f4428a4796c4b6</id>
<content type='text'>
add option to automatically reload changed scripts</content>
</entry>
<entry>
<title>-intentional breakage of shader graph to fix issues, existing graphs will be broken, sorry :(</title>
<updated>2015-01-18T12:51:11Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-01-18T12:51:11Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=6f3c09047ecea651a219c36dd9fa9f96b5f06be4'/>
<id>urn:sha1:6f3c09047ecea651a219c36dd9fa9f96b5f06be4</id>
<content type='text'>
</content>
</entry>
</feed>
