# CQU-Java-TextEditor **Repository Path**: wuliao2020/CQU-Java-ex2 ## Basic Information - **Project Name**: CQU-Java-TextEditor - **Description**: 重庆大学2019级计算机学院JAVA程序开发实验二:基于JAVA的文本编辑器 - **Primary Language**: Java - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-15 - **Last Updated**: 2023-11-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: Java, 重庆大学, 计算机科学与技术 ## README # CQU - Java program development - Experiment 2 重庆大学2019级计算机学院JAVA程序开发实验二:基于JAVA的文本编辑器 --- ⊙ 重庆大学文本编辑器 --- ⊙ 版本 v1.1.0 Beta --- ⊙ WMY 20194086 --- ⊙ © 2020 重庆大学计算机学院 --- ⊙ 保留所有权利 支持的格式:txt, java, cpp, c, pas, h, py, ini, dll, lrc 支持系统:Windows, Linux, Mac OS 已实现功能:新建、打开、保存、另存、关闭、退出、文本编辑、复制、粘贴、剪切、删除、全选、撤销、恢复、查找与替换、缩放、更改字体(支持已安装的所有字体)、更改界面语言(简繁英) 注意事项: ◎ 程序已用jdk14.0.2编译,如jre版本更低可能无法运行,请升级jre版本或者重新编译。 ◎ 大部分功能已支持快捷键 ◎ 源代码全部位于Exp2.java文件中 ------------------------------------------------------------------------------------ --- ⊙ CQU Text Editor --- ⊙ Version v1.1.0 Beta --- ⊙ WMY 20194086 --- ⊙ © 2020 Chongqing University --- ⊙ All rights reserved Supported formats: TXT, Java, CPP, C, PAS, H, PY, INI, DLL, LRC Support systems: Windows, Linux, Mac OS Realized functions: new, open, save, save, close, exit, text editing, copy, paste, cut, delete, select all, undo, restore, find and replace, zoom, change font (support all installed fonts), change interface language (Simplified Chinese, traditional Chinese, English) Notes: ◎ The program has been compiled with JDK14.0.2, if the JRE version is lower, it may not work, please upgrade the JRE version or recompile. ◎ Most functions already support shortcut keys ◎ The source code is all located in Exp2.java 程序界面: ![image](pic/Text%20Editor.png)