Releases: ahmetsait/LF2.IDE
LF2 IDE v3.4.0
LF2 IDE v3.3.1
- Fixed crashing when opening stage data files
- Fix IDL window crashing when closing
- Fix sprite args not working properly
- Sprite mirrorer now checks before overwriting
LF2 IDE v3.3.0
- Implemented document navigation
- Fixed 'Jump To' problems when line wrapping is on
- Focus follows mouse between Design panel and documents
- Change behavior: F9 doesn't bring LF2 foreground anymore
- Fixed file creating & renaming issues in Solution Explorer
- Fix 'Jump To' not expanding folds
- Added shortcut Ctrl+R for "jump to frame" of selected text as index
- Added shortcut Ctrl+U for backward navigation
- Added shortcut Ctrl+Shift+U for forward navigation
- Better encoding support
- Made text editor settings globally handled (rather than per document)
- Line wrapping
- Show white space & end of line characters
- Fix image file loading: open detached
- Fixed wrong shown area of startup-loaded files when line wrapping is on
LF2 IDE v3.2.0
- Improved and redesigned 'Solution Explorer'
- Added an option to choose whether opoint viewer will be auto-loaded on startup
- Fixed opoint cover rendering
LF2 IDE v3.1.1
- Corrected sprite parser algorithm
- Added more shortcuts
- Ctrl+B, Ctrl+Shift+B goes to next/previous frame
- Ctrl+Tab, Ctrl+Shift+Tab changes active document
LF2 IDE v3.1.0
- Removed line wrapping mode: char
- Add missing keyword "y" for stage
- Changed line wrapping indent mode
- Added shortcut to open data.txt
- Added "LF2 Path" dialog at startup
- Implemented warning system for IDL
- Improved multithreading via lock based sync
LF2 IDE v3.0
Fix: frame merge doesn't work with index and caption
Fixed crash for non-existing files when trying open them at startup
Added missing keywords for stage data files (x, height, join)
Fixed GDI external error in sprite tools
Improved document type detection
Implemented Instant Data Loader - thanks @Someone else
Improved LF2 execution shortcut (LF2 is automatically started when F5 is pressed)
Removed unsafe code - can compile without /unsafe now on
Corrected selected line calculation
Fix annoying window minimization when closing
Fix: active bdy/itr resets itself when user selects another
Auto-complete list gets closed when text deleted
Added redo shortcut Ctrl+Shift+Z
Added increment button for next tag in frame generator
LF2 IDE v2.1
Fix broken frame generator
Handle old setting files smoothly
LF2 IDE v2.0
Fixed a bug causing 123 null chars to be added at the end of data file
Implemented plugin system via cs-script library
Added an option for disabling auto-complete
Some of data generator code optimized (dropped string arithmetic grabbed string builder yay)
No more "opoint.cache" file needs to be created (it was resulting a huge file and now you can delete it safely)
Updated DockPanel Suite to a newer version
Some frame generation bugs fixed
Fix: Event Log panel was dockable as a document
Fixed some keywords not being highlighted
Fixed wpoint sprites shown in wrong coordinates
Added missing keywords to auto-complete list
Improved end of line handling and normalization
Fixed thread safety issues on Solution Explorer panel and now it's a lot faster
Fixed a critical bug causing changed documents to be not saved
Improved Event Log panel to a great level (I was getting sick of that)
Handled a null reference exception on Solution Explorer
Tag panel is improved into Desing panel and now supports multi-bdy/itr drawing
Desing (Tag) panel now can be sync'ed with data editor, no more generate-copy-paste pain needed it just works
Previous open documents are loaded back on startup similar to Notepad++ (can be disabled in settings) - this can cause problems when line wrapping is on
Frame Merge function added as requested by empirefantasy
Some settings are now per document handled (white space visibility, line wrapping, etc...)
Signed the executable assembly