All Projects → pH-7 → Simple Java Text Editor

pH-7 / Simple Java Text Editor

Licence: apache-2.0
📝 PHNotepad is a simple Java text/code editor (notepad) written in Java. It has also nice features such as Search tool, Find/Replace text/code, Auto completion, Nice Image Buttons for better UX, etc.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Simple Java Text Editor

Slate
A completely customizable framework for building rich text editors. (Currently in beta.)
Stars: ✭ 23,104 (+17950%)
Mutual labels:  editor, text-editor
Vue Quill Editor
🍡@quilljs editor component for @vuejs
Stars: ✭ 6,874 (+5270.31%)
Mutual labels:  editor, text-editor
Zmjimageeditor
ZMJImageEditor is a picture editing component like WeChat. It is powerful and easy to integrate, supporting rendering, text, rotation, tailoring, mapping and other functions. (ZMJImageEditor 是一个和微信一样图片编辑的组件,功能强大,极易集成,支持绘制、文字、旋转、剪裁、贴图等功能)
Stars: ✭ 470 (+267.19%)
Mutual labels:  editor, text-editor
Micro
A modern and intuitive terminal-based text editor
Stars: ✭ 18,526 (+14373.44%)
Mutual labels:  editor, text-editor
O
🌀 Text editor suitable for writing git commit messages and editing Markdown files. Can build executables and jump to errors at the press of `ctrl-space`, for several programming languages. Can format code with `ctrl-w`. Provides general syntax highlighting, rainbow parenthesis and cut/paste portals. o is intentionally limited to VT100.
Stars: ✭ 54 (-57.81%)
Mutual labels:  editor, text-editor
Mle
Flexible terminal-based text editor (C)
Stars: ✭ 378 (+195.31%)
Mutual labels:  editor, text-editor
Sakura
SAKURA Editor (Japanese text editor for MS Windows)
Stars: ✭ 689 (+438.28%)
Mutual labels:  editor, text-editor
Moe
A command line based editor inspired by vi/vim. Written in Nim.
Stars: ✭ 252 (+96.88%)
Mutual labels:  editor, text-editor
Remirror
ProseMirror toolkit for React 🎉
Stars: ✭ 973 (+660.16%)
Mutual labels:  editor, text-editor
Femto
A toy text editor with no dependencies written in Ruby
Stars: ✭ 34 (-73.44%)
Mutual labels:  editor, text-editor
Slingcode
personal computing platform
Stars: ✭ 277 (+116.41%)
Mutual labels:  editor, text-editor
Left
Distractionless Writing Tool
Stars: ✭ 1,538 (+1101.56%)
Mutual labels:  editor, text-editor
That editor
*That* editor.
Stars: ✭ 262 (+104.69%)
Mutual labels:  editor, text-editor
Mg
Micro (GNU) Emacs-like text editor ❤️ public-domain
Stars: ✭ 117 (-8.59%)
Mutual labels:  editor, text-editor
Lime
Open source API-compatible alternative to the text editor Sublime Text
Stars: ✭ 15,283 (+11839.84%)
Mutual labels:  editor, text-editor
Zep
Zep - An embeddable editor, with optional support for using vim keystrokes.
Stars: ✭ 477 (+272.66%)
Mutual labels:  editor, text-editor
Edi
Edi - The open source text editor IDE based on AvalonDock and AvalonEdit
Stars: ✭ 220 (+71.88%)
Mutual labels:  editor, text-editor
Pythonbuddy
Online Python Editor With Live Syntax Checking and Execution
Stars: ✭ 223 (+74.22%)
Mutual labels:  editor, text-editor
Lem
Common Lisp editor/IDE with high expansibility
Stars: ✭ 894 (+598.44%)
Mutual labels:  editor, text-editor
Dte
A small, configurable console text editor (moved to https://gitlab.com/craigbarnes/dte)
Stars: ✭ 98 (-23.44%)
Mutual labels:  editor, text-editor

Simple Java Text Editor

PH NotePad is a simple and light text editor (notepad) written in Java.

Programming Java Text Editor

  • Search tool (to search text/keywords easily in the code) + highlighting the code found.

  • Find/Replace text/code.

  • Auto completion for Java and C++ keywords (files need to be saved as .java/.cpp). It can be easily expanded to support pretty much any number of languages.

  • Drag and Drop (drag files into the text area and they get loaded).

  • Nice image buttons for better UX.

Example Java Text Editor

AUTHOR

Pierre-Henry Soria

Contributors 🏅

CONTACT

  • Pierre-Henry Soria: hi [AT] ph7 [D0T] me

  • Achintha Gunasekara: contact [AT] achinthagunasekara [D0T] com

DEMO

Download the Jar file and double click to run

Or run java -jar SimpleJavaTextEditor.jar from the command line

You can also generate easily a new jar file with the following command when you are in src/ directory jar cmvf ../manifest.mf ../SimpleJavaTextEditor.jar simplejavatexteditor/*.class

Important

Icons directory and its files must be present on the path when running the application (so you will have to move "icons/" into "src/" directory)

LICENSE

Apache License, Version 2.0 or later; See the license.txt file in the notepad folder.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].