mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-11 22:03:09 -06:00
.cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@7554 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
3365953055
commit
e50fc8df07
1 changed files with 0 additions and 17 deletions
|
|
@ -1,22 +1,5 @@
|
|||
#include "ide.h"
|
||||
|
||||
/*
|
||||
void Ide::SerializeFf(Stream& s) { // Used to move data from regular Find dialog, has to be same as FindAndReplace::Serialize
|
||||
int version = 1;
|
||||
s / version;
|
||||
s % ff.find;
|
||||
ff.find.SerializeList(s);
|
||||
s % ff.wholeword % ff.ignorecase % ff.wildcards;
|
||||
if(version >= 0)
|
||||
s % ff.samecase;
|
||||
s % ff.replace;
|
||||
if(version >= 1) {
|
||||
s % incremental;
|
||||
}
|
||||
ff.replace.SerializeList(s);
|
||||
}
|
||||
*/
|
||||
|
||||
FileSel& sSD()
|
||||
{
|
||||
static bool b;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue