Board index » Present Evidence » Games

Page 2 of 2[ 52 posts ]
Go to page Previous  1, 2
 


Re: PyWright IDE: PyWright case development tool (v1.2.2)Topic%20Title
User avatar

Don't lose.

Gender: Female

Location: Texas

Rank: Desk Jockey

Joined: Sun Mar 18, 2018 11:28 pm

Posts: 52

LupertEverett wrote:
Matias329 wrote:
The text colors are a bit glitchy when you edit them, making it a bit hard to edit.


Someone else reported something similar to me, but I want to make sure, you have any screenshots of this happening? I think something funky is going on with the script lexer stuff.


This is specifically related to diacritics and other Unicode special characters, which break the syntax highlighter. I've done some limited testing with it.
"I meant," said Ipslore bitterly, "what is there in this world that truly makes living worthwhile?"
Death thought about it.
"ᴄᴀᴛs," he said eventually. "ᴄᴀᴛs ᴀʀᴇ ɴɪᴄᴇ.”
― Terry Pratchett [RIP], Sourcery
| my personal site | my sprite thread | my fangame |
Re: PyWright IDE: PyWright case development tool (v1.2.3)Topic%20Title
User avatar

are u batterys

Gender: Male

Location: Definitely somewhere on Earth

Rank: Suspect

Joined: Sun Nov 06, 2022 1:27 am

Posts: 36

Matias329 wrote:
LupertEverett wrote:
Matias329 wrote:
The text colors are a bit glitchy when you edit them, making it a bit hard to edit.


Someone else reported something similar to me, but I want to make sure, you have any screenshots of this happening? I think something funky is going on with the script lexer stuff.


Here's the proof:
Before:
*image*
After:
*image*


Initiate wrote:
This is specifically related to diacritics and other Unicode special characters, which break the syntax highlighter. I've done some limited testing with it.


Yep, our culprits here are the multibyte Unicode characters (€, ½ and such), and them not being handled properly.

It is fixed in v1.2.3 which is out now!

Release page: https://github.com/LupertEverett/pywrig ... tag/v1.2.3
Direct download link for Windows version: https://github.com/LupertEverett/pywrig ... 4.10.03.7z

Changelog:
* Added the ability to browse the music/sfx files of individual cases.
* Fixed an issue where adding multibyte unicode characters (€, ½, etc.) into a script would corrupt the syntax highlighter.
Re: PyWright IDE: PyWright case development tool (v1.2.3)Topic%20Title
User avatar

There's Always Someone Else

Gender: Female

Rank: Suspect

Joined: Wed Feb 01, 2023 5:10 am

Posts: 31

I actually came here to mention that exact text color issue. Glad someone else got to it before I did and it seems fixed now! Which is good, because I really rely on the colors to help me figure out where things are! Thanks for updating it!
Re: PyWright IDE: PyWright case development tool (v1.2.3)Topic%20Title
User avatar

are u batterys

Gender: Male

Location: Definitely somewhere on Earth

Rank: Suspect

Joined: Sun Nov 06, 2022 1:27 am

Posts: 36

LilyGrace wrote:
I actually came here to mention that exact text color issue. Glad someone else got to it before I did and it seems fixed now! Which is good, because I really rely on the colors to help me figure out where things are! Thanks for updating it!


No problem! This new update also has the feature you requested, hope you enjoy!
Re: PyWright IDE: PyWright case development tool (v1.2.4)Topic%20Title
User avatar

are u batterys

Gender: Male

Location: Definitely somewhere on Earth

Rank: Suspect

Joined: Sun Nov 06, 2022 1:27 am

Posts: 36

Version 1.2.4 (24.11.01) of PyWright IDE is out! This one is yet another small bugfix release.

Release page: https://github.com/LupertEverett/pywrig ... tag/v1.2.4
Direct download link for Windows version: https://github.com/LupertEverett/pywrig ... 4.11.01.7z

Changelog:
* Fix crashes with Directory View when attempting to remove files.
Re: PyWright IDE: PyWright case development tool (v1.3)Topic%20Title
User avatar

