Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAX committed Mar 21, 2010
1 parent 0ebdb9a commit ac882d0
Show file tree
Hide file tree
Showing 35 changed files with 178 additions and 220 deletions.
5 changes: 5 additions & 0 deletions .anjuta/default.profile
@@ -1,5 +1,10 @@
<?xml version="1.0"?>
<anjuta>
<plugin name="Macro Plugin" mandatory="no">
<require group="Anjuta Plugin"
attribute="Location"
value="anjuta-macro:MacroPlugin"/>
</plugin>
<plugin name="Terminal" mandatory="no">
<require group="Anjuta Plugin"
attribute="Location"
Expand Down
2 changes: 1 addition & 1 deletion .anjuta/session/anjuta.session
Expand Up @@ -4,7 +4,7 @@ Maximized=1
Geometry=1280x948+0+51

[File Loader]
Files=file:///home/shk/Incedit/Makefile#118%%%file:///home/shk/Incedit/src/Makefile.in#4%%%file:///home/shk/Incedit/src/Makefile.am#12%%%file:///home/shk/Incedit/src/Makefile#84%%%file:///home/shk/Incedit/src/incedit.py#1%%%file:///home/shk/Incedit/src/tab.py#49%%%file:///home/shk/Incedit/src/about.py#26%%%file:///home/shk/Incedit/src/printer.py#1%%%file:///home/shk/Incedit/src/sep.py#1%%%file:///home/shk/Incedit/src/toolbar.py#1%%%file:///home/shk/Incedit/src/undostack.py#12%%%file:///home/shk/Incedit/src/utils.py#1
Files=file:///home/shk/Incedit/src/tab.py#49%%%///home/shk/Incedit/src/undostack.py#761%%%file:///home/shk/Incedit/src/incedit.py#525

[Execution]
Program arguments=
Expand Down
2 changes: 1 addition & 1 deletion .anjuta/session/dock-layout.xml
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
<dock-layout><layout name="__default__"><dock name="__dock_1" floating="no" width="-1" height="-1" floatx="0" floaty="0"><paned orientation="horizontal" locked="no" position="249"><notebook orientation="vertical" locked="no" page="0"><item name="AnjutaFileManager" orientation="vertical" locked="no"/><item name="AnjutaProjectManager" orientation="vertical" locked="no"/><item name="AnjutaSymbolBrowser" orientation="vertical" locked="no"/></notebook><paned orientation="vertical" locked="no" position="662"><notebook orientation="vertical" locked="no" page="0"><item name="AnjutaDocumentManager" orientation="vertical" locked="no"/><item name="AnjutaTodoPlugin" orientation="vertical" locked="no"/></notebook><notebook orientation="vertical" locked="no" page="1"><item name="AnjutaTerminal" orientation="vertical" locked="no"/><item name="AnjutaMessageView" orientation="vertical" locked="no"/></notebook></paned></paned></dock></layout></dock-layout>
<dock-layout><layout name="__default__"><dock name="__dock_1" floating="no" width="-1" height="-1" floatx="0" floaty="0"><paned orientation="horizontal" locked="no" position="249"><notebook orientation="vertical" locked="no" page="0"><item name="AnjutaFileManager" orientation="vertical" locked="no"/><item name="AnjutaProjectManager" orientation="vertical" locked="no"/><item name="AnjutaSymbolBrowser" orientation="vertical" locked="no"/></notebook><paned orientation="vertical" locked="no" position="662"><notebook orientation="vertical" locked="no" page="0"><item name="AnjutaDocumentManager" orientation="vertical" locked="no"/><item name="AnjutaTodoPlugin" orientation="vertical" locked="no"/></notebook><item name="AnjutaTerminal" orientation="vertical" locked="no"/></paned></paned></dock></layout></dock-layout>
37 changes: 37 additions & 0 deletions .cvsignore
@@ -0,0 +1,37 @@
.anjuta
.tm_project*
.libs
.deps
.*swp
.nautilus-metafile.xml
*.autosave
*.pws
*.bak
*~
#*#
*.gladep
*.la
*.lo
*.o
*.class
*.pyc
aclocal.m4
autom4te.cache
config.h
config.h.in
config.log
config.status
configure
intltool-extract*
intltool-merge*
intltool-modules*
intltool-update*
libtool
prepare.sh
stamp-h*
ltmain.sh
mkinstalldirs
config.guess
config.sub
Makefile
Makefile.in
Binary file modified .tm_project2.cache
Binary file not shown.
Empty file added AUTHORS~
Empty file.
35 changes: 10 additions & 25 deletions ChangeLog
@@ -1,33 +1,18 @@
2010-02-21 Kuleshov Alexander <kuleshovmail@gmail.com>
2007-12-28 Johannes Schmid,,, <jhs@idefix>

