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
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
<h1align="center">NeoRegex</h1>
6
6
7
7
<palign="center">
8
-
A cross-platform app to validate regular expressions.
8
+
Create and validate regular expressions easily, anywhere.
9
9
</p>
10
10
11
11
<palign="center">
@@ -23,18 +23,18 @@ A cross-platform app to validate regular expressions.
23
23
24
24
## Platforms
25
25
26
-
| Platform | Status |
27
-
|---------------|--------|
28
-
| Android | ✅ |
29
-
| iOS | ❌ |
30
-
| Windows (JVM)| ✅ |
31
-
| Linux (JVM)| ✅ |
32
-
| macOS (JVM)| ✅ |
33
-
| Web | ✅ |
26
+
| Platform | Status |
27
+
|--------------------|--------|
28
+
| Android | ✅ |
29
+
| iOS | ❌ |
30
+
| Windows (jvm) | ✅ |
31
+
| Linux (jvm) | ✅ |
32
+
| macOS (jvm) | ✅ |
33
+
| Web (experimental)| ✅ |
34
34
35
35
## Build
36
36
37
-
To build this project, the JDK 17 and the Android SDK are required.
37
+
To build this project, the **JDK 17** and the **Android SDK** are required.
38
38
I recommend using [Intellij IDEA](https://www.jetbrains.com/idea/download) as the IDE, with the **Android**, **Jetpack Compose** and **Compose Multiplatform** plugins installed.
39
39
40
40
> [!TIP]
@@ -48,7 +48,7 @@ NeoRegex relies on several open-source projects to deliver robust, cross-platfor
48
48
49
49
-[**Compose Multiplatform**](https://github.com/JetBrains/compose-multiplatform): A modern, declarative UI framework from JetBrains for building user interfaces across multiple platforms.
50
50
-[**Highlight**](https://github.com/NeoUtils/Highlight): Provides syntax highlighting, making patterns more readable and visually clear.
51
-
-[**multiplatform-settings**](https://github.com/russhwolf/multiplatform-settings): Simplifies configuration and preference management across different platforms.
51
+
-[**Multiplatform Settings**](https://github.com/russhwolf/multiplatform-settings): Simplifies configuration and preference management across different platforms.
52
52
-[**dbus-java**](https://github.com/hypfvieh/dbus-java): Enables D-Bus integration on Linux, offering essential interprocess communication features.
0 commit comments