You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closes#1226
Was tested locally against 2.0 (Debian), but compile checked against master (upstream). There may be a upstream build problem due to that. Fixes#1561
Contributed under GNU GENERAL PUBLIC LICENSE Version 2
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
make[1]: Leaving directory '/home/build/Projects/geany-plugins-remote/geany-plugins'
Making all in src
make[1]: Entering directory '/home/build/Projects/geany-plugins-remote/geany-plugins/workbench/src'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/build/Projects/geany-plugins-remote/geany-plugins/workbench/src'
make[1]: Entering directory '/home/build/Projects/geany-plugins-remote/geany-plugins/workbench'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/home/build/Projects/geany-plugins-remote/geany-plugins/workbench'
Created a Workbench, then created a project, then added a project to workbench, then closed and reopened geany.
Both the project and the workbench opened.
This is the only critical in the geany --verbose log, but it appears to be unrelated to the changes. (geany:109669): Workbench-CRITICAL **: 09:18:59.395: plugin_workbench_on_doc_close: assertion 'doc != NULL && doc->file_name != NULL' failed
When I opened this request, I had no idea I would be working on so many issues. I am closing this request to move my changes into a branch so I can keep my fork synced with geany-plugins@master. I opened #1575 to correct that.
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
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.
Closes #1226
Was tested locally against 2.0 (Debian), but compile checked against master (upstream). There may be a upstream build problem due to that.
Fixes #1561
Contributed under GNU GENERAL PUBLIC LICENSE Version 2