[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
RE: [subversive-dev] Open a Repository File
|
- From: "Alexander Gurov" <alexander.gurov@xxxxxxxxxxxx>
- Date: Fri, 21 Mar 2008 10:59:53 +0200
- Delivered-to: subversive-dev@eclipse.org
- Thread-index: AciK6LcCSV//0N8rSYegJZw+6Ucm7wAR/icg
Hello Fabian,
In order to open repository file please use
org.polarion.team.svn.ui.operation.OpenRemoteFileOperation. Available modes
are:
public static final int OPEN_DEFAULT = 0; // open in default editor
public static final int OPEN_EXTERNAL = 1; // open in external
editor
public static final int OPEN_INPLACE = 2; // open with in-place
editor
public static final int OPEN_SPECIFIED = 3; // open with editor
which id is specified directly
All constants enumerated inside OpenRemoteFileOperation class.
Best regards,
Alexander Gurov
Subversive Team
-----Original Message-----
From: subversive-dev-bounces@xxxxxxxxxxx
[mailto:subversive-dev-bounces@xxxxxxxxxxx] On Behalf Of Fabian Schmidt
Sent: Friday, March 21, 2008 2:16 AM
To: subversive-dev@xxxxxxxxxxx
Subject: [subversive-dev] Open a Repository File
Hi its me again,
this time I want to open a SVNRepositoryFile in an editor or in a
TextViewer. I need it only read-only so there is no need to have possibility
of changing something. Does Subversive have such a Viewer or so possibility
to open one?
I'm still using 1.1.9 which is used in Fasttrack 1.1.5
Kind Regards
Fabian Schmidt