are u batterys

Gender: Male

Location: Definitely somewhere on Earth

Rank: Suspect

Joined: Sun Nov 06, 2022 1:27 am

Posts: 36

Version 1.3 (24.11.09) of PyWright IDE is NOW OUT!!! This is a big release that streamlines the workflow, and adds some quality of life improvements! This also marks the first time a release has an external contributor!

Release page: https://github.com/LupertEverett/pywrig ... s/tag/v1.3
Direct download link for Windows version: https://github.com/LupertEverett/pywrig ... 4.11.09.7z

Changelog:
* Added basic autocompletion support (by Zetrypio)
* Overhauled and streamlined game loading logic:
-- Now the user only has to select a PyWright Game folder! There is no need to select a PyWright root folder anymore, as it will be figured out from the selected game folder.
-- Thus, the corresponding button has been removed from the toolbar, and its functionality has been given to the "Open PyWright Game" button.
-- New Game Dialog now also has a PyWright Folder Path text field, due to the changes above.
-- Note: This will "reset" some of the settings, namely the autoloading the last folder and the recent docs functionality, in order to avoid any oddities with the older, now incompatible data.
* Renamed the "Autoreload the last open project" setting to "Restore the last open game and tabs on startup" to better reflect its purpose.
* Added the ability to restore the last open tabs, when the "Restore the last open game and tabs on startup" setting is enabled.
* Main window's title now shows the currently open game.
* Fixed the Settings and New PyWright Game windows looking squished on Linux
* Drop down menu of the Open PyWright Game button now indicates that there are no other games to switch to when it is the case, instead of showing nothing.
* Improved About Dialog.
* Added a "Reset All Settings" button to Settings Dialog.

As an aside, I find it amusing that none of the features I initially planned for this version were added in. Either they got added into the 1.2 releases, or they got sidelined by all this new stuff added into this version.

Regardless, I hope you enjoy PyWright IDE v1.3!
Re: PyWright IDE: PyWright case development tool (v1.3.1)Topic%20Title
User avatar

are u batterys

Gender: Male

Location: Definitely somewhere on Earth

Rank: Suspect

Joined: Sun Nov 06, 2022 1:27 am

Posts: 36

Version 1.3.1 (24.11.21) of PyWright IDE is now out! This is a release with some minimal changes!

Release Page: https://github.com/LupertEverett/pywrig ... tag/v1.3.1
Direct download link for Windows version: https://github.com/LupertEverett/pywrig ... 4.11.21.7z

Changelog:
* Added the missing "hotkey=" keyword to Script Lexer (by in1tiate)
* Make AboutDialog load the credits from CREDITS.md file instead.

Hope you enjoy!
Re: PyWright IDE: PyWright case development tool (v1.2.4)Topic%20Title
User avatar

There's Always Someone Else

Gender: Female

Rank: Suspect

Joined: Wed Feb 01, 2023 5:10 am

Posts: 31

LupertEverett wrote:
Version 1.2.4 (24.11.01) of PyWright IDE is out! This one is yet another small bugfix release.

Release page: https://github.com/LupertEverett/pywrig ... tag/v1.2.4
Direct download link for Windows version: https://github.com/LupertEverett/pywrig ... 4.11.01.7z

Changelog:
* Fix crashes with Directory View when attempting to remove files.


I was having an issue that sometimes happened when you tried to add a file too. I've had the whole thing crash on me for that reason. Not sure if it's the same issue you fixed though. This has been really helpful overall!

Any way to turn off the suggestions though? It's driving me nuts as I'm typing.
Re: PyWright IDE: PyWright case development tool (v1.3.2)Topic%20Title
User avatar

are u batterys

Gender: Male

Location: Definitely somewhere on Earth

Rank: Suspect

Joined: Sun Nov 06, 2022 1:27 am

Posts: 36

LilyGrace wrote:
I was having an issue that sometimes happened when you tried to add a file too. I've had the whole thing crash on me for that reason. Not sure if it's the same issue you fixed though. This has been really helpful overall!