Release notes:
reviewed by: <delete if not using a buddy>

- Incedit project Version 0.1.0:
* project.anjuta:

* Create new file
* Open new file
* Save file
* Save as file
* Tab system
* Close file
2007-12-23 Johannes Schmid,,, <jhs@idefix>

2010-02-26 Kuleshov Alexander <kuleshovmail@gmail.com>

- Incedit project Version 0.1.2:
reviewed by: <delete if not using a buddy>

* show/hide toolbar
* show/hide statusbar
* copy/paste/cut/delete/select all
* saving when tab close
* About
* Some menu prototype
* src/Makefile.am.tpl:

2010-03-20 Kuleshov Alexander <kuleshovmail@gmail.com>
2007-12-23 Johannes Schmid,,, <jhs@idefix>

- Incedit project Version 0.1.3
reviewed by: <delete if not using a buddy>

* src/Makefile.am.tpl:

* printing support
* all bug with file saving/closing fixing
* undo/redo support
* searching support
* some toolbars exchange
12 changes: 6 additions & 6 deletions Makefile
Expand Up @@ -34,7 +34,7 @@ subdir = .
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(srcdir)/config.h.in \
$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
TODO install-sh missing py-compile
install-sh missing py-compile
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
Expand Down Expand Up @@ -97,7 +97,7 @@ INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
LIBOBJS =
LIBS =
LTLIBOBJS =
MAINT = #
MAINT =
MAKEINFO = ${SHELL} /home/shk/Incedit/missing --run makeinfo
MKDIR_P = /bin/mkdir -p
PACKAGE = incedit
Expand Down Expand Up @@ -175,7 +175,7 @@ all: config.h
.SUFFIXES:
am--refresh:
@:
$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps)
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
Expand All @@ -202,9 +202,9 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
$(SHELL) ./config.status --recheck

$(top_srcdir)/configure: # $(am__configure_deps)
$(top_srcdir)/configure: $(am__configure_deps)
cd $(srcdir) && $(AUTOCONF)
$(ACLOCAL_M4): # $(am__aclocal_m4_deps)
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)

config.h: stamp-h1
Expand All @@ -216,7 +216,7 @@ config.h: stamp-h1
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
@rm -f stamp-h1
cd $(top_builddir) && $(SHELL) ./config.status config.h
$(srcdir)/config.h.in: # $(am__configure_deps)
$(srcdir)/config.h.in: $(am__configure_deps)
cd $(top_srcdir) && $(AUTOHEADER)
rm -f stamp-h1
touch $@
Expand Down
2 changes: 1 addition & 1 deletion Makefile.in
Expand Up @@ -34,7 +34,7 @@ subdir = .
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(srcdir)/config.h.in \
$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
TODO install-sh missing py-compile
install-sh missing py-compile
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
Expand Down
1 change: 0 additions & 1 deletion NEWS
@@ -1 +0,0 @@
Incedit 0.1.0 - 21.02.2010~
26 changes: 0 additions & 26 deletions README~
@@ -1,26 +0,0 @@
Incedit - writen on python/pygtk light text and in future code editor with plugin system!

At this point ready next func:

* Create new file
* Open new file
* Save file
* Save as file
* Tab system
* Close file
* copy/paste/cut/delete/select_all
* toolbar,statusbar show/hide
* Find text/Find next
* Printing document
* Undo/Redo

- AUTHOR - Kuleshov Alexander

- Web - http://github.com/onlyshk/Incedit

- if you found a bug, please write me - http://github.com/onlyshk/Incedit/issues or e-mail kuleshovmail@gmail.com

- Incedit need in art work and developers, if you want to help project please write to me on kuleshovmail@gmail.com

Incedit is released under the GNU LGPL

25 changes: 0 additions & 25 deletions TODO~
@@ -1,25 +0,0 @@
- Incedit project Version 0.1.0: 21.02.12

+ Create new file
+ Open new file
+ Save file
+ Save as file
+ Tab system
+ Close file

- Incedit project Version 0.1.2: 2010-02-26

+ show/hide toolbar
+ show/hide statusbar
+ copy/paste/cut/delete/select all
+ saving when tab close
+ About box

- Incedit project Version 0.1.3:

