文件名称:xojo-format-code:Xojo编写的Xojo脚本代码格式化程序
文件大小:18KB
文件格式:ZIP
更新时间:2024-06-01 12:47:31
Xojo
格式代码-Xojo IDE脚本 在的当前编辑器中格式化代码。 例如,格式错误的代码: DIM i as Integer= 10 iF i<18 then SayHello ("Howdy" , "World" ) end if 自动变成: Dim i As Integer = 10 If i < 18 Then SayHello("Howdy", "World") End If 它还执行其他一些半格式任务,例如,它扩展了常见的简写分配: appleCount += applesInDeliveryTruck appleCount -= applesAteWhileUnloading appleCount *= bushelsInTruck appleCount /= peopleHelpingToUnload 自动变成: appleCount = a
【文件预览】:
xojo-format-code-develop
----.gitignore(47B)
----Format Code Unit Test.xojo_project(1KB)
----Build Automation.xojo_code(281B)
----MainWindow.xojo_window(5KB)
----App.xojo_code(843B)
----Format Code Unit Test.xojo_resources(12B)
----FormatCodePreferences.xojo_code(2KB)
----MainMenuBar.xojo_menu(2KB)
----README.md(5KB)
----Scripts()
--------Format Code - Test.xojo_script(14KB)
--------Format Code.xojo_script(22KB)
----Sample FormatCodePreferences Module()
--------FormatCodePreferences.xojo_xml_code(5KB)