Hebrew Letters

Overview

Ordisoftware™ Hebrew Letters is a libre and open-source software written in C# that helps for the lettriq letter-by-letter study and analysis of Hebrew words.

Mozilla Public License 2.0

Functionnalities

  • Hebrew letters database with their customizable meanings.
  • Analyze a word letter by letter to get a sentence describing its sense.
  • Online research with Pealim, Sefaria, Shorashim, Wiktionary, Translator, etc.
  • Copy the result or a screenshot to the clipboard.
  • English, French.

Review

  • Softpedia.com
    "An easy-to-use and intuitive way to study and translate Hebrew words"

Download

  • Screen 1024x768 or higher.
  • Works under Windows 7 x32/x64 or higher.
  • Requires the Framework .NET 4.8 included.
  • Utilise SQLite 3.40.1 inclus.
  • C# source code included.
  • Kaspersky Antivirus and VirusTotal.com verified.
  • SHA512: 21fcdc68e9be9fc9392f0a2d3fc8e93a7b232b7dd1135a731e8a4beb6c498642c79f7ca4a6ad98e92fdbf9be23b06df9452a25f52764098759a1d0399e8c87b0

  Hebrew Letters 6.14

Size: 28.9 MiB
Upload: 24 January 2019
Update: 22 June 2022
Last download: 27 March 2024
Total downloads: 1,371

What's new

Version 6

  • SQLite ODBC Driver is no more needed.
  • Overall performances are optimized.
  • Some fixes and improvements.
  • Changelog

Screenshots

Videos

Frequently asked questions

What code analyzers are used in addition to Visual Studio?

What to do if the check update tells that the SSL certificate is wrong or expired?

The software verifies the validity of the certificate of the update server in addition to the SHA-512 checksum of the installation file before downloading and running it.

You can manually check the latest version available online in case of problem.

What to do if the application does not work normally despite restoring settings?

Use the Start Menu link:

Ordisoftware\Hebrew Letters\Reset Hebrew Letters settings

This will erase all settings as well as those of old versions, which should resolve issues if there is a conflict, otherwise please contact support.

What is the Windows double-buffering?

When enabled, this will speed up rendering of the main form when it is displayed, but it may cause a slight black flicker.

When disabled, top menu and some controls painting may cause latency, and dynamic items can be generated slowly the larger the number.

What are command line options?

  • Change interface language (does not change the meanings of letters unless restoring them):

Ordisoftware.Hebrew.Letters.exe --lang [en|fr]

  • Analyze a word in Hebrew unicode chars or else Hebrew font chars like "בראשית" and "ty>arb":

Ordisoftware.Hebrew.Letters.exe --hebrew [word]

Or without any other option:

Ordisoftware.Hebrew.Letters.exe [word]

All diacritics are removed and if the word can't be processed it is set to empty.

If any Hebrew unicode chars is present, all non-unicode are removed, else Hebrew font chars are used and all non-font chars are removed.

This program does not use IPC intercom yet since multiple instances can run at the same time.

How to run a word contextual analysis from any application such as browser or text editor?

It is possible to use AutoHotKey to define for example this Shift + Ctrl + Alt + H command on a selected word:

!^+H::
  clipboardOld := ClipboardAll
  ControlGetFocus, ctrl
  Send, ^c
  sleep 100
  word := Clipboard
  Clipboard := clipboardOld
  appPath := "C:\Program Files\Ordisoftware\Hebrew Letters\Bin\"
  appExe := "Ordisoftware.Hebrew.Letters.exe"
  sleep 200
  Run %appPath%%appExe% "%word%"
  return 

Keyboard shortcuts

  • Ctrl  +  Tab : Next view
  • Shift  +  Ctrl  +  Tab : Previous view
  • F1 : Analyze view
  • F2 : Data view
  • F3 : Search
  • Ctrl  +  Home : First letter
  • Ctrl  +  End : Last letter
  • Ctrl  +  PageUp : Previous letter
  • Ctrl  +  PageDn : Next letter
  • Ctrl  +  Ins (or +) : Add meaning
  • Ctrl  +  Del (or -) : Delete meaning
  • Ctrl  +  S : Save changes
  • Ctrl  +  Back : Cancel changes
  • Ctrl + M : Lettriq analysis method notice
  • Ctrl + G : Grammar guide
  • Alt  +  N : New window
  • Alt  +  T : Tools menu
  • Alt  +  L : Web links menu
  • Alt  +  I : Information menu
  • Alt  +  S : Settings menu
  • F9 : Preferences
  • F10 : Log file window
  • F11 : Usage statistics window
  • F12 : About
  • Alt  +  F4 (ou Escape) : Exit application
  • Ctrl  +  Alt  +  F4 : Exit application

Future improvements

  • Add option to set primary source for check update between author website or GitHub.
  • Add reset only some columns to factory defaults.
  • Add backup and restore database.
  • Add export letters data to TXT/CSV/JSON/XML.
  • Add import letters data from TXT/CSV/JSON/XML.
  • Add export and import analyzed words.
  • Add export analysis items to MSWord table.
  • Add print letters data.
  • Add print notebook data.
  • Add find gematria possible combinations.
  • Rewrite advanced TextBox to support multiple undo/redo.
  • Optimize combo boxes creation.

