[LDPartEditor] 0.8.49 Beta Released (open files/invert zoom direction/selection info) - 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.49 Beta Released (open files/invert zoom direction/selection info) (/thread-23706.html) |
[LDPartEditor] 0.8.49 Beta Released (open files/invert zoom direction/selection info) - Nils Schmidt - 2019-10-07 Hi, with this LDPE release it is possible to open multiple files in one go, invert the mouse wheel zoom direction and there are some other features, too As always, you can download LDPE from this page: http://nilsschmidt1337.github.io/ldparteditor/ Changelog: (5 new features and 2 bug fixes) With this release you will be able to...
The following critical issues were fixed:
What will the next release 0.8.50 deliver? clever auto-completion / context menu for the text editor / usability. The program was tested intensively with "real world" files. However, it is still a beta version and something can go wrong in about 140.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.
You can search for updates if you do the following steps:
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:
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: This Java instance does not support a 64-bit JVM. Please install the desired version. RE: [LDPartEditor] 0.8.49 Beta Released (open files/invert zoom direction/selection info) - Philippe Hurbain - 2019-10-07 Thanks, Nils! RE: [LDPartEditor] 0.8.49 Beta Released (open files/invert zoom direction/selection info) - Johann Eisner - 2019-10-07 ?? RE: [LDPartEditor] 0.8.49 Beta Released (open files/invert zoom direction/selection info) - Willy Tschager - 2019-10-08 Opening a part from: C:\Users\<User>\Documents\Parts-Project\Detective I get no file but the msg in the text editor: The file was not found: C:\Users\<User>\Documents\Parts-Project\Detective13786.dat Opening from: C:\Users\<User>\Documents\Parts-Project\Detective\s I get: The file was not found: C:\Users\<User>\Documents\Parts-Project\Detective\s13786s01.dat looks like the last backslash is not considered. Resetting all settings didn't solve the problem. Restored old version which worked fine. w. RE: [LDPartEditor] 0.8.49 Beta Released (open files/invert zoom direction/selection info) - Willy Tschager - 2019-10-08 BTW. The More... color button in the text editor in 0.8.48 is not opening the dialog. w. RE: [LDPartEditor] 0.8.49 Beta Released (open files/invert zoom direction/selection info) - Philippe Hurbain - 2019-10-08 Not noticed so far because I use drag and drop to open files (or reopen from recent files). Both methods work fine, but indeed file->open doesn't work (last string of path is concatenated with file name). RE: [LDPartEditor] 0.8.49 Beta Released (open files/invert zoom direction/selection info) - Philippe Hurbain - 2019-10-08 (2019-10-08, 14:49)Willy Tschager Wrote: BTW. The More... color button in the text editor in 0.8.48 is not opening the dialog.Works here with 0.8.49 Missing File Separator - Nils Schmidt - 2019-10-08 (2019-10-08, 14:13)Willy Tschager Wrote: ... Hi Willy, I am currently working on a solution. I will provide a new release today. Sorry!!! I accidentally tested this feature on files which were not located in any folder Several other sources reported the same problem to me. Cheers Nils |