Skip to content

Commit 5680bb8

Browse files
Merge pull request #9 from rizwanniazigroupdocs/master
Updated Front-end for Text Selection for all tool.
2 parents cb8f4b3 + 198728e commit 5680bb8

15 files changed

Lines changed: 11969 additions & 11833 deletions

File tree

Lines changed: 68 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1,75 +1,75 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<PropertyGroup>
4-
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5-
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6-
<ProductVersion>8.0.30703</ProductVersion>
7-
<SchemaVersion>2.0</SchemaVersion>
8-
<ProjectGuid>{352BBB7A-98AF-4B05-B8D7-74334EDCE61C}</ProjectGuid>
9-
<OutputType>Library</OutputType>
10-
<AppDesignerFolder>Properties</AppDesignerFolder>
11-
<RootNamespace>GroupDocs.Data.Json</RootNamespace>
12-
<AssemblyName>GroupDocs.Data.Json</AssemblyName>
13-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14-
<FileAlignment>512</FileAlignment>
15-
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
16-
<RestorePackages>true</RestorePackages>
17-
</PropertyGroup>
18-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19-
<DebugSymbols>true</DebugSymbols>
20-
<DebugType>full</DebugType>
21-
<Optimize>false</Optimize>
22-
<OutputPath>bin\Debug\</OutputPath>
23-
<DefineConstants>DEBUG;TRACE</DefineConstants>
24-
<ErrorReport>prompt</ErrorReport>
25-
<WarningLevel>4</WarningLevel>
26-
</PropertyGroup>
27-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28-
<DebugType>pdbonly</DebugType>
29-
<Optimize>true</Optimize>
30-
<OutputPath>bin\Release\</OutputPath>
31-
<DefineConstants>TRACE</DefineConstants>
32-
<ErrorReport>prompt</ErrorReport>
33-
<WarningLevel>4</WarningLevel>
34-
</PropertyGroup>
35-
<ItemGroup>
36-
<Reference Include="GroupDocs.Annotation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56, processorArchitecture=MSIL">
37-
<SpecificVersion>False</SpecificVersion>
38-
<HintPath>..\dependencies\GroupDocs.Annotation.dll</HintPath>
39-
</Reference>
40-
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
41-
<HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
42-
<Private>True</Private>
43-
</Reference>
44-
<Reference Include="System" />
45-
<Reference Include="Microsoft.CSharp" />
46-
<Reference Include="System.Configuration" />
47-
<Reference Include="System.Web" />
48-
</ItemGroup>
49-
<ItemGroup>
50-
<Compile Include="DataJsonException.cs" />
51-
<Compile Include="Repositories\AnnotationCollaboratorRepository.cs" />
52-
<Compile Include="Repositories\AnnotationReplyRepository.cs" />
53-
<Compile Include="Repositories\AnnotationRepository.cs" />
54-
<Compile Include="JsonFile.cs" />
55-
<Compile Include="Repositories\DocumentInfoRepository.cs" />
56-
<Compile Include="Repositories\DocumentRepository.cs" />
57-
<Compile Include="Repositories\FileRepository.cs" />
58-
<Compile Include="Repositories\JsonRepository.cs" />
59-
<Compile Include="Properties\AssemblyInfo.cs" />
60-
<Compile Include="Repositories\UserRepository.cs" />
61-
</ItemGroup>
62-
<ItemGroup>
63-
<None Include="app.config" />
64-
<None Include="packages.config" />
65-
</ItemGroup>
66-
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
67-
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6+
<ProductVersion>8.0.30703</ProductVersion>
7+
<SchemaVersion>2.0</SchemaVersion>
8+
<ProjectGuid>{352BBB7A-98AF-4B05-B8D7-74334EDCE61C}</ProjectGuid>
9+
<OutputType>Library</OutputType>
10+
<AppDesignerFolder>Properties</AppDesignerFolder>
11+
<RootNamespace>GroupDocs.Data.Json</RootNamespace>
12+
<AssemblyName>GroupDocs.Data.Json</AssemblyName>
13+
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14+
<FileAlignment>512</FileAlignment>
15+
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
16+
<RestorePackages>true</RestorePackages>
17+
</PropertyGroup>
18+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19+
<DebugSymbols>true</DebugSymbols>
20+
<DebugType>full</DebugType>
21+
<Optimize>false</Optimize>
22+
<OutputPath>bin\Debug\</OutputPath>
23+
<DefineConstants>DEBUG;TRACE</DefineConstants>
24+
<ErrorReport>prompt</ErrorReport>
25+
<WarningLevel>4</WarningLevel>
26+
</PropertyGroup>
27+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28+
<DebugType>pdbonly</DebugType>
29+
<Optimize>true</Optimize>
30+
<OutputPath>bin\Release\</OutputPath>
31+
<DefineConstants>TRACE</DefineConstants>
32+
<ErrorReport>prompt</ErrorReport>
33+
<WarningLevel>4</WarningLevel>
34+
</PropertyGroup>
35+
<ItemGroup>
36+
<Reference Include="GroupDocs.Annotation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56, processorArchitecture=MSIL">
37+
<HintPath>..\packages\groupdocs-annotation-dotnet.3.0.0\lib\GroupDocs.Annotation.dll</HintPath>
38+
<Private>True</Private>
39+
</Reference>
40+
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
41+
<HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
42+
<Private>True</Private>
43+
</Reference>
44+
<Reference Include="System" />
45+
<Reference Include="Microsoft.CSharp" />
46+
<Reference Include="System.Configuration" />
47+
<Reference Include="System.Web" />
48+
</ItemGroup>
49+
<ItemGroup>
50+
<Compile Include="DataJsonException.cs" />
51+
<Compile Include="Repositories\AnnotationCollaboratorRepository.cs" />
52+
<Compile Include="Repositories\AnnotationReplyRepository.cs" />
53+
<Compile Include="Repositories\AnnotationRepository.cs" />
54+
<Compile Include="JsonFile.cs" />
55+
<Compile Include="Repositories\DocumentInfoRepository.cs" />
56+
<Compile Include="Repositories\DocumentRepository.cs" />
57+
<Compile Include="Repositories\FileRepository.cs" />
58+
<Compile Include="Repositories\JsonRepository.cs" />
59+
<Compile Include="Properties\AssemblyInfo.cs" />
60+
<Compile Include="Repositories\UserRepository.cs" />
61+
</ItemGroup>
62+
<ItemGroup>
63+
<None Include="app.config" />
64+
<None Include="packages.config" />
65+
</ItemGroup>
66+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
67+
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
6868
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
6969
Other similar extension points exist, see Microsoft.Common.targets.
7070
<Target Name="BeforeBuild">
7171
</Target>
7272
<Target Name="AfterBuild">
7373
</Target>
74-
-->
74+
-->
7575
</Project>
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<packages>
3-
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net40" />
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="groupdocs-annotation-dotnet" version="3.0.0" targetFramework="net40" />
4+
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net40" />
45
</packages>
Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
1-
[
2-
{
3-
"Id": 1,
4-
"Guid": "d455eff2-c2d0-4567-ae78-8cf39e07da33",
5-
"Name": "Quick_Start_Guide_To_Using_GroupDocs.pdf",
6-
"DocumentType": 0,
7-
"OwnerId": 0,
8-
"CreatedOn": "2016-06-01T12:30:08.4598Z",
9-
"Collaborators": [],
10-
"SharedLinkAccessRights": 63
11-
}
1+
[
2+
{
3+
"Id": 1,
4+
"Guid": "d455eff2-c2d0-4567-ae78-8cf39e07da33",
5+
"Name": "Quick_Start_Guide_To_Using_GroupDocs.pdf",
6+
"DocumentType": 0,
7+
"OwnerId": 0,
8+
"CreatedOn": "2016-06-01T12:30:08.4598Z",
9+
"Collaborators": [],
10+
"SharedLinkAccessRights": 63
11+
},
12+
{
13+
"Id": 2,
14+
"Guid": "14264f79-8d96-480a-94d4-0aa79fdfc39d",
15+
"Name": "PDFsample.pdf",
16+
"DocumentType": 0,
17+
"OwnerId": 0,
18+
"CreatedOn": "2016-06-27T20:31:49.5786345Z",
19+
"Collaborators": [],
20+
"SharedLinkAccessRights": 63
21+
}
22+
]
1223
]
Lines changed: 37 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,38 @@
1-
[
2-
{
3-
"Id": 1,
4-
"AnnotationId": 2,
5-
"UserId": 1,
6-
"Guid": "1aba53a3-7184-48f6-ae7b-52a29fdc1d2f",
7-
"Message": "xxx",
8-
"RepliedOn": "2016-06-01T12:35:14.7461901Z",
9-
"ParentReplyId": 0
10-
},
11-
{
12-
"Id": 2,
13-
"AnnotationId": 3,
14-
"UserId": 1,
15-
"Guid": "e9d9143c-8c9b-4675-8b78-030ff2ded400",
16-
"Message": "This is very important",
17-
"RepliedOn": "2016-06-03T06:25:42.1093154Z",
18-
"ParentReplyId": 0
19-
}
20-
] {
21-
"Id": 3,
22-
"AnnotationId": 17,
23-
"UserId": 1,
24-
"Guid": "9472bf35-1fe9-46d1-8599-1e0223a57f90",
25-
"Message": "78px",
26-
"RepliedOn": "2016-06-03T06:43:40.2349766Z",
27-
"ParentReplyId": 0
28-
}
1+
[
2+
{
3+
"Id": 1,
4+
"AnnotationId": 2,
5+
"UserId": 1,
6+
"Guid": "1aba53a3-7184-48f6-ae7b-52a29fdc1d2f",
7+
"Message": "xxx",
8+
"RepliedOn": "2016-06-01T12:35:14.7461901Z",
9+
"ParentReplyId": 0
10+
},
11+
{
12+
"Id": 2,
13+
"AnnotationId": 3,
14+
"UserId": 1,
15+
"Guid": "e9d9143c-8c9b-4675-8b78-030ff2ded400",
16+
"Message": "This is very important",
17+
"RepliedOn": "2016-06-03T06:25:42.1093154Z",
18+
"ParentReplyId": 0
19+
},
20+
{
21+
"Id": 3,
22+
"AnnotationId": 18,
23+
"UserId": 1,
24+
"Guid": "2d3673e0-54d6-4dc6-82d2-8c468ceb0cf2",
25+
"Message": "proper text selection for multi lines",
26+
"RepliedOn": "2016-06-27T20:45:10.2504303Z",
27+
"ParentReplyId": 0
28+
},
29+
{
30+
"Id": 4,
31+
"AnnotationId": 19,
32+
"UserId": 1,
33+
"Guid": "bbbc75e2-4787-4557-97c6-0f9448b2b804",
34+
"Message": "text replacement tool selection",
35+
"RepliedOn": "2016-06-27T20:56:12.643317Z",
36+
"ParentReplyId": 0
37+
}
2938
]

0 commit comments

Comments
 (0)