Skip to content

Commit

Permalink
Merge branch 'fix-only-first-line-formated'
Browse files Browse the repository at this point in the history
  • Loading branch information
elvirbrk committed Jan 25, 2018
2 parents 89c9ebf + 72134d5 commit 184328e
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 27 deletions.
9 changes: 6 additions & 3 deletions NoteHighlightAddin/AddIn.cs
Original file line number Diff line number Diff line change
Expand Up @@ -399,10 +399,13 @@ private bool IsSelectedTextInline(string pageID)
System.Collections.Generic.IEnumerable<XElement> attrPos;
if (table == null)
{
if (node.Descendants(ns + "T").Where(n => n.Attribute("selected") != null && n.Attribute("selected").Value == "all").Count() > 0
&& node.Descendants(ns + "T").Where(n => n.Attribute("selected") == null || n.Attribute("selected").Value == "none").Count() > 0)
foreach (var oeNode in node.Descendants(ns + "OE"))
{
return true;
if (oeNode.Descendants(ns + "T").Where(n => n.Attribute("selected") != null && n.Attribute("selected").Value == "all").Count() > 0
&& oeNode.Descendants(ns + "T").Where(n => n.Attribute("selected") == null || n.Attribute("selected").Value == "none").Count() > 0)
{
return true;
}
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions NoteHighlightAddin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("3.3.*")]
[assembly: AssemblyFileVersion("3.3.*")]
[assembly: AssemblyVersion("3.4.*")]
[assembly: AssemblyFileVersion("3.4.*")]
28 changes: 17 additions & 11 deletions Setup/Setup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,19 @@
"Entry"
{
"MsmKey" = "8:_805E0317B9E0B1539EEBB800C533393B"
"OwnerKey" = "8:_692D7E391D074D36AD2530720FB8D6C4"
"OwnerKey" = "8:_0FFDD9474C2B804E2E2B2C7C6360577B"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_805E0317B9E0B1539EEBB800C533393B"
"OwnerKey" = "8:_0FFDD9474C2B804E2E2B2C7C6360577B"
"OwnerKey" = "8:_7CBDA023CD2F435BB8D4D5586B86D83B"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_805E0317B9E0B1539EEBB800C533393B"
"OwnerKey" = "8:_692D7E391D074D36AD2530720FB8D6C4"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
Expand Down Expand Up @@ -106,37 +112,37 @@
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_692D7E391D074D36AD2530720FB8D6C4"
"OwnerKey" = "8:_CBF51C0C38434D629FC3271C5390E247"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_5F7DADAECA95B8A8EECB662A9FCF5BB5"
"OwnerKey" = "8:_BF0DDD11259532587F856D651F450ECC"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_E4014126696E456F7FC66801CBFEEE19"
"OwnerKey" = "8:_692D7E391D074D36AD2530720FB8D6C4"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_0FFDD9474C2B804E2E2B2C7C6360577B"
"OwnerKey" = "8:_5F7DADAECA95B8A8EECB662A9FCF5BB5"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_CBF51C0C38434D629FC3271C5390E247"
"OwnerKey" = "8:_E4014126696E456F7FC66801CBFEEE19"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_BF0DDD11259532587F856D651F450ECC"
"OwnerKey" = "8:_0FFDD9474C2B804E2E2B2C7C6360577B"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
Expand Down Expand Up @@ -640,15 +646,15 @@
{
"Name" = "8:NoteHighlightAddin"
"ProductName" = "8:NoteHighlight2016"
"ProductCode" = "8:{06C54F51-8380-4D3D-AE57-EAD216E77D21}"
"PackageCode" = "8:{D22D282E-F62C-4580-8BEF-6BE25658DFAD}"
"ProductCode" = "8:{133D55D9-8F9D-4BED-AF25-A68497D0F17E}"
"PackageCode" = "8:{494C0099-A126-4241-8398-DB234B5182E6}"
"UpgradeCode" = "8:{0025873C-20C5-48D6-A93A-FBD3891A9233}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:TRUE"
"ProductVersion" = "8:3.3"
"ProductVersion" = "8:3.4"
"Manufacturer" = "8:CodingRoad"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
Expand Down
28 changes: 17 additions & 11 deletions SetupX86/SetupX86.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,19 @@
"Entry"
{
"MsmKey" = "8:_805E0317B9E0B1539EEBB800C533393B"
"OwnerKey" = "8:_692D7E391D074D36AD2530720FB8D6C4"
"OwnerKey" = "8:_0FFDD9474C2B804E2E2B2C7C6360577B"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_805E0317B9E0B1539EEBB800C533393B"
"OwnerKey" = "8:_0FFDD9474C2B804E2E2B2C7C6360577B"
"OwnerKey" = "8:_7CBDA023CD2F435BB8D4D5586B86D83B"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_805E0317B9E0B1539EEBB800C533393B"
"OwnerKey" = "8:_692D7E391D074D36AD2530720FB8D6C4"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
Expand Down Expand Up @@ -106,37 +112,37 @@
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_692D7E391D074D36AD2530720FB8D6C4"
"OwnerKey" = "8:_CBF51C0C38434D629FC3271C5390E247"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_5F7DADAECA95B8A8EECB662A9FCF5BB5"
"OwnerKey" = "8:_BF0DDD11259532587F856D651F450ECC"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_E4014126696E456F7FC66801CBFEEE19"
"OwnerKey" = "8:_692D7E391D074D36AD2530720FB8D6C4"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_0FFDD9474C2B804E2E2B2C7C6360577B"
"OwnerKey" = "8:_5F7DADAECA95B8A8EECB662A9FCF5BB5"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_CBF51C0C38434D629FC3271C5390E247"
"OwnerKey" = "8:_E4014126696E456F7FC66801CBFEEE19"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_BF0DDD11259532587F856D651F450ECC"
"OwnerKey" = "8:_0FFDD9474C2B804E2E2B2C7C6360577B"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
Expand Down Expand Up @@ -640,15 +646,15 @@
{
"Name" = "8:NoteHighlightAddin"
"ProductName" = "8:NoteHighlight2016"
"ProductCode" = "8:{A96824F2-F745-4DA2-8E5C-394ABF16D621}"
"PackageCode" = "8:{FE83A89B-5FDA-4A20-AE0A-A95CD283337D}"
"ProductCode" = "8:{71D5863E-7AA9-4848-8D62-C6EE49AFE066}"
"PackageCode" = "8:{E506D87B-E13B-42D6-81F5-6C6A2B980CE4}"
"UpgradeCode" = "8:{0025873C-20C5-48D6-A93A-FBD3891A9233}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:TRUE"
"ProductVersion" = "8:3.3"
"ProductVersion" = "8:3.4"
"Manufacturer" = "8:CodingRoad"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
Expand Down

0 comments on commit 184328e

Please sign in to comment.