Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NppPerforcePlugin", "NppPerforcePlugin.vcxproj", "{DBB1713B-D3A7-4949-8C12-D9D1DBAC12B1}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 Debug|x64 = Debug|x64 Release|Win32 = Release|Win32 Release|x64 = Release|x64 Template|Win32 = Template|Win32 Template|x64 = Template|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {DBB1713B-D3A7-4949-8C12-D9D1DBAC12B1}.Debug|Win32.ActiveCfg = Debug|Win32 {DBB1713B-D3A7-4949-8C12-D9D1DBAC12B1}.Debug|Win32.Build.0 = Debug|Win32 {DBB1713B-D3A7-4949-8C12-D9D1DBAC12B1}.Debug|x64.ActiveCfg = Debug|x64 {DBB1713B-D3A7-4949-8C12-D9D1DBAC12B1}.Debug|x64.Build.0 = Debug|x64 {DBB1713B-D3A7-4949-8C12-D9D1DBAC12B1}.Release|Win32.ActiveCfg = Release|Win32 {DBB1713B-D3A7-4949-8C12-D9D1DBAC12B1}.Release|Win32.Build.0 = Release|Win32 {DBB1713B-D3A7-4949-8C12-D9D1DBAC12B1}.Release|x64.ActiveCfg = Release|x64 {DBB1713B-D3A7-4949-8C12-D9D1DBAC12B1}.Release|x64.Build.0 = Release|x64 {DBB1713B-D3A7-4949-8C12-D9D1DBAC12B1}.Template|Win32.ActiveCfg = Template|Win32 {DBB1713B-D3A7-4949-8C12-D9D1DBAC12B1}.Template|Win32.Build.0 = Template|Win32 {DBB1713B-D3A7-4949-8C12-D9D1DBAC12B1}.Template|x64.ActiveCfg = Template|x64 {DBB1713B-D3A7-4949-8C12-D9D1DBAC12B1}.Template|x64.Build.0 = Template|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection EndGlobal
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#7 | 20945 | Sven Erik Knop |
Release builds instead of debug builds. Separate DLL for 32 bit and 64 bit Requires VCS10 redistribution libraries installed to work. |
||
#6 | 10986 | Sven Erik Knop |
Updated for new-style P4V. Now using P4VC (there is no more P4V -cmd). Currently only Revgraph, Timelapse View and Submit are supported. |
||
#5 | 7822 | Sven Erik Knop |
Preparations for log-in dialog. The dialog is written, but not hooked up yet, but all the parts compile and link. Error dialog now displays a different error text if the ticket has expired, in preparation for the next step. |
||
#4 | 7817 | Sven Erik Knop |
Updated NppPerforcePlugin: prevent crash for some people using newer versions of Notepad++. It seems that the existing sample code are wrong: adding a separator to the menu list does require a new entry in the function list. I also re-added my Visual Studio solution and project and added a compiled release version of the DLL. Let me know if there are any problems. |
||
#3 | 7814 | Sven Erik Knop |
Ok, now removed the visual studio project files. They are still broken, but now they are actually deleted. |
||
#2 | 7813 | Sven Erik Knop | Removed the Visual Studio projects, they are broken. | ||
#1 | 7440 | Sven Erik Knop |
Notepad++ Perforce Plugin. The provided DLL will only work for the Unicode version of Notepad++. The code currently contains no provision for ASCII builds. The plugin can : Add Edit Delete Revert Sync (to head) --- Show file info Show connection info |