Changeset [0b492a3b7f89a808e4e65ae450d32ccfe3531869] by Jocelyn Legault

November 26th, 2009 @ 06:38 AM

VCProj: Remove most of the additional include dirs.

  • With the exception of ../src and ../../Scintilla/include, all the additional folders have been removed from the vcprojs (2005 and 2008).
  • Consequence of that, all the header files are expressed relative to ../src (or ../../Scintilla/include).
  • To help avoid name clashes, all the header guards have been renamed in the form FOLDERA_FOLDERB_FILE_H.

[#22 state:needs_ack responsible:npp-community]

Signed-off-by: Jocelyn Legault jocelynlegault@gmail.com
http://github.com/joce/npp-community/commit/0b492a3b7f89a808e4e65ae...

Committed by Jocelyn Legault

  • M PowerEditor/src/MISC/Common/Common.h
  • M PowerEditor/src/MISC/Common/npp_date.cpp
  • M PowerEditor/src/MISC/Common/npp_date.h
  • M PowerEditor/src/MISC/Common/npp_session.cpp
  • M PowerEditor/src/MISC/Common/npp_session.h
  • M PowerEditor/src/MISC/Common/npp_styles.cpp
  • M PowerEditor/src/MISC/Common/npp_styles.h
  • M PowerEditor/src/MISC/Common/npp_winver.cpp
  • M PowerEditor/src/MISC/Common/npp_winver.h
  • M PowerEditor/src/MISC/Debug/npp_debug.cpp
  • M PowerEditor/src/MISC/Debug/npp_debug.h
  • M PowerEditor/src/MISC/Exception/MiniDumper.cpp
  • M PowerEditor/src/MISC/Exception/MiniDumper.h
  • M PowerEditor/src/MISC/Exception/Win32Exception.cpp
  • M PowerEditor/src/MISC/Exception/Win32Exception.h
  • M PowerEditor/src/MISC/FileNameStringSplitter.h
  • M PowerEditor/src/MISC/PluginsManager/Notepad_plus_msgs.h
  • M PowerEditor/src/MISC/PluginsManager/PluginInterface.h
  • M PowerEditor/src/MISC/PluginsManager/PluginsManager.cpp
  • M PowerEditor/src/MISC/PluginsManager/PluginsManager.h
  • M PowerEditor/src/MISC/Process/Process.cpp
  • M PowerEditor/src/MISC/Process/Process.h
  • M PowerEditor/src/MISC/RegExt/regExtDlg.cpp
  • M PowerEditor/src/MISC/RegExt/regExtDlg.h
  • M PowerEditor/src/MISC/RegExt/regExtDlgRc.h
  • M PowerEditor/src/Notepad_plus.cpp
  • M PowerEditor/src/Notepad_plus.h
  • M PowerEditor/src/Parameters.cpp
  • M PowerEditor/src/Parameters.h
  • M PowerEditor/src/ScitillaComponent/AutoCompletion.cpp
  • M PowerEditor/src/ScitillaComponent/AutoCompletion.h
  • M PowerEditor/src/ScitillaComponent/Buffer.cpp
  • M PowerEditor/src/ScitillaComponent/Buffer.h
  • M PowerEditor/src/ScitillaComponent/BufferID.h
  • M PowerEditor/src/ScitillaComponent/DocTabView.cpp
  • M PowerEditor/src/ScitillaComponent/DocTabView.h
  • M PowerEditor/src/ScitillaComponent/FindReplaceDlg.cpp
  • M PowerEditor/src/ScitillaComponent/FindReplaceDlg.h
  • M PowerEditor/src/ScitillaComponent/FindReplaceDlg_rc.h
  • M PowerEditor/src/ScitillaComponent/FunctionCallTip.cpp
  • M PowerEditor/src/ScitillaComponent/FunctionCallTip.h
  • M PowerEditor/src/ScitillaComponent/GoToLineDlg.cpp
  • M PowerEditor/src/ScitillaComponent/GoToLineDlg.h
  • M PowerEditor/src/ScitillaComponent/Printer.cpp
  • M PowerEditor/src/ScitillaComponent/Printer.h
  • M PowerEditor/src/ScitillaComponent/ScintillaCtrls.cpp
  • M PowerEditor/src/ScitillaComponent/ScintillaCtrls.h
  • M PowerEditor/src/ScitillaComponent/ScintillaEditView.cpp
  • M PowerEditor/src/ScitillaComponent/ScintillaEditView.h
  • M PowerEditor/src/ScitillaComponent/ScintillaRef.h
  • M PowerEditor/src/ScitillaComponent/SmartHighlighter.cpp
  • M PowerEditor/src/ScitillaComponent/SmartHighlighter.h
  • M PowerEditor/src/ScitillaComponent/UserDefineDialog.cpp
  • M PowerEditor/src/ScitillaComponent/UserDefineDialog.h
  • M PowerEditor/src/ScitillaComponent/UserDefineLangReference.h
  • M PowerEditor/src/ScitillaComponent/UserDefineResource.h
  • M PowerEditor/src/ScitillaComponent/colors.h
  • M PowerEditor/src/ScitillaComponent/columnEditor.cpp
  • M PowerEditor/src/ScitillaComponent/columnEditor.h
  • M PowerEditor/src/ScitillaComponent/columnEditor_rc.h
  • M PowerEditor/src/ScitillaComponent/xmlMatchedTagsHighlighter.cpp
  • M PowerEditor/src/ScitillaComponent/xmlMatchedTagsHighlighter.h
  • M PowerEditor/src/Utf8_16.h
  • M PowerEditor/src/ValueDlg.h
  • M PowerEditor/src/WinControls/AboutDlg/AboutDlg.cpp
  • M PowerEditor/src/WinControls/AboutDlg/AboutDlg.h
  • M PowerEditor/src/WinControls/AboutDlg/URLCtrl.cpp
  • M PowerEditor/src/WinControls/AboutDlg/URLCtrl.h
  • M PowerEditor/src/WinControls/ColourPicker/ColourPicker.cpp
  • M PowerEditor/src/WinControls/ColourPicker/ColourPicker.h
  • M PowerEditor/src/WinControls/ColourPicker/ColourPopup.cpp
  • M PowerEditor/src/WinControls/ColourPicker/ColourPopup.h
  • M PowerEditor/src/WinControls/ColourPicker/ColourPopupResource.h
  • M PowerEditor/src/WinControls/ColourPicker/WordStyleDlg.cpp
  • M PowerEditor/src/WinControls/ColourPicker/WordStyleDlg.h
  • M PowerEditor/src/WinControls/ColourPicker/WordStyleDlgRes.h
  • M PowerEditor/src/WinControls/ContextMenu/ContextMenu.cpp
  • M PowerEditor/src/WinControls/ContextMenu/ContextMenu.h
  • M PowerEditor/src/WinControls/DockingWnd/Docking.h
  • M PowerEditor/src/WinControls/DockingWnd/DockingCont.cpp
  • M PowerEditor/src/WinControls/DockingWnd/DockingCont.h
  • M PowerEditor/src/WinControls/DockingWnd/DockingDlgInterface.cpp
  • M PowerEditor/src/WinControls/DockingWnd/DockingDlgInterface.h
  • M PowerEditor/src/WinControls/DockingWnd/DockingManager.cpp
  • M PowerEditor/src/WinControls/DockingWnd/DockingManager.h
  • M PowerEditor/src/WinControls/DockingWnd/DockingSplitter.cpp
  • M PowerEditor/src/WinControls/DockingWnd/DockingSplitter.h
  • M PowerEditor/src/WinControls/DockingWnd/Gripper.cpp
  • M PowerEditor/src/WinControls/DockingWnd/Gripper.h
  • M PowerEditor/src/WinControls/DockingWnd/dockingResource.h
  • M PowerEditor/src/WinControls/Grid/BabyGrid.cpp
  • M PowerEditor/src/WinControls/Grid/BabyGrid.h
  • M PowerEditor/src/WinControls/Grid/BabyGridWrapper.cpp
  • M PowerEditor/src/WinControls/Grid/BabyGridWrapper.h
  • M PowerEditor/src/WinControls/Grid/ShortcutMapper.cpp
  • M PowerEditor/src/WinControls/Grid/ShortcutMapper.h
  • M PowerEditor/src/WinControls/Grid/ShortcutMapper_rc.h
  • M PowerEditor/src/WinControls/ImageListSet/ImageListSet.cpp
  • M PowerEditor/src/WinControls/ImageListSet/ImageListSet.h
  • M PowerEditor/src/WinControls/OpenSaveFileDialog/FileDialog.cpp
  • M PowerEditor/src/WinControls/OpenSaveFileDialog/FileDialog.h
  • M PowerEditor/src/WinControls/Preference/preferenceDlg.cpp
  • M PowerEditor/src/WinControls/Preference/preferenceDlg.h
  • M PowerEditor/src/WinControls/Preference/preference_rc.h
  • M PowerEditor/src/WinControls/SplitterContainer/Splitter.cpp
  • M PowerEditor/src/WinControls/SplitterContainer/Splitter.h
  • M PowerEditor/src/WinControls/SplitterContainer/SplitterContainer.cpp
  • M PowerEditor/src/WinControls/SplitterContainer/SplitterContainer.h
  • M PowerEditor/src/WinControls/StaticDialog/RunDlg/RunDlg.cpp
  • M PowerEditor/src/WinControls/StaticDialog/RunDlg/RunDlg.h
  • M PowerEditor/src/WinControls/StaticDialog/StaticDialog.cpp
  • M PowerEditor/src/WinControls/StaticDialog/StaticDialog.h
  • M PowerEditor/src/WinControls/StatusBar/StatusBar.cpp
  • M PowerEditor/src/WinControls/StatusBar/StatusBar.h
  • M PowerEditor/src/WinControls/TabBar/ControlsTab.cpp
  • M PowerEditor/src/WinControls/TabBar/ControlsTab.h
  • M PowerEditor/src/WinControls/TabBar/TabBar.cpp
  • M PowerEditor/src/WinControls/TabBar/TabBar.h
  • M PowerEditor/src/WinControls/TaskList/TaskList.cpp
  • M PowerEditor/src/WinControls/TaskList/TaskList.h
  • M PowerEditor/src/WinControls/TaskList/TaskListDlg.cpp
  • M PowerEditor/src/WinControls/TaskList/TaskListDlg.h
  • M PowerEditor/src/WinControls/TaskList/TaskListDlg_rc.h
  • M PowerEditor/src/WinControls/ToolBar/ToolBar.cpp
  • M PowerEditor/src/WinControls/ToolBar/ToolBar.h
  • M PowerEditor/src/WinControls/ToolTip/ToolTip.cpp
  • M PowerEditor/src/WinControls/ToolTip/ToolTip.h
  • M PowerEditor/src/WinControls/TrayIcon/trayIconControler.cpp
  • M PowerEditor/src/WinControls/TrayIcon/trayIconControler.h
  • M PowerEditor/src/WinControls/Window.h
  • M PowerEditor/src/WinControls/WindowInterface.h
  • M PowerEditor/src/WinControls/WindowsDlg/SizeableDlg.cpp
  • M PowerEditor/src/WinControls/WindowsDlg/SizeableDlg.h
  • M PowerEditor/src/WinControls/WindowsDlg/WinMgr.cpp
  • M PowerEditor/src/WinControls/WindowsDlg/WinMgr.h
  • M PowerEditor/src/WinControls/WindowsDlg/WinRect.cpp
  • M PowerEditor/src/WinControls/WindowsDlg/WindowsDlg.cpp
  • M PowerEditor/src/WinControls/WindowsDlg/WindowsDlg.h
  • M PowerEditor/src/WinControls/WindowsDlg/WindowsDlgRc.h
  • M PowerEditor/src/WinControls/shortcut/RunMacroDlg.cpp
  • M PowerEditor/src/WinControls/shortcut/RunMacroDlg.h
  • M PowerEditor/src/WinControls/shortcut/RunMacroDlg_rc.h
  • M PowerEditor/src/WinControls/shortcut/shortcut.cpp
  • M PowerEditor/src/WinControls/shortcut/shortcut.h
  • M PowerEditor/src/precompiled_headers.h
  • M PowerEditor/src/winmain.cpp
  • M PowerEditor/src/xpm_icons.h
  • M PowerEditor/visual.net/notepadPlus.8.vcproj
  • M PowerEditor/visual.net/notepadPlus.9.vcproj
New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Notepad++ Community Release

Shared Ticket Bins