Support for Gedit 46#63
Open
kitzberger wants to merge 2 commits into
Open
Conversation
- Configure GI_TYPELIB_PATH and LD_LIBRARY_PATH for Gedit API access - Update WebKit2 version requirement from 4.0 to 4.1 - Add explicit GTK 3.0, PeasGtk 1.0, and Gedit 3.0 version requirements - Ensure proper module loading order across all components - Fix import statements in tags_manager.py for localization support This enables the plugin to work with modern Gedit versions that use the Tepl library framework, while maintaining backward compatibility. The plugin now automatically configures the required library paths on x86_64 systems. Requires: gedit-dev, gir1.2-peas-1.0, gir1.2-gtk-3.0, gir1.2-tepl-6
- Simplify complex panel detection and integration logic in main_container.py - Add clean panel_integration.py helper for Tepl panel fallback approach - Fix variable reference bug in tags_manager.py table insertion - Replace 800+ lines of nested debugging code with streamlined 24-line solution - Maintain full functionality while dramatically reducing code complexity Resolves panel integration issues with Gedit 46.2's Tepl-based sidebar system.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adjusts the plugin to Gedit 46.2 so it's working again.
Remaining problems:
Resolves: #60, #61