mirror of
https://github.com/SrIzan10/hc-harbor.git
synced 2026-05-01 10:45:21 +00:00
Add Unreal Engine 4 Setup Guide (#618)
This commit is contained in:
@@ -139,10 +139,10 @@
|
||||
</div>
|
||||
|
||||
<details class="bg-dark rounded-lg p-6 mb-8">
|
||||
<summary class="cursor-pointer font-semibold text-primary">View all 77 supported editors</summary>
|
||||
<summary class="cursor-pointer font-semibold text-primary">View all 80 supported editors</summary>
|
||||
<div id="all-editors" class="grid grid-cols-3 sm:grid-cols-4 md:grid-cols-6 lg:grid-cols-8 gap-3 mt-4 p-4">
|
||||
<%
|
||||
# All 77 editors - alphabetically sorted
|
||||
# All 80 editors - alphabetically sorted
|
||||
all_editors = [
|
||||
['Android Studio', 'android-studio'], ['AppCode', 'appcode'], ['Aptana', 'aptana'], ['Arduino IDE', 'arduino-ide'],
|
||||
['Azure Data Studio', 'azure-data-studio'], ['Blender', 'blender'], ['Brackets', 'brackets'], ['Brave', 'brave'],
|
||||
@@ -161,7 +161,7 @@
|
||||
['Safari', 'safari'], ['SiYuan', 'siyuan'], ['Sketch', 'sketch'], ['SlickEdit', 'slickedit'],
|
||||
['SQL Server Management Studio', 'sql-server-management-studio'], ['Sublime Text', 'sublime-text'],
|
||||
['Terminal', 'terminal'], ['TeXstudio', 'texstudio'], ['TextMate', 'textmate'], ['Trae', 'trae'],
|
||||
['Unity', 'unity'], ['Vim', 'vim'], ['Visual Studio', 'visual-studio'], ['VS Code', 'vs-code'],
|
||||
['Unity', 'unity'], ['Unreal Engine 4', 'unreal-engine-4'], ['Vim', 'vim'], ['Visual Studio', 'visual-studio'], ['VS Code', 'vs-code'],
|
||||
['WebStorm', 'webstorm'], ['Windsurf', 'windsurf'], ['Wing', 'wing'], ['Word', 'word'],
|
||||
['Xcode', 'xcode'], ['Zed', 'zed'], ['Swift Playgrounds', 'swift-playgrounds']
|
||||
].sort_by { |editor| editor[0] } %>
|
||||
|
||||
Reference in New Issue
Block a user