[LDPartEditor] 0.8.8 Beta Released - Printable Version +- LDraw.org Discussion Forums (https://forums.ldraw.org) +-- Forum: LDraw Programs (https://forums.ldraw.org/forum-7.html) +--- Forum: Parts Author Tools (https://forums.ldraw.org/forum-24.html) +--- Thread: [LDPartEditor] 0.8.8 Beta Released (/thread-21358.html) |
[LDPartEditor] 0.8.8 Beta Released - Nils Schmidt - 2016-03-26 Yay! Another day, another release. Curtains up for 0.8.8! As always, you can download LDPE from this page: http://nilsschmidt1337.github.io/ldparteditor/ Changelog: (10 new features and 8 bug fixes) With this release you will be able to...
The following critical issues were fixed:
The program was tested intensively with "real world" files. However, it is still a beta version and something can go wrong in about 100.000 lines of code. Make sure that you choose the right architecture for your OS and Java Virtual Machine (JVM) (64bit or 32bit). A short guide how to check if a 64bit JVM is installed on your system is located at the bottom of this message.
Please note that this software is in the beta stage. Although, LDPE 0.8.8 was tested, there are already known issues for this release. There is a potential risk of data loss. You can search for updates if you do the following steps:
I listen carefully to your requests and possible complaints. Please leave me a message, with your thoughts and wishes to further improve the software. LDPE is a 3D CAD application: The overall system requirements are higher. While I recommend to use a powerful 64-bit multicore system, it could be possible, to run LDPE on older machines as well. System Requirements: Minimum System Requirements:
Recommended Requirements:
-------------------------------------------------------------------------------- How to check your JVM version (32- or 64-bit): -------------------------------------------------------------------------------- You can try on the command line: Code: java -d64 version If it's not a 64-bit version, you'll get a message that looks like: Code: This Java instance does not support a 64-bit JVM. Please install the desired version. In general, I recommend to install the 64-bit version of the JVM for Java 8. Re: [LDPartEditor] 0.8.8 Beta Released - Philippe Hurbain - 2016-03-26 Excellent! Thanks Nils... Re: [LDPartEditor] 0.8.8 Beta Released - Willy Tschager - 2016-03-26 looks like you're in full swing ... thx a lot! w. Bug: Hidden Sub-files Stay Invisible (+Workaround) - Nils Schmidt - 2016-03-26 Oh well... the fix for the hide/show state included a bug If you hide a sub-file, it gets not visible on "Show All". But there is a workaround for this:
Re: [LDPartEditor] 0.8.8 Beta Released - Willy Tschager - 2016-03-28 Bug: * Launch via run.bat * Open a file in the 3D editor * Part gets loaded in the 3D editor but not the Text editor * Select a triangle in the 3D editor and select "Show selection in the Text Editor. * A new instance of the Text Editor gets launched leaving you with 2 Text Editor windows * Click on the new.dat file in the Parts tree of the 3D editor, select "Open in Text Editor" and a third Text Editor gets launched w. Re: [LDPartEditor] 0.8.8 Beta Released - Willy Tschager - 2016-03-28 Bug: * You've got two files 1.dat and 2.dat * Select 2.dat in the parts tree in the 3D Editor and right-click "Open in 3D editor" * Go to the Text Editor and select the 1.dat tab * Hit the "Open in 3D editor" icon the Text editor. 1.dat gets shown in the 3D Editor but in the parts tree of the 3D Editor the highlight is still on 2.dat. w. Re: [LDPartEditor] 0.8.8 Beta Released - Willy Tschager - 2016-03-28 Bug: * Though I reassigned it several time I cannot get the CTRL+X shortcut get to work for "Cut" in the 3D Editor - I noticed this also in 0.8.7 w. Re: [LDPartEditor] 0.8.8 Beta Released - Magnus Forsberg - 2016-03-28 Thank you Nils, The subfile creation is much better now. It even adds a correct file header in the new file. Would it be possible to also add a "standard" header to any new file created by New Part File-button? Bug report: The subfile creator adds a capital S infront of the subpartnumber, instead of a lower case s. There are typos in the "Customize shortkeys.." menu. It says "Toggle Gird" instead of "Toggle Grid". It says "manipualtion" at all four F2-F4 shortkeys. The customize shortkeys window is very long, almost too long. The OK button might end up outside the screen resolution. That window is also not resizable. Is there any difference beween "Select ... All with Same Colour" and "Select ... Everything ... with Same Colour"? Re: [LDPartEditor] 0.8.8 Beta Released - Philippe Hurbain - 2016-03-29 Quote:Primitve caching issues on Win XP (32 bit) are gone.Unfortunately the problem is not solved for me, it's still impossible to close LDPE, and restarting after killing it is impossible without deleting config.gz. Attached the log file created when starting LDPE, and when trying to restart. Bug-Fix 0.8.8b Released - Nils Schmidt - 2016-03-29 Hey due to the hidden sub-file bug and the issues on windows XP, I decided to publish another release with eight bug fixes and no new features. As always, you can download LDPE from this page: http://nilsschmidt1337.github.io/ldparteditor/ I updated the binaries on sourceforge.net, too. Changelog: (8 bug fixes) The following critical issues were fixed with this release:
edit: Answers to some questions/requests: Willy Tschager Wrote:Bug: You can drag&drop text editor tabs to other text editors and close empty text editors. A file can only displayed on one tab. It is impossible to open the same file twice. It would be nice if you first describe what was going wrong and then what was expected Willy Tschager Wrote:* You've got two files 1.dat and 2.dat I created an issue here. Willy Tschager Wrote:* Though I reassigned it several time I cannot get the CTRL+X shortcut get to work for "Cut" in the 3D Editor - I noticed this also in 0.8.7 This is a bug on the one hand and on the other hand it is not bug. It should not be possible to change the key bindings for cut/copy/paste. They are bound to the operating system. With 0.8.8b these actions are not visible in the "Customise Shortkeys" dialog anymore. To restore the default key bindungs (Ctrl+X, Ctrl+C, Ctrl+V) you have to delete the config.gz file once Magnus Forsberg Wrote:There are typos in the "Customize shortkeys.." menu. These issues are corrected with 0.8.8b. Magnus Forsberg Wrote:Would it be possible to also add a "standard" header to any new file created by New Part File-button? Yes. At the moment you can do this manually, by selecting "Hints", do a right-click, select "Quick Fix". Magnus Forsberg Wrote:The subfile creator adds a capital S infront of the subpartnumber, instead of a lower case s. I had forgotten to fix this issue. It will be fixed with release 0.8.9. Magnus Forsberg Wrote:Is there any difference beween "Select ... All with Same Colour" and "Select ... Everything ... with Same Colour"? No, and yes: You can combine "Select... Everything..." with other options, too. "Select ... All with Same Colour" is just a shortcut. Re: Bug-Fix 0.8.8b Released - Philippe Hurbain - 2016-03-30 Good news, no more problems when closing/restarting LDPE on my XP box. Now the annoying question: is there still some primitive caching? startup time at 1st launch is about 40s, and drops to 30s for following runs. This drop could be well attributed to Windows general file caching, not LDPE primitives caching... Re: Bug-Fix 0.8.8b Released - Magnus Forsberg - 2016-03-30 Willy Wrote:Launch via run.bat I'm also experiencing the same difficult start. I have to double-click on run.bat many times to start the program. Looks like some sort of "StackOverflowError". Bug-Fix 0.8.8c Released (to avoid the stack-overflow on start) - Nils Schmidt - 2016-03-30 Hey, this evening I investigated the stack-overflow exceptions with all possible thoroughness and I found something. The cache included unnecessary pointers to other cache objects. The serialisation process created an entry on the stack for each object. I removed the pointers from the serialisation process. The issue should be gone now. As always, you can download LDPE from this page: http://nilsschmidt1337.github.io/ldparteditor/ I updated the binaries on sourceforge.net, too. Changelog: (2 bug fixes) The following issues were hopefully fixed with this release:
|