Fixed context area error while exiting the Text Editor via Blender's Menu option.
Fixed a major issue with 'Bold' and 'Italic' not working when users switched to an existing line. The features worked perfectly when users typed in a new line with them activated, but as soon the users switched to an existing in the document, both the 'Bold' and 'Italic' worked erroneously. It is fixed now.!!
Updated Developer name in the 'init' and 'manifest' file.
Fixed the text editor issue of not working inside node groups.
Updated my e-mail address.
Updated the "init" and the "manifest" file by omitting 'blender_version_max' which was restricting the addon's usage on any Blender version above '4.4'
This new updated version now works inside node groups too. Now, users can create frames and insert them with other nodes in the node groups.
Patched the text formatting panel appearance.
Re-Arranged Emoji Categories. Cleaned up and added comments for better readability.
Made all the changes asked by the reviewer, 1.a) "..reusing same code over and over, specifically load_emoji_database..." -- Modules now import this function rather than re-running it with every panel. 1.b). "...* Please abstract things ..." -- Introduced boiler_plate.py as part of abstraction, now one module is used by all nine categories, instead of rewriting and re creating with each category. Introduced Help_Settings_Panel.py as same help settings were used by both FrameFlow and Editor, so now they import from one single file 1.c) "...All "sub_panel" files feel like can be combined into one with correct abstraction.... --- All sub panels are now inside one file "abstracted_single_panel_file.py". 2). "...Links to marketplaces inside Blender UI is not allowed and should be removed. Links to documentation on Github can stay, but rest should be removed...." --Already did in previous upload. 3). "... "Material" and "User Interface" are not correct tags for this, please remove them.*..." --- Already did in the previous upload.
Added "Report Bug" Button.
Made the changes for the following suggestions by the reviewer" --Links to marketplaces inside Blender UI is not allowed and should be removed. Links to documentation on Github can stay, but rest should be removed.
--"Material" and "User Interface" are not correct tags for this, please remove them.
FrameFlow (Beta) 1.1.1