+ Printing (Need testing!!!)
+ Undo/redo
+ Find next
+ Find
+ Bug fix saving file
+ Bug fix closing tab
20 changes: 10 additions & 10 deletions autom4te.cache/output.0
@@ -1,6 +1,6 @@
@%:@! /bin/sh
@%:@ Guess values for system-dependent variables and create Makefiles.
@%:@ Generated by GNU Autoconf 2.61 for incedit 0.1.0.
@%:@ Generated by GNU Autoconf 2.61 for incedit 0.1.3.
@%:@
@%:@ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@%:@ 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
Expand Down Expand Up @@ -572,8 +572,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='incedit'
PACKAGE_TARNAME='incedit'
PACKAGE_VERSION='0.1.0'
PACKAGE_STRING='incedit 0.1.0'
PACKAGE_VERSION='0.1.3'
PACKAGE_STRING='incedit 0.1.3'
PACKAGE_BUGREPORT=''

ac_subst_vars='SHELL
Expand Down Expand Up @@ -1155,7 +1155,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures incedit 0.1.0 to adapt to many kinds of systems.
\`configure' configures incedit 0.1.3 to adapt to many kinds of systems.

Usage: $0 [OPTION]... [VAR=VALUE]...

Expand Down Expand Up @@ -1221,7 +1221,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of incedit 0.1.0:";;
short | recursive ) echo "Configuration of incedit 0.1.3:";;
esac
cat <<\_ACEOF

Expand Down Expand Up @@ -1291,7 +1291,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
incedit configure 0.1.0
incedit configure 0.1.3
generated by GNU Autoconf 2.61

Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
Expand All @@ -1305,7 +1305,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by incedit $as_me 0.1.0, which was
It was created by incedit $as_me 0.1.3, which was
generated by GNU Autoconf 2.61. Invocation command line was

$ $0 $@
Expand Down Expand Up @@ -1996,7 +1996,7 @@ fi

# Define the identity of the package.
PACKAGE=incedit
VERSION=0.1.0
VERSION=0.1.3


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -2713,7 +2713,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by incedit $as_me 0.1.0, which was
This file was extended by incedit $as_me 0.1.3, which was
generated by GNU Autoconf 2.61. Invocation command line was

CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -2762,7 +2762,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
incedit config.status 0.1.0
incedit config.status 0.1.3
configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"

Expand Down
20 changes: 10 additions & 10 deletions autom4te.cache/output.1
@@ -1,6 +1,6 @@
@%:@! /bin/sh
@%:@ Guess values for system-dependent variables and create Makefiles.
@%:@ Generated by GNU Autoconf 2.61 for incedit 0.1.0.
@%:@ Generated by GNU Autoconf 2.61 for incedit 0.1.3.
@%:@
@%:@ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@%:@ 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
Expand Down Expand Up @@ -572,8 +572,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='incedit'
PACKAGE_TARNAME='incedit'
PACKAGE_VERSION='0.1.0'
PACKAGE_STRING='incedit 0.1.0'
PACKAGE_VERSION='0.1.3'
PACKAGE_STRING='incedit 0.1.3'
PACKAGE_BUGREPORT=''

ac_subst_vars='SHELL
Expand Down Expand Up @@ -1155,7 +1155,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures incedit 0.1.0 to adapt to many kinds of systems.
\`configure' configures incedit 0.1.3 to adapt to many kinds of systems.

Usage: $0 [OPTION]... [VAR=VALUE]...

Expand Down Expand Up @@ -1221,7 +1221,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of incedit 0.1.0:";;
short | recursive ) echo "Configuration of incedit 0.1.3:";;
esac
cat <<\_ACEOF

Expand Down Expand Up @@ -1291,7 +1291,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
incedit configure 0.1.0
incedit configure 0.1.3
generated by GNU Autoconf 2.61

Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
Expand All @@ -1305,7 +1305,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by incedit $as_me 0.1.0, which was
It was created by incedit $as_me 0.1.3, which was
generated by GNU Autoconf 2.61. Invocation command line was

$ $0 $@
Expand Down Expand Up @@ -1996,7 +1996,7 @@ fi

# Define the identity of the package.
PACKAGE=incedit
VERSION=0.1.0
VERSION=0.1.3


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -2713,7 +2713,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by incedit $as_me 0.1.0, which was
This file was extended by incedit $as_me 0.1.3, which was
generated by GNU Autoconf 2.61. Invocation command line was

CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -2762,7 +2762,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
incedit config.status 0.1.0
incedit config.status 0.1.3
configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"

Expand Down

0 comments on commit ac882d0

Please sign in to comment.