{"id":29070494,"url":"https://github.com/webprofusion/simple-text-editor","last_synced_at":"2025-06-27T12:06:04.889Z","repository":{"id":300753654,"uuid":"1007041978","full_name":"webprofusion/simple-text-editor","owner":"webprofusion","description":"A simple text editor for windows. ","archived":false,"fork":false,"pushed_at":"2025-06-25T08:53:17.000Z","size":82,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-25T09:27:59.654Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webprofusion.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-23T11:25:34.000Z","updated_at":"2025-06-25T08:53:20.000Z","dependencies_parsed_at":"2025-06-25T09:29:08.325Z","dependency_job_id":"a0fe07cb-85c5-46bd-9e04-803dffb59e32","html_url":"https://github.com/webprofusion/simple-text-editor","commit_stats":null,"previous_names":["webprofusion-chrisc/simple-text-editor","webprofusion/simple-text-editor"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/webprofusion/simple-text-editor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webprofusion%2Fsimple-text-editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webprofusion%2Fsimple-text-editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webprofusion%2Fsimple-text-editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webprofusion%2Fsimple-text-editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webprofusion","download_url":"https://codeload.github.com/webprofusion/simple-text-editor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webprofusion%2Fsimple-text-editor/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262253855,"owners_count":23282552,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-27T12:05:20.580Z","updated_at":"2025-06-27T12:06:04.876Z","avatar_url":"https://github.com/webprofusion.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Text Editor\n\nSometimes you just need a tiny and quick text editor.\n\n*Simple Text Editor* is a lightweight, Windows-native text editor built with C++ and the Win32 API. This editor provides essential text editing capabilities with a clean, tabbed interface.\n\n![Simple Text Editor](docs/screenshot.png)\n\n## Features\n\n### Core Functionality\n- **Multi-tab Interface**: Open and work with multiple files simultaneously in separate tabs\n- **File Operations**: Open, Save, and Save As functionality through the File menu\n- **Drag \u0026 Drop Support**: Simply drag files from Windows Explorer into the editor to open them\n- **Command Line Integration**: Open files directly from the command line or \"Open With\" context menu\n- **UTF-8 Encoding**: Full support for UTF-8 text files\n\n### Text Editing\n- **Rich Text Editing**: Powered by Windows RichEdit control for advanced text handling\n- **Large File Support**: No arbitrary text length limits - handles large files efficiently\n\n### File Format Support\n- Text files (*.txt)\n- Log files (*.log) \n- JSON files (*.json)\n- All file types (*.*) - universal text file support\n\n## System Requirements\n\n- Windows x64\n\n## Installation\n\n### Download Release\n1. Go to the [Releases](../../releases) page\n2. Download the latest `SimpleTextEditor-vX.X.X-windows-x64.zip`\n3. Extract to your desired location\n4. Run `SimpleTextEditor.exe`\n\n### Build from Source\n1. Clone this repository\n2. Open `src/SimpleTextEditor.sln` in Visual Studio 2022 or later\n3. Build in Release mode for x64 platform\n4. Executable will be created in `src/x64/Release/`\n\n## Usage\n\n### Opening Files\n- **File Menu**: Use File \u003e Open to browse and select files\n- **Drag \u0026 Drop**: Drag files from Windows Explorer directly into the editor\n- **Command Line**: Right-click a text file and choose \"Open With\" → Simple Text Editor\n- **Command Line**: Run `SimpleTextEditor.exe \"path\\to\\file.txt\"`\n\n### Saving Files\n- **Save**: Ctrl+S or File \u003e Save (saves to current file)\n- **Save As**: File \u003e Save As (save with new name/location)\n\n### Tab Management\n- Each opened file gets its own tab\n- Click tabs to switch between open files\n- All tabs are automatically resized when the window is resized\n\n## Technical Details\n\n- **Language**: C++ with Win32 API\n- **UI Framework**: Native Windows controls (RichEdit, Tab Control)\n- **Build System**: Visual Studio project files\n- **Architecture**: Windows x64\n\n## Contributing\n\nThis is a simple, AI built, educational text editor project. Feel free to fork and modify for your own needs.\n\n## License\n\nSee [LICENSE.md](LICENSE.md) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebprofusion%2Fsimple-text-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebprofusion%2Fsimple-text-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebprofusion%2Fsimple-text-editor/lists"}