Variables are saved and not reinitialized
The problem is that the Editor remembers the last working directory.
The problem is that the Editor remembers the last working directory. So, unless we make the editor forget it, the solution I've found for now is just open the last file that has the same name of the new file. ...Or maybe warn and ask the user if he wants to replace the old file? Edit: OK, I'll just do the last one... Done.
The problem is that the Editor remembers the last working directory. So, unless we make the editor forget it, the solution I've found for now is just open the last file that has the same name of the new file. ...Or maybe warn and ask the user if he wants to replace the old file? Edit: OK, I'm just going to do the last one...
The problem is that the Editor remembers the last working directory. So, unless we make the editor forget it, the solution I've found for now is just open the last file that has the same name of the new file. ...Or maybe warn and ask the user if he wants to replace the old file? OK, I'm just going to do the last one...
The problem is that the Editor remembers the last working directory. So, unless we make the editor forget it, the solution I've found for now is just open the last file that has the same name of the new file. ... Or maybe warn and ask the user if he want to replace the old file?
The problem is that the Editor remembers the last working directory. So, unless we make the editor forget it, the solution I've found for now is just open the last file that has the same name of the new file.
Creating a new file might replace existing one
Uh... Ok, thanks! btw, I've fixed a bunch of more stuff by now~ Like Debug output, Solution saving, .Sol and .Prj xml, Quoted strings...
I've created a repo on github, https://github.com/LSLEditorCommunityEdition/LSLEditorCE , you can do a PR against that. I'm going to try to get things more organised again, as the project hasn't seen any serious work in over a year.
I've added them all with dnSpy... I don't know how to push git into sourceforge yet...
Settings.Default.LSLEditorSize = base.Size; Settings.Default.LSLEditorLocation = base.Location; Settings.Default.Save(); if (base.IsMdiContainer) { e.Cancel = this.CancelClosing; } else { e.Cancel = !this.CloseAllOpenWindows(); } // Close (aka Save) only if the FormClosing is not canceled and SolutionExplorer is not null or disposed if (!e.Cancel && this.SolutionExplorer != null && !this.SolutionExplorer.IsDisposed) { this.SolutionExplorer.CloseSolution(); }
Settings.Default.LSLEditorSize = base.Size; Settings.Default.LSLEditorLocation = base.Location; Settings.Default.Save(); if (base.IsMdiContainer) { e.Cancel = this.CancelClosing; } else { e.Cancel = !this.CloseAllOpenWindows(); } // Save only if the FormClosing is not canceled and SolutionExplorer is not null or disposed if (!e.Cancel && this.SolutionExplorer != null && !this.SolutionExplorer.IsDisposed) { this.SolutionExplorer.CloseSolution(); }
Missing tons of new constants
Settings.Default.LSLEditorSize = base.Size; Settings.Default.LSLEditorLocation = base.Location; Settings.Default.Save(); if (base.IsMdiContainer) { e.Cancel = this.CancelClosing; } else { e.Cancel = !this.CloseAllOpenWindows(); } // Save only if closing is not canceled or not null or disposed if (!e.Cancel && this.SolutionExplorer != null && !this.SolutionExplorer.IsDisposed) { this.SolutionExplorer.CloseSolution(); }
"LSLEditorForm_FormClosing" is not saving the solution
You can use Block comments if you enable it in the Tools > Options > Debugging. Check "C style comments allowed (/ ... /)". Hope that helps you out!
Were they not included in the recent (couple months ago) update?
Is anything being done about this? With these not inicluded the syntax checker fails.
Assembly info
Released v2.56.0.
Released v2.56.0.
Released v2.56.0.
Released v2.56.0.
Released v2.56.0.
Release notes
Release notes
Include functionality
Version
Merge include functionality in master
merge osprimitives into master
csproj
Fix bug show include errors
Settings, bug fixes and extra functionalities
Export functionality, bug fixes
LSLIPathHelper and updates
Lot's of bug fixes and features
Basic functionality
Missing LSL functions in editor/debugger
gitignore
git ignore
First few ossl functions
All functions
Format string
Check for update shows old version
No problem! Thanks for still looking into it!
Sorry, I had two busy weeks and did not yet find the time. It's still on my sche...
Let me know if you need any help or info. Hope all is going well!
You guys are amazing for taking the time on this! I was looking through the SecondLife/LSL_Functions.cs...
You guys are amazing. I was looking through the SecondLife/LSL_Functions.cs and the...
@Ima Thank you for the hint to make use of the clients syntax file. I already had...
I haven't been in SL for over three years now, which is why I can't keep track of...
Thank you for the reply! That would be awesome I am sure many would appreciate i...
Since it got its last update about 3 years ago I’m afraid there is much more missing....
Hi there, I was wondering if there was an update coming or if there is anything I...
Add block comments
Slow text formatting on Win10.
Opening file from Recent Files - fails to load first time
I was going to report this, but I see it has already been reported. Is there any...
I've hit on a similar problem running LSLEditor under Windows 8.1 64bit. It does...
llSetObjectDesc() in V2.55.03 destroys the .sol file and you have a dead project
New particle parameters for ribbon, glow and blending
At some point after 2.40 the gui was changed to use a library which allowed docking...
Version 2.40.1 is the most recent version of LSLEditor.exe that will startup. Any...
I was able to run the 2.40 version of LSLEditor using mono 2.10.8 under Linux Mint...