Board index » Present Evidence » Games

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


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

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: 40

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: 40

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: 40

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: 40

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: 40

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: 40

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: 40

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: 40

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
Re: PyWright IDE: PyWright case development tool (v1.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: 40

Hey folks! Version 1.4 of PyWright IDE is now out! This one is a rather sizeable feature release!

Release Page: https://github.com/LupertEverett/pywrig ... s/tag/v1.4
Direct download link for Windows version: https://github.com/LupertEverett/pywrig ... 5.05.06.7z
Direct download link for Linux version: https://github.com/LupertEverett/pywrig ... 5.05.06.7z

Changelog:
* Welcome dialog now shows the game's icon and the author info, if the relevant fields are provided in data.txt
Image
* Lots of Lexer improvements:
-- Added separate coloring for {} tokens in strings (by Zetrypio)
Image
-- Added handling for logical operators (==, >=, AND, OR, etc) (by in1tiate)
-- Added handling for engine-level macro argument access variables (by in1tiate)
-- Fixed question mark operators at the end of conditionals breaking highlighting for the last operand (by in1tiate)
-- Fixed inline macro calls with arguments not being highlighted (by in1tiate)
---- Arguments to inline macro calls will now be highlighted as normal. (by in1tiate)
-- Added missing keywords "suppress" (by in1tiate) and "OR"
-- Fixed built-in and game macros' names not being highlighted.
* Added a Color Editor dialog for editing text editor component themes.
* Added requirements.txt for a more convenient way to download the required dependencies (by in1tiate)
* Moved built-in macro handling to PyWrightGameInfo class (less code duplication)
* Find/Replace Dialog:
-- "Find" field will be filled with highlighted text on the active tab (if there is any) on startup. (by in1tiate)
-- "Find Next" button is now highlighted by default. (by in1tiate)
* PyWright IDE can now be buildable on Linux.
* Compiled versions of PyWright IDE are now bundled with PyQt 6.9.0
-- Mainly so that the IDE can show its own icon when it is run under Linux/Wayland

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

Trying not to succumb to inferiority.

Gender: Male

Rank: Suspect

Joined: Tue Feb 11, 2025 4:12 pm

Posts: 15

let's hope i can actually get some of my fangame done with this fantastic tool and not let the inferiority complex get to me
Re: PyWright IDE: PyWright case development tool (v1.4.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: 40

Hey folks! PyWright IDE v1.4.1 is now released! This one is a pretty small bugfix release!

Release Page: https://github.com/LupertEverett/pywrig ... tag/v1.4.1
Direct download link for Windows version: https://github.com/LupertEverett/pywrig ... 5.05.17.7z
Direct download link for Linux version: https://github.com/LupertEverett/pywrig ... 5.05.17.7z

Changelog:
* Fixed the crash caused by tab(s) being unable to be restored due to file(s) no longer existing (by in1tiate)
* PyWright IDE now informs the user in the case of some tabs being unable to be restored due to missing files.
Image
* Fixed the crash that happens when the user tries to close the IDE with no tabs open.
Re: PyWright IDE: PyWright case development tool (v1.4.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: 40

Hey folks! I'm once again here with a new PyWright IDE release! Version 1.4.2 is a small bugfix release, with some small features sprinkled in!

Release Page: https://github.com/LupertEverett/pywrig ... tag/v1.4.2
Direct download link for Windows version: https://github.com/LupertEverett/pywrig ... 5.05.31.7z
Direct download link for Linux version: https://github.com/LupertEverett/pywrig ... 5.05.31.7z

Changelog:
* Fixed syntax highlighting for consecutive inline macros (by in1tiate)
* Fixed Find/Replace dialog needing the user to position the cursor before it can search text.
* Added the ability to highlight the other occurrences of the selected text.
-- This can be toggled off in the settings.
-- There are two highlight styles to choose from: "Hollow" and "Filled"
-- Note that if you're using a custom editor color theme, you might need to update it to account for the highlight color.
* Slightly tidied up the Settings dialog.
* Cursor position (line and column) and the amount of selected characters are now shown in the status bar.
Page 2 of 2 [ 56 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 14 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