Add QuickVerseLookup example under org.crosswire.jsword.examples#155
Open
Arcturus742 wants to merge 9 commits intocrosswire:developfrom
Open
Add QuickVerseLookup example under org.crosswire.jsword.examples#155Arcturus742 wants to merge 9 commits intocrosswire:developfrom
Arcturus742 wants to merge 9 commits intocrosswire:developfrom
Conversation
* Update gradle.yml Add debug to download of test modules * Update gradle.yml fixed indentation of lines 49,50 of gradle.yml * Update gradle.yml Change download url to be a variable rather than a secret. * Update gradle.yml to remove debug and update comment on how to clear cache. * Create LICENSE.txt Added LICENSE.txt for LGPL-2.1-or-later * Create CONTRIBUTING.md
Trying to get GitHub to properly recognize the lgpl license.
Github repository was removed. New link links to crosswire website: https://crosswire.org/bibledesktop/download.html
tuomas2
reviewed
Nov 27, 2025
| StringBuilder buf = new StringBuilder(); | ||
| while (true) { | ||
| // Empty out the buffer | ||
| buf.setLength(0); |
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.
This PR adds a starter example class
QuickVerseLookupunder the examples package.This example can be useful for verse-of-the-day tools, sermon helpers, and small CLI Bible utilities.