Skip to content

Commit

Permalink
renamed namespace 'UnityQuicksheet' to 'UnityQuickSheet'
Browse files Browse the repository at this point in the history
  • Loading branch information
kimsama committed May 23, 2016
1 parent ca46956 commit 50dfaed
Show file tree
Hide file tree
Showing 30 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion Assets/QuickSheet/Editor/BaseMachine.cs
Expand Up @@ -10,7 +10,7 @@
using System.Collections;
using System.Collections.Generic;

namespace UnityQuicksheet
namespace UnityQuickSheet
{
[System.Serializable]
public class HeaderColumn
Expand Down
2 changes: 1 addition & 1 deletion Assets/QuickSheet/Editor/BaseMachineEditor.cs
Expand Up @@ -11,7 +11,7 @@
using System.Collections.Generic;
using System.IO;

namespace UnityQuicksheet
namespace UnityQuickSheet
{
/// <summary>
///
Expand Down
2 changes: 1 addition & 1 deletion Assets/QuickSheet/Editor/GUIHelper.cs
Expand Up @@ -8,7 +8,7 @@
using UnityEngine;
using UnityEditor;

namespace UnityQuicksheet
namespace UnityQuickSheet
{
public static class GUIHelper
{
Expand Down
2 changes: 1 addition & 1 deletion Assets/QuickSheet/Editor/NewScriptGenerator.cs
Expand Up @@ -16,7 +16,7 @@

using Object = UnityEngine.Object;

namespace UnityQuicksheet
namespace UnityQuickSheet
{
internal class NewScriptGenerator
{
Expand Down
2 changes: 1 addition & 1 deletion Assets/QuickSheet/Editor/ScriptPrescription.cs
Expand Up @@ -14,7 +14,7 @@
using System.Text.RegularExpressions;
using Object = UnityEngine.Object;

namespace UnityQuicksheet
namespace UnityQuickSheet
{
[Serializable]
public class ScriptPrescription
Expand Down
2 changes: 1 addition & 1 deletion Assets/QuickSheet/ExcelPlugin/Editor/BaseExcelEditor.cs
Expand Up @@ -11,7 +11,7 @@
using System.Collections.Generic;
using System.IO;

namespace UnityQuicksheet
namespace UnityQuickSheet
{
/// <summary>
/// Base class of the created .asset ScriptableObject class.
Expand Down
2 changes: 1 addition & 1 deletion Assets/QuickSheet/ExcelPlugin/Editor/ExcelMachine.cs
Expand Up @@ -9,7 +9,7 @@
using UnityEditor;
using System.Collections;

namespace UnityQuicksheet
namespace UnityQuickSheet
{
/// <summary>
/// A class for various setting to read excel file and generated related script files.
Expand Down
2 changes: 1 addition & 1 deletion Assets/QuickSheet/ExcelPlugin/Editor/ExcelMachineEditor.cs
Expand Up @@ -12,7 +12,7 @@
using System.IO;
using System.Linq;

namespace UnityQuicksheet
namespace UnityQuickSheet
{
/// <summary>
/// Custom editor script class for excel file setting.
Expand Down
2 changes: 1 addition & 1 deletion Assets/QuickSheet/ExcelPlugin/Editor/ExcelQuery.cs
Expand Up @@ -17,7 +17,7 @@
using NPOI.SS.UserModel;
using NPOI.XSSF.UserModel;

namespace UnityQuicksheet
namespace UnityQuickSheet
{
/// <summary>
/// Query each of cell data from the given excel sheet and deserialize it to the ScriptableObject's data array.
Expand Down
2 changes: 1 addition & 1 deletion Assets/QuickSheet/ExcelPlugin/Editor/ExcelSettings.cs
Expand Up @@ -10,7 +10,7 @@
using System.Collections;
using System.IO;

namespace UnityQuicksheet
namespace UnityQuickSheet
{
/// <summary>
/// A class to manage excel setting.
Expand Down
Expand Up @@ -9,7 +9,7 @@
using UnityEditor;
using System.Collections;

namespace UnityQuicksheet
namespace UnityQuickSheet
{
/// <summary>
/// Editor script class for ExcelSettings scriptable object to hide password of google account.
Expand Down
2 changes: 1 addition & 1 deletion Assets/QuickSheet/ExcelPlugin/Templates/AssetFileClass.txt
@@ -1,7 +1,7 @@
using UnityEngine;
using UnityEditor;
using System.IO;
using UnityQuicksheet;
using UnityQuickSheet;

///
/// !!! Machine generated code !!!
Expand Down
2 changes: 1 addition & 1 deletion Assets/QuickSheet/ExcelPlugin/Templates/DataClass.txt
@@ -1,6 +1,6 @@
using UnityEngine;
using System.Collections;
using UnityQuicksheet;
using UnityQuickSheet;

///
/// !!! Machine generated code !!!
Expand Down
2 changes: 1 addition & 1 deletion Assets/QuickSheet/ExcelPlugin/Templates/PostProcessor.txt
Expand Up @@ -2,7 +2,7 @@
using UnityEditor;
using System.Collections;
using System.IO;
using UnityQuicksheet;
using UnityQuickSheet;

///
/// !!! Machine generated code !!!
Expand Down
Expand Up @@ -2,7 +2,7 @@ using UnityEngine;
using System;
using System.Collections;
using System.Collections.Generic;
using UnityQuicksheet;
using UnityQuickSheet;

///
/// !!! Machine generated code !!!
Expand Down
Expand Up @@ -4,7 +4,7 @@ using System.Collections;
using System.Collections.Generic;
using System.Text;
using System.IO;
using UnityQuicksheet;
using UnityQuickSheet;

///
/// !!! Machine generated code !!!
Expand Down
2 changes: 1 addition & 1 deletion Assets/QuickSheet/GDataPlugin/Editor/BaseGoogleEditor.cs
Expand Up @@ -23,7 +23,7 @@
using Google.GData.Client;
using Google.GData.Spreadsheets;

namespace UnityQuicksheet
namespace UnityQuickSheet
{
///
/// A BaseEditor class.
Expand Down
Expand Up @@ -14,7 +14,7 @@
using Google.GData.Spreadsheets;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using UnityQuicksheet;
using UnityQuickSheet;

namespace GDataDB.Impl
{
Expand Down
2 changes: 1 addition & 1 deletion Assets/QuickSheet/GDataPlugin/Editor/GoogleDataSettings.cs
Expand Up @@ -11,7 +11,7 @@
using System.IO;
using System.Collections.Generic;

namespace UnityQuicksheet
namespace UnityQuickSheet
{
/// <summary>
/// A class to manage google account setting.
Expand Down
Expand Up @@ -18,7 +18,7 @@
using System.Net.Security;
using System.Security.Cryptography.X509Certificates;

namespace UnityQuicksheet
namespace UnityQuickSheet
{
public class UnsafeSecurityPolicy
{
Expand Down
2 changes: 1 addition & 1 deletion Assets/QuickSheet/GDataPlugin/Editor/GoogleMachine.cs
Expand Up @@ -11,7 +11,7 @@
using System.Collections.Generic;
using System.IO;

namespace UnityQuicksheet
namespace UnityQuickSheet
{
/// <summary>
/// A class for various setting to import google spreadsheet data and generated related script files.
Expand Down
Expand Up @@ -25,7 +25,7 @@
using Google.GData.Client;
using Google.GData.Spreadsheets;

namespace UnityQuicksheet
namespace UnityQuickSheet
{
/// <summary>
/// An editor script class of GoogleMachine class.
Expand Down
2 changes: 1 addition & 1 deletion Assets/QuickSheet/GDataPlugin/Templates/AssetFileClass.txt
@@ -1,7 +1,7 @@
using UnityEngine;
using UnityEditor;
using System.IO;
using UnityQuicksheet;
using UnityQuickSheet;

///
/// !!! Machine generated code !!!
Expand Down
2 changes: 1 addition & 1 deletion Assets/QuickSheet/GDataPlugin/Templates/DataClass.txt
@@ -1,6 +1,6 @@
using UnityEngine;
using System.Collections;
using UnityQuicksheet;
using UnityQuickSheet;

///
/// !!! Machine generated code !!!
Expand Down
2 changes: 1 addition & 1 deletion Assets/QuickSheet/GDataPlugin/Templates/Property.txt
@@ -1,6 +1,6 @@
[SerializeField]
string $FieldName;
using UnityQuicksheet;
using UnityQuickSheet;

[ExposeProperty]
public string $CapitalFieldName { get {return $FieldName; } set { $FieldName = value;} }
Expand Down
Expand Up @@ -2,7 +2,7 @@ using UnityEngine;
using System;
using System.Collections;
using System.Collections.Generic;
using UnityQuicksheet;
using UnityQuickSheet;

///
/// !!! Machine generated code !!!
Expand Down
Expand Up @@ -7,7 +7,7 @@ using System.Text;
using GDataDB;
using GDataDB.Linq;

using UnityQuicksheet;
using UnityQuickSheet;

///
/// !!! Machine generated code !!!
Expand Down
2 changes: 1 addition & 1 deletion Assets/QuickSheet/Util/Cloner.cs
Expand Up @@ -2,7 +2,7 @@
using System.Collections;
using System.Reflection;

namespace UnityQuicksheet
namespace UnityQuickSheet
{

///
Expand Down
2 changes: 1 addition & 1 deletion Assets/QuickSheet/Util/CsvParser.cs
Expand Up @@ -4,7 +4,7 @@
using System.IO;
using System.Text;

namespace UnityQuicksheet
namespace UnityQuickSheet
{
public enum TokenType
{
Expand Down
2 changes: 1 addition & 1 deletion Assets/QuickSheet/Util/Singleton.cs
@@ -1,6 +1,6 @@
using UnityEngine;

namespace UnityQuicksheet
namespace UnityQuickSheet
{
/// <summary>
/// Singleton base class.
Expand Down

0 comments on commit 50dfaed

Please sign in to comment.