PySimpleGUI
|
de383504e0
|
Error handling for when no editor has been configured
|
2023-01-25 07:57:50 -05:00 |
PySimpleGUI
|
669b739696
|
Fix for problem with spaces in filename and using an editor specified in the Demo Browser's settings
|
2022-09-10 16:01:32 -04:00 |
PySimpleGUI
|
bc9fa18855
|
Addition of "Show all file types" option, Expansion of elements for window resizing (old change that doesn't seem to have been checked in 🤦♂️)
|
2022-07-20 09:46:18 -04:00 |
PySimpleGUI
|
7a74089157
|
Addition of SizeGrip element (makes resizing the window oh-so-nice! Also makes clear window is resizable)
|
2022-05-09 17:00:35 -04:00 |
PySimpleGUI
|
10cce5e17b
|
Unified the Demo Browser across GitHub and psgdemos PyPI release.
|
2022-02-19 09:19:28 -05:00 |
PySimpleGUI
|
1dbc22c41e
|
Removed the "Edit Me (This Program)" button since it caused confusion. Right click to choose "Edit me". Advanced mode is not on by default. Added PySimpleGUI version checking to warn about edit features
|
2022-02-18 13:59:10 -05:00 |
PySimpleGUI
|
516e9c3928
|
Removed all code that is now part of PySimpleGUI. Was duplicating a lot of the EXEC APIs in case user is running old PySimpleGUI but better to upgrade to newest PySimpleGUI
|
2022-01-24 17:55:12 -05:00 |
PySimpleGUI
|
d3012ea16b
|
Fix for bytestring search results
|
2021-10-31 13:49:20 -04:00 |
PySimpleGUI
|
0c3959efb0
|
Try this?
|
2021-10-31 13:47:51 -04:00 |
PySimpleGUI
|
81c386e3e0
|
Added Copy Full Filename feature to Project Browser
|
2021-09-28 21:12:49 -04:00 |
PySimpleGUI
|
32602b2316
|
Added bring_to_front... OMG what a HUGE difference it made. Can press hotkey to run the program and focus remains after launch and can thus begin typing right away
|
2021-09-13 10:45:26 -04:00 |
PySimpleGUI
|
ab0a04b18a
|
Fix for problem matching inside of base64 strings.
|
2021-09-01 15:26:43 -04:00 |
PySimpleGUI
|
52dc961b5a
|
Removed sizegrip so that it can run on older versions of PySimpleGUI. Also removed the change where expand_x, the newly added option on several elements, is removed.
|
2021-07-24 10:53:20 -04:00 |
PySimpleGUI
|
1c1db88f58
|
WTG Tanay in polishing up the final parts... Shows matched lines with selecting which line to edit. Limits matched line length to 500 chars to weed out the bytestring matches
|
2021-06-26 18:20:20 -04:00 |
PySimpleGUI
|
b8a13bd54e
|
Focus the filter input field when starting. Shows python interpreter version that will be used to launch programs. Added a PANE between the 2 main columns. Set a minimum size for the window. Rerouting cprint directly in the layout now.
|
2021-06-13 08:07:13 -04:00 |
PySimpleGUI
|
5f6857571d
|
Support for double-clicking filenames - Choose the action from the settings
|
2021-04-24 13:26:22 -04:00 |
PySimpleGUI
|
b3cd9b8419
|
Double click support
|
2021-04-05 18:44:53 -04:00 |
PySimpleGUI
|
e69829b727
|
Allow the window to be resized and thus expand size of listbox and multiline. 🔥 Addition of hotkeys 🔥
|
2021-04-04 15:34:53 -04:00 |
PySimpleGUI
|
2085a6ec3b
|
Hotkeys added for all of the input fields!
|
2021-03-31 10:23:58 -04:00 |
PySimpleGUI
|
04379b930d
|
Added ability to use older versions of PySimpleGUI by trying sg.execute_editor and launching manually if it fails. Added quotes around __file__ when self-editing
|
2021-03-17 10:31:53 -04:00 |
PySimpleGUI
|
3e411d9853
|
Runs on 4.32.1 now. Added support for the launching of subprocesses using functions local to the program in case the user has an older PySimpleGUI.
|
2021-03-15 16:26:10 -04:00 |
PySimpleGUI
|
1d662e5530
|
Added python version to list of version numbers shown
|
2021-03-13 11:54:11 -05:00 |
PySimpleGUI
|
369f6d9818
|
Removed note about ignore case not working... it is working now. Added code to enable user to Cancel from choosing a line to edit
|
2021-03-09 09:14:40 -05:00 |
PySimpleGUI
|
2301652dd9
|
Renaming the demo browser to be more obvious
|
2021-03-09 07:12:31 -05:00 |