Changelog

In progress for 2022 - Version 7.0

  • Add analyzed words data table and notebook view to save results.
  • Add concordance, transcription, dictionary and comment fields for word analysis.
  • Add search online concordance.

6.14 - 2022.06.21

  • Add a top button to close other windows.
  • Add menu for transcription guide in Tools menu and others windows.
  • Improve transcriptions following a change to better distinguish between He, 'Het, H'ayin, T'et and Tav.
  • Fix hebrew name of a letter no more displayed since a previous version.
  • Reorganize and add some web links about Hebrew, Jewish institutions, Rabbis and YouTube.
  • Serilog WinForms must remains at v2.3.1

6.13 - 2022.04.05

  • Add a setting to use Hebrew chars in bold or regular.
  • Improve multi-windowing by canceling edition if another process is launched.
  • Fix window is blocked in edition mode after changing language in preferences.
  • Some fixes.
  • Some improvements.
  • Some optimizations.
  • Massive refactorings with new code analyzers.
  • Improve setup to select hebrew font version.
  • Update Aish web links for parashot study.
  • Update grammar and lettriq method notices.

6.12 - 2022.03.20

  • Code refactoring.
  • Fix some menu items not being disabled when multiple instances are running.
  • Disable IPC intercom for non-admin users.
  • Update web links with more resources on hieroglyphs.
  • Update web links with more resources on Loubavitch.
  • Update web links with several changes.
  • Update FAQ and Help.
  • Add Hebrew font version available on Fonts2u (can be manually installed).

6.11 - 2022.02.22

  • Add custom word web search.
  • Update web links with Tehilim playlist.

6.10 - 2022.02.08

  • Fix switch to letter's details context menu item not visible since a previous version.
  • Code refactoring.
  • Update judaism web links.

6.9 - 2022.02.01

  • Refactor and fix code.
  • Update web links about languages, judaism, rabbis and playlists.

6.8 - 2021.12.21

  • Few fixes and improvements.
  • Add Judaism 101 website link.

6.7 - 2021.12.16

  • Maintenance release.
  • Some fixes.
  • Refactoring.
  • Update web links.
  • Update hebrew applications' icons.

6.6 - 2021.12.05

  • Change web check update to use GitHub as an alternative if author's website is down.
  • Improve database management code.
  • Fix data not available when the application is started for the very first time since v6.0.
  • Fix web check update to not display timeout error in auto check mode.
  • Few fixes and improvements.

6.5 - 2021.11.25

  • Improve about box to dynamically display the list of dependencies and media used.
  • Add show only log files having errors in trace form.
  • Few fixes and improvements.
  • Code refactoring.

6.4 - 2021.11.21

  • Few fixes.
  • Code refactoring.
  • French and English corrections.
  • Reorganize web links to avoid problems on small screens.

6.3 - 2021.11.14

  • Add menu in Tools to open export folder.
  • Add menu in Tools to optimize database.
  • Fix Windows version detection.
  • French and English corrections.
  • Upgrade to Visual Studio 2022 and C# 10.
  • Update setup for Framework .NET 4.8
  • Code refactoring.

6.2 - 2021.11.09

  • Fix getting CPU usage for multiple instances.
  • Fix memory size calculation in usage statistics.
  • Some fixes and improvements.
  • Code refactoring and quality improvement.
  • Update system menu.
  • Update sqlite-net-pcl nuget.
  • Update SQLitePCL.raw nuget.

6.1 - 2021.10.17

  • Maintenance release.
  • Some fixes.
  • Refactoring.
  • Update web links.

6.0 - 2021.08.05

  • Switch from SQLite ODBC Driver to SQLite-Net with SQLitePCLraw nugets.
  • Optimize overall performances.
  • Replace proprietary simple TraceListener by SeriLog.
  • Improve trace form.
  • Some fixes and improvements.
  • Code refactoring and quality improvement.

5.3 - 2021.04.30

  • Fix drop down menus shown on another monitor instead of the same screen.
  • Improve web check update timeout to 5s.
  • Code refactoring and quality improvement.

5.2 - 2021.03.27

  • Fix exception in analysis meanings comboboxes introduced in previous version.
  • Update web links.

5.1 - 2021.03.19

  • Improve analysis labels to be clickable to switch to letter's details.
  • Update web links.

