You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
<divalign="center">
2
-
<h2>Pythonico Programming Text Editor</h2>
2
+
<h2>Pythonico Programming Text Editor (IDE) for Python Language</h2>
3
3
</div>
4
4
5
5
<palign="center">
@@ -8,30 +8,27 @@
8
8
9
9

10
10
11
-
Pythonico Programming Text Editor is a lightweight and customizable text editor designed specifically for programming in Python.
12
-
13
-
This portion of code provides a user-friendly interface and essential features to facilitate Python programming. <br />It offers syntax highlighting, code auto-completion, code snippets, multiple tabs, and other functionalities to enhance the coding experience. <br /><br />The goal of Pythonico Programming Text Editor is to provide a fast and efficient text editor tailored for Python developers.
14
-
15
-
This code is still in Alpha, many features may lack in the code.
11
+
Pythonico Programming Text Editor is a lightweight and customizable IDE built specifically for Python development. It provides a user-friendly interface and essential features like syntax highlighting, code auto-completion, code snippets, and multiple tabs to streamline your coding experience. Our goal is to offer a fast, efficient, and intuitive editor tailored for Python developers. This code is still in Alpha, and several features may be incomplete or under active development.
16
12
17
13
## Features
18
14
-**Syntax Highlighting:**
19
-
Provides syntax highlighting for Python code to improve code readability.
15
+
Provides rich syntax highlighting for Python code, including advanced rules for parentheses, imports, and strings.
20
16
-**Code Auto-Completion:**
21
-
Offers auto-completion suggestions while typing to increase productivity.
17
+
Offers auto-completion suggestions for built-in Python functions and installed modules, boosting productivity.
22
18
- TODO **Code Snippets:**
23
-
Includes a library of code snippets for common Python programming tasks.
19
+
Includes a library of code snippets for common Python programming tasks.
24
20
-**Multiple Tabs:**
25
-
Allows opening multiple files simultaneously with a tabbed interface.
21
+
Allows opening multiple files simultaneously with a tabbed interface.
22
+
-**Line Numbering & Auto-Indentation:**
23
+
Displays line numbers for easy navigation and automatically indents your code.
26
24
-**Customization:**
27
-
Provides options to customize the appearance and behavior of the text editor.
25
+
Provides options to customize the appearance and behavior of the text editor, including theming and font selection.
28
26
-**Search and Replace:**
29
-
Enables searching for specific text patterns and replacing them as needed.
27
+
Enables searching for text patterns and replacing them as needed.
30
28
-**Code Formatting:**
31
-
Offers automatic code formatting for consistent and clean code.
29
+
Offers automatic code formatting for consistent and clean code.
32
30
- TODO **Error Highlighting:**
33
-
Highlights syntax errors and warnings in the code for easy identification.
34
-
Installation
31
+
Helps identify syntax errors and warnings in the code for quick troubleshooting.
35
32
36
33
## Dependencies
37
34
@@ -40,7 +37,10 @@ Before installing Pythonico, make sure you have the following dependencies insta
40
37
-[Python 3.6 or above](https://www.python.org/downloads/)
0 commit comments