Wingetlywingetly
← All apps

LopeEdit

by LopeSoftv5.8.1

Last updated

LopeEdit is a powerful programmer's editor and a replacement of Windows Notepad. It has tabs to select between open files, supports syntax highlighting of multiple programing languages

Install with winget

$ winget install --id LopeSoft.LopeEdit --exact --version 5.8.1

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for LopeEdit

LopeEdit uses EXE (Inno Setup). The silent install switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.

One-line silent install (x86, machine scope)
LopeEdit-setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART

See the full silent install reference for LopeEdit

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

LopeEdit is a powerful programmer's editor and a replacement of Windows Notepad.

There are two editions of LopeEdit: LopeEdit Lite (freeware) and LopeEdit Pro (shareware). LopeEdit Lite is fully functional but does not contain all features, and LopeEdit Pro includes all features. You must purchase LopeEdit Pro if you wish to use it. You can try LopeEdit Pro for 30 days if you don't register it.

Basic Features (LopeEdit Lite and LopeEdit Pro)

- Supports visual themes: Office 2003 , Visual Studio 2005 , Office XP , Office 2000 or Windows XP .

- Tabs to select between open files.

- Syntax highlighting (user configurable). Pre-configured for C/C++, Java, JavaScript, Visual Basic, VBScript, XML, HTML, ASP, JSP, SQL, Cobol, C#, CSS (Cascading Style Sheets), Pascal, Perl, PHP.

- UNICODE and UTF-8 support.

- Support for the following new line formats: DOS/Windows, Linux/Unix, MAC.

- Automatic highlighting of brackets/braces as typing or positioning occurs.

- Multiple tabs for an open file.

- The window can be divided in tab groups (horizontal or vertical). It is possible to move tabs by dragging them with the mouse.

- Edit Box in toolbar to find quickly strings in documents.

- Several docking windows with utilities. These windows can be docked in any place of the main window, or can be auto-hided when losing the focus.

- File Browser Window. Build-in file browser (as Windows Explorer) to open files in the editor, or to make any operation over files or folders (copy, move, delete, etc.).

- Find and Replace Window. Finds or replaces a string in the current document or in all open documents.

- Find and Replace In Files Window. Finds or replaces a string in all files that a folder contains.

- Regular expression support with tagged expressions for find/replace.

- Find Results Windows. Allows showing search results. Double clicking over a search result, editor will open the file and will scroll until search result position.

- Favorites Window and Favorites me

Installers · v5.8.1

ArchitectureTypeScopeInstallDownload
x86EXE
Inno Setup
machineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for LopeEdit.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • FileMenu ToolsLopeSoft
    LopeSoft.FileMenuToolsv8.6

    FileMenu Tools is an application which lets you customize the context menu of Windows File Explorer

  • P
    Pixellu SmartAlbumsPixellu
    Pixellu.SmartAlbumsv2025.8.0

    Pixellu SmartAlbums is a professional album design software that simplifies and speeds up the process of creating stunning photo albums for photographers.

  • ZBrush 2024Maxon
    Maxon.ZBrush.2024v2024.0.4

    ZBrush is a digital sculpting, modeling, and painting software used to create highly detailed 3D models. It offers fluid, intuitive features that allow you to model 3D shapes just like sculpting with real clay.

  • Cinema 4D 2025Maxon
    Maxon.Cinema4D.2025v2025.3.3

    Cinema 4D is a professional 3D animation, modeling, simulation and rendering software solution.

  • Cinema 4D 2026Maxon
    Maxon.Cinema4D.2026v2026.0.0

    Cinema 4D is a professional 3D animation, modeling, simulation and rendering software solution.

  • Cinema 4D 2024Maxon
    Maxon.Cinema4D.2024v2024.5.1

    Cinema 4D is a professional 3D animation, modeling, simulation and rendering software solution.

More from LopeSoft or browse Trial.

Frequently asked questions

How do I install LopeEdit on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id LopeSoft.LopeEdit --exact --version 5.8.1. winget downloads the installer from LopeSoft and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install LopeEdit silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id LopeSoft.LopeEdit --exact 5.8.1 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for LopeEdit?
LopeEdit uses EXE (Inno Setup). Run the downloaded installer with: LopeEdit-setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART. The silent switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.
How do I uninstall LopeEdit via winget?
Run: winget uninstall --id LopeSoft.LopeEdit --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from LopeEdit's Apps & Features entry.
Is LopeEdit free?
LopeEdit is distributed under Proprietary. Refer to the publisher (https://www.lopesoft.com/index.php/en/products/lopeedit) for the full license terms - Wingetly itself does not charge for installation.
Does LopeEdit work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls LopeEdit directly from the publisher.
How do I keep LopeEdit up to date?
Run winget upgrade --id LopeSoft.LopeEdit --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of LopeEdit from microsoft/winget-pkgs.