5.0 - 2021.03.07

  • Optimize ComboBoxes creation (the old system is really much slower on Windows 10 than 7).
  • Add Windows double-buffering drawing to optimize startup.
  • Add context menu on letters' buttons to allow inserting a letter or open its data.
  • Add link to hebrew.ch shorashim database.
  • Add create and save a screenshot of the form.
  • Add open new window top menu button.
  • Add concurrency control to avoid database editing when multiple instances are running.
  • Add permanent database file locking while running.
  • Add usage statistics form in tools menu.
  • Add option to enable or disable the web links menu.
  • Add option to enable or disable message boxes sounds.
  • Add option to set automatic web check update frequency.
  • Add option to set application's volume.
  • Add Option to set color theme.
  • Add import and export settings.
  • Add sounds to clipboard actions.
  • Add keyboard shortcuts notice in windows settings menu.
  • Add news in version notice in the Information menu.
  • Add show usage statistics from about box.
  • Add check update from about box.
  • Add command-line options (see FAQ).
  • Fix pasting Hebrew font chars removes special final letters.
  • Fix pasting unicode chars removes special final letters.
  • Improve data edition.
  • Improve copy and paste to support both Hebrew font and unicode chars from context menu and keyboard.
  • Improve search box to add Left and Right keys to switch between lists.
  • Improve check update to allow auto update or direct download or open app web page.
  • Improve check update to verify the SSL certificate of the website and the checksum of the setup file.
  • Improve debugger to support logging.
  • Improve exception form to view log.
  • Improve message boxes.
  • Improve keyboard shortcuts.
  • Improve UI/UX.
  • Rework of the preferences form design to have a Tab Control with pages with more options.
  • Change all TextBox for TextBoxEx to have the new context menu.
  • Remove advanced undo/redo due to a problem that requires a complete rewrite to have the cursor not misplaced in certain cases.
  • Add Markdig NuGet package.
  • Add FileHelpers NuGet package.
  • Add Newtonsoft.Json NuGet package.
  • Add MoreLINQ NuGet package.
  • Add Enums.NET NuGet package.
  • Add Humanizer NuGet package.
  • Add Global Shortcut Manager dependency.
  • Add InputSimulatorStandard NuGet package.
  • Add Serilog NuGet package.
  • Add Serilog-sinks-file NuGet package.
  • Add Serilog-sinks-winforms NuGet package.
  • Replace simple command-line parser by CommandLineParser NuGet package.
  • The application now automatically creates the ODBC DSN in the Windows registry.
  • files and code refactoring.
  • Incorporate common code written since more than one year for Calendar.
  • Update to SQLite 3.32.3 ODBC Driver.
  • Update to Framework .NET 4.7.2 and supported Windows only 7 SP1 or higher.
  • Update setup.
  • Update web links.
  • Update help.

4.1 - 2020.04.23

  • Add select all (Ctrl+A) and undo/redo support for text boxes.
  • Add undo/redo & copy/cut/paste context menu for text boxes.
  • Add backspace key management for text boxes.
  • Fix copy/cut/paste of hebrew text box.
  • Fix inserting a letter at the caret when clicking on letters buttons.
  • Add option to set the max length of the textbox of the hebrew input panel.
  • Improve auto optimize database at startup that is done once a week.
  • Improve debugger to create a GitHub issue.
  • Optimize startup time.

4.0 - 2020.04.19

  • Exit application at startup if user choose to download a newer version.
  • Add lettriq analysis method notice.
  • Add grammar guide from Hebrew Words.
  • Add menu for web links about judaism.
  • Add option to auto vacuum database at startup.
  • Add option to auto sort meanings combobox items.
  • Add option to use Escape key to close app.
  • Add option to enable debugger.
  • Add debugger (exception information form).
  • Fix paste from clipboard to overwrite the selected text.
  • Fix selected row in meanings array when the last item is deleted.
  • Improve search term result dialog box.
  • Improve UI/UX.
  • Code refactoring.
  • Move online providers values from code to files in the application documents folder.
  • Update help.

3.1 - 2020.04.07

  • Add option to change the sentence font size.
  • Improve search term form.
  • Improve copy meanings to clipboard.
  • Remove diacritics from unicode clipboard content.

3.0 - 2020.03.14

  • Add search a term.
  • Add letters values in the input panel.
  • Add copy/cut/paste for the input box.
  • Add copy hebrew unicode to clipboard button.
  • Add paste from unicode clipboard content button.
  • Add online search from several providers (Pealim, Google, Bing, Wiktionary, Sefaria, Reverso, Glosbe, Dict.com).
  • Add links to Shorashon and Lexilogos.

2.9 - 2019.10.27

  • Improve meanings by trimming leading and trailing spaces.

2.8 - 2019.10.21

  • Fix french translation of parameters labels lost in previous version.
  • Update help.

2.7 - 2019.10.18

  • Improve UI.
  • Some fixes.
  • Some code refactorings.
  • Setup install SQLite ODBC Driver if not present.

2.6 - 2019.09.25

  • Add option to choose language.
  • Fix meanings can't be edited or deleted.
  • Fix meanings list.
  • Improve UI.
  • Update help.
  • Some code refactorings.

2.5 - 2019.09.19

  • Add option to disable startup check update.
  • Some code refactorings.

2.4 - 2019.09.15

  • Fix starting form location.

2.3 - 2019.09.04

  • Update controls tabs.

2.2 - 2019.08.28

  • Fix letters english names.

2.1 - 2019.08.27

  • Improve raw export to clipboard of a word's meanings.

2.0 - 2019.08.22

  • Upgrade DB to improve letters description.
  • Add raw export to clipboard of a word's meanings.
  • Some improvments.

1.1 - 2019.05.22

  • Add check update.

1.0 - 2019.01.24

  • Initial release.

More information and archives

GitHub repository