Send Notepad-plus-plus mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Notepad-plus-plus digest..."
Today's Topics:
1. [notepad-plus - Open Discussion] RE: php_dbg.dll with
notepad++ (SourceForge.net)
2. [notepad-plus - Open Discussion] Tex Highlighter (SourceForge.net)
3. [notepad-plus - Translation] RE: German Translation 4.1.2
Help (SourceForge.net)
4. [notepad-plus - Open Discussion] RE: Please do not indent if
selection is in-l (SourceForge.net)
5. [notepad-plus - Help] api in alphabetical order (SourceForge.net)
6. [notepad-plus - Translation] RE: english.xml for v4.3 is
available (SourceForge.net)
7. [notepad-plus - Open Discussion] RE: Crazy Lawyer Talk
(SourceForge.net)
8. [notepad-plus - Open Discussion] RE: Notepad++ v4.3 is
released (SourceForge.net)
9. [notepad-plus - Translation] RE: German Translation 4.1.2
Help (SourceForge.net)
10. [notepad-plus - Help] How to compile with MinGW (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Tue, 25 Sep 2007 03:00:58 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
php_dbg.dll with notepad++
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4536319
By: zobo
Hi again...
I bet you found little to nothing about "php_dbg and Notepad++". First reason
is because you should be Googling "XDebug and Notepad++" or "DBGP and
Notepad++".
php_dbg is a different product. However you would still find little to nothing
about it (mainly because I did not Blog yet about it or similar... If somebody
else did, I don't know yet).
Anyway, you are almost winning the battle...
I'll explain a few fundamentals here.
In classic debugging you have a running process and a debugging process that
is attached to it. It's usual that the debugging IDE has a method to start the
process it wants to debug.
Debugging PHP that is running in a web server is quite a different story.
First, it is not a running process, but more of start and finish as fast as
possible. The only way to start this process is to request a page from the web
server. Notepad++ has no way to start this process, because it has no integrated
web browser. You as the developer need to start this process with a browser...
I confess, the menu items of the plugin are somewhat confusing. I intend to
implement some stuff in the next release that will help guide the user a bit
more.
Anyway. Try this checklis:
1. Install DBGP plugin in notepad++ (I looks like you have this down)
2. Configure DBGP plugin (The configuration looks ok)
3. Install XDEBUG php plugin (looks ok, from your last post)
4. Configure XDEBUG. You did not post any configuration, but take this as an
example:
xdebug.remote_enable=On
xdebug.remote_host=127.0.0.1
5. Restart all needed services (Well, just apache)
6. Start Notepad++ and open the debugger (Plugins/DBGp/Debugger The debugger
is not working prior this step!!)
7. Now open your browser and your page like this:
http://localhost/supplier/debugTest.php?XDEBUG_SESSION=test
If all goes well, Notead++ should flash and the buttons for stepping through
code should get enabled. Press "Step Into" to get to the first line of code.
I strongly recommend you read this page: http://www.xdebug.org/docs/remote
Best regards...
-Zobo
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
------------------------------
Message: 2
Date: Tue, 25 Sep 2007 03:12:37 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Tex
Highlighter
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4536339
By: nobody
Dear Don,
many thanks for the new version, it's great!
I want to asking You to extent the internal TeX / LaTeX syntax highlighter with
the following entries:
line comment symbol: %
math environment: $ ... $
numbers
and maybe: different style for commands in math enviroments
I've made a highlighter for myself, but it isn't such elaborated like the
build-in
highlighter.
Hope this can be done without many work.
Thanks for Your work!!
Simon
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
------------------------------
Message: 3
Date: Tue, 25 Sep 2007 03:26:24 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Translation] RE: German
Translation 4.1.2 Help
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4536358
By: nobody
Neue German.xml f?r Notepad++ v4.3 ist drau?en, im Downlaodbereich !!
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=558104
------------------------------
Message: 4
Date: Tue, 25 Sep 2007 03:26:55 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Please do not indent if selection is in-l
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4536359
By: mmtsuchi
Thanks nobody :-) it is exactly what I was looking for.
instead or Ctrl-Tab, i set alt-capslock (no used for me)
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
------------------------------
Message: 5
Date: Tue, 25 Sep 2007 03:45:59 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] api in alphabetical
order
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4536378
By: nobody
I have been using the javascript.api for text completion but i see that the
file should be in alphabetical order to work well
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331754
------------------------------
Message: 6
Date: Tue, 25 Sep 2007 06:20:20 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Translation] RE:
english.xml for v4.3 is available
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4536607
By: nobody
German.xml f?r Notepad++ v4.3 ist im Downlaodbereich verf?gbar.
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=558104
------------------------------
Message: 7
Date: Tue, 25 Sep 2007 06:39:11 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Crazy Lawyer Talk
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4536633
By: nobody
commerical guys have mixed feelings about GPL. :)
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
------------------------------
Message: 8
Date: Tue, 25 Sep 2007 06:44:50 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Notepad++ v4.3 is released
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4536642
By: nobody
GREAT JOB! I finally see the issue of moving line up been fixed.
Besides, Don, do you have any plan to make multi-line tab in the future? I would
really appreciate it if it's in your plan. "<" and ">", or even tab list
requires
extra clicks. It would be nice if you can just click whichever tab you need
without any "ctrl+..." or "click-click-click" actions. It's extremely useful
when people are working on a dozen of files.
Thank you and best wishes!!
JC
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
------------------------------
Message: 9
Date: Tue, 25 Sep 2007 07:24:32 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Translation] RE: German
Translation 4.1.2 Help
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4536697
By: nobody
Nein, die neuste ist in der Installation enthalten! Unteranderem wurde
der Column-Editor von mir ?bersetzt.
Gru?
Jens
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=558104
------------------------------
Message: 10
Date: Tue, 25 Sep 2007 08:46:07 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] How to compile with
MinGW
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4536823
By: nobody
Hi
I have compile NPP 4.3 with MinGW (gcc (GCC) 3.4.2 (mingw-special)), with an
updated makefile and fews code modifications, due to an old gcc bug, and a
missing
#define in commctrl.h
But i cannot execute npp, even when I add missing dll (Scintilla.dll &
SciLexer.dll),
and all others files found in the binary install.
I have error "666" witch say "The specified resource name cannot be found in
the image file."
regards
Yvon TANGUY.
---------------
Here what I have change:
../src/Notepad_plus.h:514: error: `>>' should be `> >' within a nested template
argument list
vector<pair<int, int> > _hideLinesMarks;
../src/ScitillaComponent/ScintillaEditView.h:82: error: `>>' should be `> >'
within a nested template argument list
typedef vector<pair<int, int> > ColumnModeInfo;
../src/Notepad_plus.cpp:1965: error: `>>' should be `> >' within a nested
template
argument list
vector<pair<int, int> > hotspotStylers;
../src/WinControls/DockingWnd/DockingCont.cpp:645: error: `TCN_GETOBJECT'
undeclared
(first use this function)
// After #include<>
// This is because commctrl.h does not came with this define.
#ifndef TCN_GETOBJECT
#define TCN_GETOBJECT (TCN_FIRST-3)
#endif
And here the makefile:
<pre>
# this file is part of notepad++
# Copyright (C)2003 Don HO ( [EMAIL PROTECTED] )
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either
# version 2 of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
.SUFFIXES: .cpp
CPP = g++
CC=gcc
RC = windres
#UserDefineDialog_res.o
MAINOBJS = winmain.o Parameters.o Notepad_plus.o Notepad_plus_res.o Utf8_16.o
PluginsManager.o UniConversion.o
SCINTILLAOBJS = ScintillaEditView.o DocTabView.o FindReplaceDlg.o
FindReplaceDlg_rc.o
UserDefineDialog.o Printer.o \
UserDefineDialog_res.o GoToLineDlg.o Buffer.o columnEditor.o
WINCTRLOBJS = TabBar.o ControlsTab.o ToolBar.o StatusBar.o ImageListSet.o
FileDialog.o Splitter.o SplitterContainer.o StaticDialog.o \
URLCtrl.o AboutDlg.o RunDlg.o trayIconControler.o shortcut.o ShortcutMapper.o
BabyGridWrapper.o BabyGrid.o ShortcutMapper_rc.o \
regExtDlg_res.o regExtDlg.o preference_rc.o preferenceDlg.o WindowsDlg_rc.o
SizeableDlg.o WinMgr.o WinRect.o WindowsDlg.o DockingManager.o \
DockingCont.o DockingSplitter.o RunMacroDlg.o TaskList.o common_func.o Gripper.o
columnEditor_rc.o DockingGUIWidget_rc.o RunMacroDlg_rc.o \
shortcut_rc.o RunDlg_res.o TaskListDlg_rc.o TreeView.o
# DropData.o FontPreviewCombo.o
WORDSTYLESDLG = WordStyleDlg_rc.o WordStyleDlg.o ColourPicker.o ColourPopup_rc.o
ColourPopup.o
MISCOBJS = SysMsg.o Process.o
TINYXMLOBJS = tinystr.o tinyxml.o tinyxmlerror.o tinyxmlparser.o
OBJS = $(MAINOBJS) $(SCINTILLAOBJS) $(WINCTRLOBJS) $(MISCOBJS) $(TINYXMLOBJS)
$(WORDSTYLESDLG)
#
# the paths
INCLUDEDIR = ../../scintilla/include
SRCDIR = ../src
TARGETDIR=../bin
ICONESDIR = $(SRCDIR)/icons
WINCTRLDIR = $(SRCDIR)/WinControls
SCINTILLADIR = $(SRCDIR)/ScitillaComponent
TINYXMLDIR = $(SRCDIR)/TinyXml
TABBARDIR = $(WINCTRLDIR)/TabBar
TOOLBARDIR = $(WINCTRLDIR)/ToolBar
STATUSBARDIR = $(WINCTRLDIR)/StatusBar
IMGLSTSETDIR = $(WINCTRLDIR)/ImageListSet
FILEDIALOGDIR = $(WINCTRLDIR)/OpenSaveFileDialog
SPLITTERDIR = $(WINCTRLDIR)/SplitterContainer
STATICDLGDIR = $(WINCTRLDIR)/StaticDialog
ABOUTDLGDIR = $(WINCTRLDIR)/AboutDlg
RUNDLGDIR = $(STATICDLGDIR)/RunDlg
SHORTCUTDIR = $(WINCTRLDIR)/shortcut
MISCDIR = $(SRCDIR)/MISC
SYSMSGDIR = $(MISCDIR)/SysMsg
PROCESSDIR = $(MISCDIR)/Process
REGEXTDIR = $(MISCDIR)/RegExt
PLUGINSMANAGERDIR = $(MISCDIR)/PluginsManager
WORDSTYLESDLGDIR = $(WINCTRLDIR)/ColourPicker
SYSTRAYDIR = $(WINCTRLDIR)/TrayIcon
CONTEXTMENUDIR = $(WINCTRLDIR)/ContextMenu
SHORTCUTMAPPERDIR = $(WINCTRLDIR)/Grid
PREFERENCEDLGDIR = $(WINCTRLDIR)/Preference
WINDOWSDLGDIR = $(WINCTRLDIR)/WindowsDlg
DOCKINGWNDDIR = $(WINCTRLDIR)/DockingWnd
TASKLISTDIR = $(WINCTRLDIR)/TaskList
SHORTCUTDIR = $(WINCTRLDIR)/shortcut
TREEVIEWDIR = $(WINCTRLDIR)/TreeView
PROG = $(TARGETDIR)/notepad++.exe
FONT_SRC=$(SRCDIR)/font/LINEDRAW.TTF
FONT_TARGET=$(TARGETDIR)/LINEDRAW.TTF
XMLUSERFILE_SRC=$(SRCDIR)/config.xml
XMLUSERFILE_TARGET=$(TARGETDIR)/config.xml
XMLLANGFILE_SRC=$(SRCDIR)/langs.xml
XMLLANGFILE_TARGET=$(TARGETDIR)/langs.xml
INCLUDEFLAGS = -I$(INCLUDEDIR) -I$(SCINTILLADIR) -I$(WINCTRLDIR) \
-I$(TABBARDIR) -I$(TOOLBARDIR) -I$(STATUSBARDIR) -I$(IMGLSTSETDIR) \
-I$(FILEDIALOGDIR) -I$(SPLITTERDIR) -I$(STATICDLGDIR) -I$(ABOUTDLGDIR) \
-I$(SYSMSGDIR) -I$(PROCESSDIR) -I$(MISCDIR) -I$(RUNDLGDIR) -I$(SRCDIR) \
-I$(TINYXMLDIR) -I$(WORDSTYLESDLGDIR) -I$(REGEXTDIR) -I$(PLUGINSMANAGERDIR) \
-I$(SYSTRAYDIR) -I$(SHORTCUTDIR) -I$(CONTEXTMENUDIR) -I$(SHORTCUTMAPPERDIR) \
-I$(PREFERENCEDLGDIR) -I$(WINDOWSDLGDIR) -I$(DOCKINGWNDDIR) -I$(TASKLISTDIR)
DEFINEFLAGS = -D_WIN32_IE=0x0600 -D_WIN32_WINNT=0x0501
CFLAGS = -Wall -Os -DNDEBUG
#CFLAGS = -Wall -Os -DDEBUG
LDFLAGS = -mwindows -Wl,-s -Wl,--gc-sections -lcomctl32 -lshlwapi -lodbc32
-lodbccp32
-Os -s
#LDFLAGS = -mwindows -lcomctl32 -lshlwapi -llibshell32
ALL: $(PROG) $(XMLLANGFILE_TARGET) $(FONT_TARGET)
$(PROG): $(OBJS)
$(CPP) -Xlinker --subsystem -Xlinker windows -o $@ $(OBJS) $(LDFLAGS)
winmain.o : $(SRCDIR)/winmain.cpp $(SRCDIR)/Notepad_plus.h $(SYSMSGDIR)/SysMsg.h
$(CONTEXTMENUDIR)/ContextMenu.h
$(CPP) $(CFLAGS) -c $(SRCDIR)/winmain.cpp -o $@ $(INCLUDEFLAGS)
Notepad_plus.o : $(SRCDIR)/Notepad_plus.h $(SRCDIR)/Notepad_plus.cpp
$(SRCDIR)/Parameters.h \
$(SCINTILLADIR)/ScintillaEditView.h $(SCINTILLADIR)/DocTabView.h
$(SCINTILLADIR)/FindReplaceDlg.h \
$(SCINTILLADIR)/UserDefineDialog.h $(SCINTILLADIR)/printer.h
$(WINCTRLDIR)/Window.h
\
$(TOOLBARDIR)/ToolBar.h $(FILEDIALOGDIR)/FileDialog.h $(SRCDIR)/resource.h \
$(STATUSBARDIR)/StatusBar.h $(ABOUTDLGDIR)/AboutDlg.h
$(IMGLSTSETDIR)/ImageListSet.h
\
$(STATICDLGDIR)/StaticDialog.h $(SPLITTERDIR)/SplitterContainer.h
$(SYSMSGDIR)/SysMsg.h \
$(MISCDIR)/FileNameStringSplitter.h $(SRCDIR)/lastRecentFileList.h
$(SRCDIR)/lesDlgs.h $(SHORTCUTDIR)/shortcut.h $(CONTEXTMENUDIR)/ContextMenu.h
$(CPP) $(CFLAGS) $(DEFINEFLAGS) -c $(SRCDIR)/Notepad_plus.cpp -o
$@ $(INCLUDEFLAGS)
#$(PROCESSDIR)/Process.h
Parameters.o : $(SRCDIR)/Parameters.h $(SRCDIR)/Parameters.cpp
$(CONTEXTMENUDIR)/ContextMenu.h
$(CPP) $(CFLAGS) $(DEFINEFLAGS) -c $(SRCDIR)/Parameters.cpp -o $@
$(INCLUDEFLAGS)
UniConversion.o : $(SRCDIR)/UniConversion.h $(SRCDIR)/UniConversion.cpp
$(CPP) $(CFLAGS) $(DEFINEFLAGS) -c $(SRCDIR)/UniConversion.cpp -o
$@ $(INCLUDEFLAGS)
Notepad_plus_res.o : $(SRCDIR)/resource.h $(SRCDIR)/Notepad_plus.rc
$(SCINTILLADIR)/UserDefineDialog.rc \
$(RUNDLGDIR)/RunDlg.rc $(SHORTCUTDIR)/shortcut.rc
$(RC) $(DEFINEFLAGS) --include-dir=$(SRCDIR) -o $@
$(SRCDIR)/Notepad_plus.rc
Utf8_16.o : $(SRCDIR)/Utf8_16.h $(SRCDIR)/Utf8_16.cpp
$(CPP) $(CFLAGS) $(DEFINEFLAGS) -c $(SRCDIR)/Utf8_16.cpp -o $@
$(INCLUDEFLAGS)
ScintillaEditView.o : $(SCINTILLADIR)/ScintillaEditView.h
$(SCINTILLADIR)/ScintillaEditView.cpp $(SRCDIR)/Parameters.h \
$(WINCTRLDIR)/Window.h $(INCLUDEDIR)/Scintilla.h $(INCLUDEDIR)/SciLexer.h
$(SCINTILLADIR)/Buffer.h \
$(SCINTILLADIR)/colors.h $(SYSMSGDIR)/SysMsg.h $(STATICDLGDIR)/StaticDialog.h
$(CPP) $(CFLAGS) -c $(SCINTILLADIR)/ScintillaEditView.cpp -o
$@ $(INCLUDEFLAGS)
DocTabView.o : $(SCINTILLADIR)/DocTabView.h $(SCINTILLADIR)/DocTabView.cpp \
$(TABBARDIR)/TabBar.h $(IMGLSTSETDIR)/ImageListSet.h
$(SCINTILLADIR)/ScintillaEditView.cpp
$(CPP) $(CFLAGS) -c $(SCINTILLADIR)/DocTabView.cpp -o $@ $(INCLUDEFLAGS)
FindReplaceDlg.o : $(STATICDLGDIR)/StaticDialog.h $(SRCDIR)/resource.h \
$(SCINTILLADIR)/FindReplaceDlg.h $(SCINTILLADIR)/FindReplaceDlg.cpp
$(CPP) $(CFLAGS) $(DEFINEFLAGS) -c $(SCINTILLADIR)/FindReplaceDlg.cpp
-o $@
$(INCLUDEFLAGS)
FindReplaceDlg_rc.o : $(SCINTILLADIR)/FindReplaceDlg.rc
$(SCINTILLADIR)/FindReplaceDlg_rc.h $(SCINTILLADIR)/FindReplaceDlg.h
$(RC) -o $@ $(SCINTILLADIR)/FindReplaceDlg.rc
UserDefineDialog.o : $(STATICDLGDIR)/StaticDialog.h
$(SCINTILLADIR)/ScintillaEditView.h \
$(SCINTILLADIR)/UserDefineResource.h $(SCINTILLADIR)/UserDefineDialog.h \
$(SCINTILLADIR)/UserDefineDialog.cpp
$(CPP) $(CFLAGS) -c $(SCINTILLADIR)/UserDefineDialog.cpp -o $@
$(INCLUDEFLAGS)
Printer.o : $(SCINTILLADIR)/Printer.h $(SCINTILLADIR)/Printer.cpp
$(SCINTILLADIR)/ScintillaEditView.h
$(CPP) $(CFLAGS) -c $(SCINTILLADIR)/Printer.cpp -o $@ $(INCLUDEFLAGS)
UserDefineDialog_res.o : $(SCINTILLADIR)/UserDefineDialog.rc
$(SCINTILLADIR)/UserDefineResource.h
$(RC) -o $@ $(SCINTILLADIR)/UserDefineDialog.rc
GoToLineDlg.o : $(SCINTILLADIR)/GoToLineDlg.h
$(CPP) $(CFLAGS) -c $(SCINTILLADIR)/GoToLineDlg.cpp -o $@
$(INCLUDEFLAGS)
TabBar.o : $(WINCTRLDIR)/Window.h $(TABBARDIR)/TabBar.h $(TABBARDIR)/TabBar.cpp
$(SYSMSGDIR)/SysMsg.h
$(CPP) $(CFLAGS) -c $(TABBARDIR)/TabBar.cpp -o $@ $(INCLUDEFLAGS)
ControlsTab.o : $(TABBARDIR)/ControlsTab.h $(TABBARDIR)/ControlsTab.cpp
$(CPP) $(CFLAGS) $(DEFINEFLAGS) -c $(TABBARDIR)/ControlsTab.cpp -o $@
$(INCLUDEFLAGS)
ToolBar.o: $(WINCTRLDIR)/Window.h $(TOOLBARDIR)/ToolBar.h
$(TOOLBARDIR)/ToolBar.cpp
\
$(IMGLSTSETDIR)/ImageListSet.h $(SYSMSGDIR)/SysMsg.h
$(CPP) $(CFLAGS) -c $(TOOLBARDIR)/ToolBar.cpp -o $@ $(INCLUDEFLAGS)
StatusBar.o: $(WINCTRLDIR)/Window.h $(STATUSBARDIR)/StatusBar.h
$(STATUSBARDIR)/StatusBar.cpp $(SYSMSGDIR)/SysMsg.h
$(CPP) $(CFLAGS) -c $(STATUSBARDIR)/StatusBar.cpp -o $@ $(INCLUDEFLAGS)
ImageListSet.o: $(IMGLSTSETDIR)/ImageListSet.h
$(IMGLSTSETDIR)/ImageListSet.cpp
$(CPP) $(CFLAGS) -c $(IMGLSTSETDIR)/ImageListSet.cpp -o $@
$(INCLUDEFLAGS)
FileDialog.o: $(FILEDIALOGDIR)/FileDialog.h $(FILEDIALOGDIR)/FileDialog.cpp
$(CPP) $(CFLAGS) -c $(FILEDIALOGDIR)/FileDialog.cpp -o $@
$(INCLUDEFLAGS)
Splitter.o: $(WINCTRLDIR)/Window.h $(SPLITTERDIR)/Splitter.h
$(SPLITTERDIR)/Splitter.cpp $(SYSMSGDIR)/SysMsg.h
$(CPP) $(CFLAGS) -c $(SPLITTERDIR)/Splitter.cpp -o $@ $(INCLUDEFLAGS)
SplitterContainer.o: $(WINCTRLDIR)/Window.h $(SPLITTERDIR)/SplitterContainer.h
$(SPLITTERDIR)/SplitterContainer.cpp $(SPLITTERDIR)/Splitter.h
$(SYSMSGDIR)/SysMsg.h
$(CPP) $(CFLAGS) -c $(SPLITTERDIR)/SplitterContainer.cpp -o $@
$(INCLUDEFLAGS)
StaticDialog.o: $(WINCTRLDIR)/Window.h $(STATICDLGDIR)/StaticDialog.h
$(STATICDLGDIR)/StaticDialog.cpp
$(CPP) $(CFLAGS) -c $(STATICDLGDIR)/StaticDialog.cpp -o $@
$(INCLUDEFLAGS)
URLCtrl.o: $(WINCTRLDIR)/Window.h $(ABOUTDLGDIR)/URLCtrl.h
$(ABOUTDLGDIR)/URLCtrl.cpp
$(CPP) $(CFLAGS) -c $(ABOUTDLGDIR)/URLCtrl.cpp -o $@ $(INCLUDEFLAGS)
AboutDlg.o: $(WINCTRLDIR)/Window.h $(ABOUTDLGDIR)/AboutDlg.h
$(ABOUTDLGDIR)/AboutDlg.cpp URLCtrl.o
$(CPP) $(CFLAGS) $(DEFINEFLAGS) -c $(ABOUTDLGDIR)/AboutDlg.cpp -o
$@ $(INCLUDEFLAGS)
RunDlg.o: $(WINCTRLDIR)/Window.h $(RUNDLGDIR)/RunDlg.h $(RUNDLGDIR)/RunDlg.cpp
$(RUNDLGDIR)/RunDlg.rc
$(CPP) $(CFLAGS) -c $(RUNDLGDIR)/RunDlg.cpp -o $@ $(INCLUDEFLAGS)
shortcut.o: $(WINCTRLDIR)/Window.h $(SHORTCUTDIR)/shortcut.h
$(SHORTCUTDIR)/shortcut.rc
$(CPP) $(CFLAGS) -c $(SHORTCUTDIR)/shortcut.cpp -o $@ $(INCLUDEFLAGS)
shortcut_rc.o : $(SHORTCUTDIR)/shortcut.rc $(SHORTCUTDIR)/shortcutRc.h
$(RC) -o $@ $(SHORTCUTDIR)/shortcut.rc
RunMacroDlg_rc.o : $(SHORTCUTDIR)/RunMacroDlg.rc
$(SHORTCUTDIR)/RunMacroDlg_rc.h
$(RC) -o $@ $(SHORTCUTDIR)/RunMacroDlg.rc
trayIconControler.o: $(SYSTRAYDIR)/trayIconControler.h
$(CPP) $(CFLAGS) -c $(SYSTRAYDIR)/trayIconControler.cpp -o $@
$(INCLUDEFLAGS)
RunDlg_res.o : $(RUNDLGDIR)/RunDlg_rc.h $(RUNDLGDIR)/RunDlg.rc
$(RC) -o $@ $(RUNDLGDIR)/RunDlg.rc
SysMsg.o: $(SYSMSGDIR)/SysMsg.h $(SYSMSGDIR)/SysMsg.cpp
$(CPP) $(CFLAGS) -c $(SYSMSGDIR)/SysMsg.cpp -o $@ $(INCLUDEFLAGS)
Process.o: $(PROCESSDIR)/Process.h $(PROCESSDIR)/Process.cpp
$(CPP) $(CFLAGS) -c $(PROCESSDIR)/Process.cpp -o $@ $(INCLUDEFLAGS)
tinystr.o: $(TINYXMLDIR)/tinystr.h $(TINYXMLDIR)/tinyxml.h
$(CPP) $(CFLAGS) -c $(TINYXMLDIR)/tinystr.cpp -o $@ $(INCLUDEFLAGS)
tinyxml.o: $(TINYXMLDIR)/tinyxml.h
$(CPP) $(CFLAGS) -c $(TINYXMLDIR)/tinyxml.cpp -o $@ $(INCLUDEFLAGS)
tinyxmlerror.o: $(TINYXMLDIR)/tinyxml.h
$(CPP) $(CFLAGS) -c $(TINYXMLDIR)/tinyxmlerror.cpp -o $@ $(INCLUDEFLAGS)
tinyxmlparser.o: $(TINYXMLDIR)/tinyxml.h
$(CPP) $(CFLAGS) -c $(TINYXMLDIR)/tinyxmlparser.cpp -o $@
$(INCLUDEFLAGS)
#WebCtrl.o:
#WebControl.o:
WordStyleDlg_rc.o : $(WORDSTYLESDLGDIR)/wordstyledlgres.h
$(RC) --include-dir=$(SRCDIR) -o $@ $(WORDSTYLESDLGDIR)/WordStyleDlg.rc
WordStyleDlg.o : $(WORDSTYLESDLGDIR)/WordStyleDlg.h $(SYSMSGDIR)/SysMsg.h
$(CPP) $(CFLAGS) $(DEFINEFLAGS) -c $(WORDSTYLESDLGDIR)/WordStyleDlg.cpp
-o
$@ $(INCLUDEFLAGS)
ColourPicker.o : $(WORDSTYLESDLGDIR)/ColourPicker.h $(SYSMSGDIR)/SysMsg.h
$(CPP) $(CFLAGS) -c $(WORDSTYLESDLGDIR)/ColourPicker.cpp -o $@
$(INCLUDEFLAGS)
ColourPopup_rc.o : $(WORDSTYLESDLGDIR)/ColourPopupResource.h
$(RC) --include-dir=$(SRCDIR) -o $@ $(WORDSTYLESDLGDIR)/ColourPopup.rc
ColourPopup.o : $(WORDSTYLESDLGDIR)/ColourPopup.h $(SYSMSGDIR)/SysMsg.h
$(CPP) $(CFLAGS) -c $(WORDSTYLESDLGDIR)/ColourPopup.cpp -o $@
$(INCLUDEFLAGS)
#FontPreviewCombo.o : (WORDSTYLESDLGDIR)/FontPreviewCombo.cpp
# $(CPP) $(CFLAGS) -c $(WORDSTYLESDLGDIR)/FontPreviewCombo.cpp -o
$@ $(INCLUDEFLAGS)
regExtDlg_res.o : $(REGEXTDIR)/regExtDlgRc.h $(REGEXTDIR)/regExtDlg.rc
$(RC) --include-dir=$(SRCDIR) -o $@ $(REGEXTDIR)/regExtDlg.rc
regExtDlg.o : $(REGEXTDIR)/regExtDlg.h $(REGEXTDIR)/regExtDlg.cpp
$(CPP) $(CFLAGS) -c $(REGEXTDIR)/regExtDlg.cpp -o $@ $(INCLUDEFLAGS)
PluginsManager.o : $(PLUGINSMANAGERDIR)/PluginsManager.h
$(PLUGINSMANAGERDIR)/PluginInterface.h
$(CPP) $(CFLAGS) -c $(PLUGINSMANAGERDIR)/PluginsManager.cpp -o $@
$(INCLUDEFLAGS)
BabyGrid.o : $(SHORTCUTMAPPERDIR)/BabyGrid.h
$(CPP) $(CFLAGS) -c $(SHORTCUTMAPPERDIR)/BabyGrid.cpp -o $@
$(INCLUDEFLAGS)
BabyGridWrapper.o : $(SHORTCUTMAPPERDIR)/BabyGridWrapper.h
$(SHORTCUTMAPPERDIR)/BabyGrid.h
$(CPP) $(CFLAGS) -c $(SHORTCUTMAPPERDIR)/BabyGridWrapper.cpp -o $@
$(INCLUDEFLAGS)
ShortcutMapper_rc.o : $(SHORTCUTMAPPERDIR)/ShortcutMapper.rc
$(SHORTCUTMAPPERDIR)/ShortcutMapper_rc.h
$(RC) -o $@ $(SHORTCUTMAPPERDIR)/ShortcutMapper.rc
ShortcutMapper.o : $(SHORTCUTMAPPERDIR)/ShortcutMapper.h
$(CPP) $(CFLAGS) -c $(SHORTCUTMAPPERDIR)/ShortcutMapper.cpp -o $@
$(INCLUDEFLAGS)
preference_rc.o : $(PREFERENCEDLGDIR)/preference_rc.h
$(PREFERENCEDLGDIR)/preference.rc
$(RC) -o $@ $(PREFERENCEDLGDIR)/preference.rc
preferenceDlg.o : $(PREFERENCEDLGDIR)/preferenceDlg.h
$(CPP) $(CFLAGS) $(DEFINEFLAGS) -c
$(PREFERENCEDLGDIR)/preferenceDlg.cpp -o
$@ $(INCLUDEFLAGS)
WindowsDlg_rc.o : $(WINDOWSDLGDIR)/WindowsDlgRc.h
$(WINDOWSDLGDIR)/WindowsDlg.rc
$(RC) -o $@ $(WINDOWSDLGDIR)/WindowsDlg.rc
SizeableDlg.o : $(WINDOWSDLGDIR)/SizeableDlg.h
$(CPP) $(CFLAGS) -c $(WINDOWSDLGDIR)/SizeableDlg.cpp -o $@
$(INCLUDEFLAGS)
WinMgr.o : $(WINDOWSDLGDIR)/WinMgr.h
$(CPP) $(CFLAGS) -c $(WINDOWSDLGDIR)/WinMgr.cpp -o $@ $(INCLUDEFLAGS)
WinRect.o : $(WINDOWSDLGDIR)/WinMgr.h
$(CPP) $(CFLAGS) -c $(WINDOWSDLGDIR)/WinRect.cpp -o $@ $(INCLUDEFLAGS)
WindowsDlg.o : $(WINDOWSDLGDIR)/WindowsDlg.h
$(CPP) $(CFLAGS) $(DEFINEFLAGS) -c $(WINDOWSDLGDIR)/WindowsDlg.cpp -o
$@ $(INCLUDEFLAGS)
DockingManager.o : $(DOCKINGWNDDIR)/DockingManager.cpp
$(DOCKINGWNDDIR)/DockingManager.h
$(CPP) $(CFLAGS) $(DEFINEFLAGS) -c $(DOCKINGWNDDIR)/DockingManager.cpp
-o $@
$(INCLUDEFLAGS)
DockingCont.o : $(DOCKINGWNDDIR)/DockingCont.cpp $(DOCKINGWNDDIR)/DockingCont.h
$(CPP) $(CFLAGS) $(DEFINEFLAGS) -c $(DOCKINGWNDDIR)/DockingCont.cpp -o
$@ $(INCLUDEFLAGS)
DockingSplitter.o : $(DOCKINGWNDDIR)/DockingSplitter.cpp
$(DOCKINGWNDDIR)/DockingSplitter.h $(DOCKINGWNDDIR)/Docking.h \
$(DOCKINGWNDDIR)/dockingResource.h $(SYSMSGDIR)/SysMsg.h
$(CPP) $(CFLAGS) $(DEFINEFLAGS) -c $(DOCKINGWNDDIR)/DockingSplitter.cpp
-o
$@ $(INCLUDEFLAGS)
DockingGUIWidget_rc.o : $(DOCKINGWNDDIR)/DockingGUIWidget.rc
$(DOCKINGWNDDIR)/dockingResource.h
$(RC) -o $@ $(DEFINEFLAGS) --include-dir=$(DOCKINGWNDDIR)
$(DOCKINGWNDDIR)/DockingGUIWidget.rc
DropData.o : $(DOCKINGWNDDIR)/DropData.cpp $(DOCKINGWNDDIR)/DropData.h
$(CPP) $(CFLAGS) $(DEFINEFLAGS) -c $(DOCKINGWNDDIR)/DropData.cpp -o $@
$(INCLUDEFLAGS)
Gripper.o : $(DOCKINGWNDDIR)/Gripper.cpp $(DOCKINGWNDDIR)/Gripper.h
$(DOCKINGWNDDIR)/Docking.h $(DOCKINGWNDDIR)/dockingResource.h \
$(DOCKINGWNDDIR)/DockingCont.h
$(DOCKINGWNDDIR)/DockingManager.h
$(DOCKINGWNDDIR)/common_func.h
$(CPP) $(CFLAGS) $(DEFINEFLAGS) -c $(DOCKINGWNDDIR)/Gripper.cpp -o $@
$(INCLUDEFLAGS)
common_func.o : $(DOCKINGWNDDIR)/common_func.cpp $(DOCKINGWNDDIR)/common_func.h
$(CPP) $(CFLAGS) $(DEFINEFLAGS) -c $(DOCKINGWNDDIR)/common_func.cpp -o
$@ $(INCLUDEFLAGS)
Buffer.o : $(SCINTILLADIR)/Buffer.h $(SCINTILLADIR)/Buffer.cpp
$(CPP) $(CFLAGS) $(DEFINEFLAGS) -c $(SCINTILLADIR)/Buffer.cpp -o
$@ $(INCLUDEFLAGS)
columnEditor.o : $(SCINTILLADIR)/columnEditor.h
$(SCINTILLADIR)/columnEditor.cpp
$(CPP) $(CFLAGS) $(DEFINEFLAGS) -c $(SCINTILLADIR)/columnEditor.cpp -o
$@ $(INCLUDEFLAGS)
columnEditor_rc.o : $(SCINTILLADIR)/columnEditor.rc
$(SCINTILLADIR)/columnEditor_rc.h
$(RC) -o $@ $(SCINTILLADIR)/columnEditor.rc
RunMacroDlg.o : $(SHORTCUTDIR)/RunMacroDlg.cpp $(SHORTCUTDIR)/RunMacroDlg.h
$(CPP) $(CFLAGS) $(DEFINEFLAGS) -c $(SHORTCUTDIR)/RunMacroDlg.cpp -o $@
$(INCLUDEFLAGS)
TaskList.o : $(TASKLISTDIR)/TaskList.cpp $(TASKLISTDIR)/TaskList.h
$(SYSMSGDIR)/SysMsg.h $(TASKLISTDIR)/TaskListDlg_rc.h
$(CPP) $(CFLAGS) $(DEFINEFLAGS) -c $(TASKLISTDIR)/TaskList.cpp -o
$@ $(INCLUDEFLAGS)
TaskListDlg_rc.o : $(TASKLISTDIR)/TaskListDlg.rc $(TASKLISTDIR)/TaskListDlg.h
$(TASKLISTDIR)/TaskListDlg_rc.h
$(RC) -o $@ $(TASKLISTDIR)/TaskListDlg.rc
TreeView.o : $(TREEVIEWDIR)/TreeView.cpp $(TREEVIEWDIR)/TreeView.h
$(CPP) $(CFLAGS) $(DEFINEFLAGS) -c $(TREEVIEWDIR)/TreeView.cpp -o
$@ $(INCLUDEFLAGS)
$(FONT_TARGET): $(FONT_SRC)
cp $^ $@
$(XMLUSERFILE_TARGET) : $(XMLUSERFILE_SRC)
cp $^ $@
$(XMLLANGFILE_TARGET) : $(XMLLANGFILE_SRC)
cp $^ $@
clean:
del $(OBJS)
del "$(PROG)"
# $(PROG) $(XMLLANGFILE_TARGET) $(FONT_TARGET)
<pre>
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331754
------------------------------
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 16, Issue 67
*************************************************