SEWorkbench
SEWorkbench copied to clipboard
A feature rich IDE for Space Engineers programs.
Changed the Target Framework of all projects to 4.6.1 Added the reference "VRage.Input.dll" to the Gilgame.SEWorkbench.Interop project. The file "BackupRequestedEventArgs.cs" is missing from the Gilgame.SEWorkbench project. Created a new one....
Whenewer I download that project then always I have bug on very start of program, that is very very sad. "Failed to copy required libraries: SharpDX.Toolkit.Graphics.dll". - There are no...
Tool again after update even won't start. Magic, now works and I do nothing..
Switch the search fields for the tree views to use a filter instead of finding an exact match so that multiple search results will be shown. Currently, only the first...
I'd like to add localization to the editor. I know there are likely plenty of open source libraries to get it started. Also, the Blueprint view uses the Space Engineers...
Drag and drop of objects in the Project Explorer.This should allot the user to move files and folders to different locations in the tree structure as well as the file...
Submitted by Neunzehn. Add code formatting for files. Code formatting is implemented in SharpDevelop. I'll just have to see how they've done it and put it in. For future reference,...
Add a context menu to the text area. This will mostly be the same as the edit menu at the top, but possibly include some other functions.
Add a find/replace dialog. Features: - search in current file, collection, entire project - match case - match whole word - match regular expressions - find all and submit a...
Submitted by Posthy. Bracket pair matching and highlighting int he text editor. I was able to find this discussion on it. It looks like it's implemented in SharpDevelop, but not...