Not sure about that one tbh. That crash I've fixed was something I've noticed out of the blue. When you have time could you test it again to see if you're still having the same issue?

LilyGrace wrote:
Any way to turn off the suggestions though? It's driving me nuts as I'm typing.


It wasn't possible to do so... until now, that is. The suggestions dialog can now be toggled off entirely or set to appear on a higher threshold than 1 character (up to 10).

Version 1.3.2 (24.12.22) of PyWright IDE is now out!

Release page: https://github.com/LupertEverett/pywrig ... tag/v1.3.2
Direct download link for Windows version: https://github.com/LupertEverett/pywrig ... 4.12.22.7z

Changelog:
* Added more missing keywords to the Script Lexer (by in1tiate)
* Autocompletion suggestions can now be toggled off in the settings.
* Autocompletion suggestions can now have a varying trigger threshold in between 1-10 characters (i.e. if you set it to 5 then you'll have to type at least 5 characters to make it appear).
Re: PyWright IDE: PyWright case development tool (v1.3.2)Topic%20Title
User avatar

There's Always Someone Else

Gender: Female

Rank: Suspect

Joined: Wed Feb 01, 2023 5:10 am

Posts: 31

Just so you know, you can't open IDE at all if you rename your folder and it can't find one of the previous files that was open. I renamed a case and IDE refused to open until I renamed it back and closed the files I had open. Very specific issue but worth looking into just in case someone else runs into it.
Re: PyWright IDE: PyWright case development tool (v1.3.3)Topic%20Title
User avatar

are u batterys

Gender: Male

Location: Definitely somewhere on Earth

Rank: Suspect

Joined: Sun Nov 06, 2022 1:27 am

Posts: 36

LilyGrace wrote:
Just so you know, you can't open IDE at all if you rename your folder and it can't find one of the previous files that was open. I renamed a case and IDE refused to open until I renamed it back and closed the files I had open. Very specific issue but worth looking into just in case someone else runs into it.


Good catch! I've fixed it in the next version, which is out now!

Edit: I completely forgot to add the download links here... whoops

Release Link: https://github.com/LupertEverett/pywrig ... tag/v1.3.3
Direct download link for Windows version: https://github.com/LupertEverett/pywrig ... 5.01.02.7z

Changelog for PyWright IDE v1.3.3 (25.01.02)
---
* IDE now opens the Welcome dialog if the last open game folder is missing for whatever reason, instead of refusing to open itself until the folder is back.

* Similarly, the Welcome dialog now notifies the user about such an issue occuring.
Image

* Improved appearance of the folders list in the Welcome dialog: Now the game name is shown in a line, while the game's path is shown in another.
Image

* Windows binaries now come bundled with (Py)Qt 6.8

Enjoy!
Re: PyWright IDE: PyWright case development tool (v1.3.4)Topic%20Title
User avatar

are u batterys

Gender: Male

Location: Definitely somewhere on Earth

Rank: Suspect

Joined: Sun Nov 06, 2022 1:27 am

Posts: 36

Hey folks! I've updated the IDE to fix one issue that Zetrypio from GitHub has made me aware of.

Version 1.3.4 (25.03.09) is now out!

Release page: https://github.com/LupertEverett/pywrig ... tag/v1.3.4
Direct download link for Windows version: https://github.com/LupertEverett/pywrig ... 5.03.09.7z

Changelog:
* Fix the wrong ordering of parameters being given to create_new_game(), resulting in author and icon path info changing places.
* (Windows binary release only) PyQt version bumped to 6.8.1
Page 2 of 2 [ 52 posts ] 
Go to page Previous  1, 2
 
Display posts from previous:  Sort by  

 Board index » Present Evidence » Games

Who is online
Users browsing this forum: No registered users and 16 guests

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum
Jump to:  
cron
News News Site map Site map SitemapIndex SitemapIndex RSS Feed RSS Feed Channel list Channel list
Powered by phpBB

phpBB SEO