[dev-list] [GIT] devparrot/devparrot.git branch, master, updated. b89b156220046e6d8849f2ab859767d3c252545e

[ Thread Index | Date Index | More devparrot.org/dev-list Archives ]


This is an automated email from git. It was enerated because a ref
change was pushed to the repository "devparrot/devparrot.git".

The branch, master has been updated
       via  b89b156220046e6d8849f2ab859767d3c252545e (commit)
       via  d2ba11ea94576c20a8c4f4eb5ae8e401bc27cfea (commit)
       via  3e0f27efdffef6002be32444637ceb7243c7cc4f (commit)
      from  a5743cca53e40aec7a9c47900d027aec23761a02 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b89b156220046e6d8849f2ab859767d3c252545e
Author: Matthieu Gautier <matthieu.gautier@xxxxxxxxxxx>
Date:   Sun May 12 23:23:52 2013 +0200

    string token's rewrited function use doc string syntax to preserve any \n

commit d2ba11ea94576c20a8c4f4eb5ae8e401bc27cfea
Author: Matthieu Gautier <matthieu.gautier@xxxxxxxxxxx>
Date:   Sun May 12 23:22:49 2013 +0200

    hide scrollbars if they are not needed

commit 3e0f27efdffef6002be32444637ceb7243c7cc4f
Author: Matthieu Gautier <matthieu.gautier@xxxxxxxxxxx>
Date:   Sun May 12 22:39:39 2013 +0200

    udpate licences header (email address and copyright)

-----------------------------------------------------------------------

Summary of changes:
 bin/_preambule.py                                |   24 +++++++++++++++++++++-
 bin/devparrot                                    |    4 +-
 devparrot/__init__.py                            |    7 ++---
 devparrot/capi/__init__.py                       |    4 +-
 devparrot/capi/constraints.py                    |   21 +++++++++++++++++++
 devparrot/commands/buffer.py                     |   21 +++++++++++++++++++
 devparrot/commands/close.py                      |   21 +++++++++++++++++++
 devparrot/commands/config.py                     |   21 +++++++++++++++++++
 devparrot/commands/editorActions.py              |    5 ++-
 devparrot/commands/goto.py                       |    5 ++-
 devparrot/commands/help.py                       |   20 ++++++++++++++++++
 devparrot/commands/memory.py                     |   21 +++++++++++++++++++
 devparrot/commands/new.py                        |   21 +++++++++++++++++++
 devparrot/commands/open.py                       |   21 +++++++++++++++++++
 devparrot/commands/quit.py                       |   21 +++++++++++++++++++
 devparrot/commands/replace.py                    |   21 +++++++++++++++++++
 devparrot/commands/save.py                       |   21 +++++++++++++++++++
 devparrot/commands/search.py                     |   21 +++++++++++++++++++
 devparrot/commands/section.py                    |   21 +++++++++++++++++++
 devparrot/commands/shell.py                      |   21 +++++++++++++++++++
 devparrot/commands/split.py                      |   21 +++++++++++++++++++
 devparrot/commands/stream.py                     |   21 +++++++++++++++++++
 devparrot/commands/switch.py                     |   21 +++++++++++++++++++
 devparrot/commands/tag.py                        |   21 +++++++++++++++++++
 devparrot/controllers/__init__.py                |   20 ++++++++++++++++++
 devparrot/controllers/defaultControllerMode.py   |   21 +++++++++++++++++++
 devparrot/controllers/editControllers.py         |    5 ++-
 devparrot/controllers/readOnlyControllers.py     |    5 ++-
 devparrot/core/__init__.py                       |   19 +++++++++++++++++
 devparrot/core/command/__init__.py               |   21 +++++++++++++++++++
 devparrot/core/command/bind.py                   |   21 +++++++++++++++++++
 devparrot/core/command/commandCompleter.py       |    5 ++-
 devparrot/core/command/decorators.py             |    5 +--
 devparrot/core/command/parserGrammar.py          |    5 ++-
 devparrot/core/command/section.py                |   20 ++++++++++++++++++
 devparrot/core/command/stream.py                 |    5 ++-
 devparrot/core/command/tokens.py                 |   23 ++++++++++++++++++++-
 devparrot/core/command/wrappers.py               |    5 ++-
 devparrot/core/commandLauncher.py                |    5 ++-
 devparrot/core/completion.py                     |   21 +++++++++++++++++++
 devparrot/core/configLoader.py                   |    7 ++---
 devparrot/core/constraints/__init__.py           |    4 +-
 devparrot/core/constraints/constraintInstance.py |   19 +++++++++++++++++
 devparrot/core/controller/__init__.py            |   21 +++++++++++++++++++
 devparrot/core/document.py                       |    5 ++-
 devparrot/core/documentManager.py                |    5 ++-
 devparrot/core/errors.py                         |   20 ++++++++++++++++++
 devparrot/core/modules.py                        |    5 ++-
 devparrot/core/popupMenu.py                      |    5 ++-
 devparrot/core/session.py                        |    5 ++-
 devparrot/core/ui/__init__.py                    |   20 ++++++++++++++++++
 devparrot/core/ui/controlerEntry.py              |    5 ++-
 devparrot/core/ui/documentView.py                |    5 ++-
 devparrot/core/ui/helper.py                      |    5 ++-
 devparrot/core/ui/mainWindow.py                  |    5 ++-
 devparrot/core/ui/statusBar.py                   |    5 ++-
 devparrot/core/ui/viewContainer.py               |    5 ++-
 devparrot/core/ui/workspace.py                   |    5 ++-
 devparrot/core/userLogging.py                    |   19 +++++++++++++++++
 devparrot/core/utils/__init__.py                 |   21 +++++++++++++++++++
 devparrot/core/utils/event.py                    |    5 ++-
 devparrot/core/utils/posrange/__init__.py        |   20 ++++++++++++++++++
 devparrot/core/utils/posrange/index.py           |   20 ++++++++++++++++++
 devparrot/core/utils/posrange/mark.py            |   21 +++++++++++++++++++
 devparrot/core/utils/posrange/range.py           |   21 +++++++++++++++++++
 devparrot/core/utils/posrange/tag.py             |   21 +++++++++++++++++++
 devparrot/core/utils/variable.py                 |    5 ++-
 devparrot/documents/__init__.py                  |    5 ++-
 devparrot/documents/bufferSource.py              |    5 ++-
 devparrot/documents/fileDocSource.py             |    5 ++-
 devparrot/documents/newDocSource.py              |    5 ++-
 devparrot/models/__init__.py                     |    6 +++-
 devparrot/models/sourceBuffer.py                 |    5 ++-
 devparrot/modules/documentList.py                |    5 ++-
 devparrot/modules/fileExplorer.py                |    5 ++-
 devparrot/modules/textHighlight.py               |    4 +-
 devparrot/views/__init__.py                      |    5 ++-
 devparrot/views/textView.py                      |   20 +++++++++++++++--
 78 files changed, 918 insertions(+), 88 deletions(-)


hooks/post-receive
--
devparrot/devparrot.git



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/