Skip to content

Commit dc76d28

Browse files
author
sirmigui
committed
Se ha mejorado el FileManager y se ha implementado un sistema de backups
1 parent 8fcd392 commit dc76d28

26 files changed

+529
-1270
lines changed

.classpath

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
4+
<attributes>
5+
<attribute name="module" value="true"/>
6+
</attributes>
7+
</classpathentry>
8+
<classpathentry kind="src" path="src"/>
9+
<classpathentry kind="lib" path="libs/flatlaf-3.5.1.jar"/>
10+
<classpathentry kind="output" path="build/classes"/>
11+
</classpath>

.gitignore

100644100755
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,14 @@
2222
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
2323
hs_err_pid*
2424
replay_pid*
25+
26+
27+
build/
28+
build/*
29+
30+
dist/
31+
dist/*
32+
33+
test/
34+
test/*
35+

.project

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>jotepad</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.jdt.core.javanature</nature>
16+
</natures>
17+
</projectDescription>

LICENSE.txt

Lines changed: 0 additions & 674 deletions
This file was deleted.

README.md

100644100755
File mode changed.

build.xml

100644100755
File mode changed.

build/built-jar.properties

100644100755
File mode changed.

build/classes/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

build/classes/jotepad/Finder.form

Lines changed: 0 additions & 108 deletions
This file was deleted.
-3.84 KB
Binary file not shown.

0 commit comments

Comments
 (0)