Develop and Download Open Source Software
Login
Create Account
Help
MY OSDN
Find Software
Magazine
Develop
Pastebin
Software
People
PersonalForge
Magazine
Wiki
OSDN
>
Find Software
>
MalonNote
MalonNote
Summary
Project Summary
Developer Dashboard
Project Reviews
Web Page
Developers
List of RSS Feeds
Statistics
History
Image Gallery
Search Keywords
News
Listed News
Help
Downloads
List of Releases
Help
Source Code
Guide
Browse CVS
Help
Docs
List Docs
Help
Forums
List of Forums
Open Discussion (1)
Help (1)
Help
Mailing Lists
list of ML
Help
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Help
Browse CVS Repository
/
[OSDN]
/
malonnote
/
mnModel.cpp
Diff of /malonnote/mnModel.cpp
Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
revision
1.16
by
maloninc
, Mon Sep 12 21:44:33 2005 UTC
revision
1.18
by
maloninc
, Tue Sep 13 04:22:15 2005 UTC
#
Line 100
WikiList* mnModel::search(const char* se
Line 100
WikiList* mnModel::search(const char* se
100
for(i = 0; tokenList[i] != NULL; i++){
for(i = 0; tokenList[i] != NULL; i++){
101
toLower(tokenList[i]);
toLower(tokenList[i]);
102
if(strstr((const char*)buf, (const char*)tokenList[i]) ||
if(strstr((const char*)buf, (const char*)tokenList[i]) ||
103
strstr((const char*)decodeFileNameBuf, (const char*)tokenList[i])) {
strstr((const char*)decodeFileNameBuf, (const char*)tokenList[i]) ||
104
strcmp((const char*)tokenList[i], (const char*)ALLMEMO_TAG) == 0) {
105
found = TRUE;
found = TRUE;
106
}
}
107
else {
else {
#
Line 133
void mnModel::addSearchStr(wxString* sea
Line 134
void mnModel::addSearchStr(wxString* sea
134
135
if(searchStrList->Index(searchStr->c_str()) == wxNOT_FOUND){
if(searchStrList->Index(searchStr->c_str()) == wxNOT_FOUND){
136
string = new wxString(searchStr->c_str());
string = new wxString(searchStr->c_str());
137
searchStrList->Add(*string, 1);
//searchStrList->Add(*string, 1);
138
searchStrList->Insert(*string, 0);
139
}
}
140
}
}
141
Colored Diff
Long Colored Diff
Full Colored Diff
Unidiff
Context Diff
Side by Side
Legend:
Removed from v.1.16
changed lines
Added in v.1.18
Back to OSDN
">
Back to OSDN
ViewVC Help
Powered by
ViewVC 1.1.26