Skip to content

Commit

Permalink
Still Version 1.0
Browse files Browse the repository at this point in the history
just added stuff in the README I forgot.
  • Loading branch information
Zinggi committed Jan 29, 2013
1 parent e5acbb0 commit 8e04b03
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Feautures
* **dynamic, intelligent auto-completion**
* parameter hints
* display documentation when you need it
* everything feels like the great Sublime Text 2 snippets
* completions feel like the great Sublime Text 2 snippets
* get other completions depending where you are typing (e.g. in the defaultproperties block you only want to get variables)

* **goto declaration and back again** (F10, alt + left, right click menu or via 'Goto' -> 'UnrealScript Goto Declaration')
Expand All @@ -27,8 +27,8 @@ Planned

* **object-oriented auto-completions**
* if you write e.g. "Controller." you'd want to see it's methods, functions and variables. Currently this doesn't work.
* add support for enumerations, structs and CONST
* multiline function declaration aren't parsed right yet
* **add support for enumerations, structs and CONST**
* **multiline function declaration aren't parsed right yet**


Installation
Expand All @@ -45,6 +45,9 @@ Installation
1. Clone or download this package
2. Put it into your Packages directory (find using 'Preferences' -> 'Browse Packages...')

**please note:**
UnrealScriptIDE will only work properly if you add the src folder as a project.
To do so, goto 'Project' -> 'Add Folder To Project...' -> add the Src folder (/UDK/UDK-201*-**/Development/Src/)

My auto-complete settings
------------
Expand Down

0 comments on commit 8e04b03

Please sign in to comment.