Update of /cvsroot/pydev/org.python.pydev/src/org/python/pydev/builder
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10036/src/org/python/pydev/builder
Modified Files:
PyDevBuilderPrefPage.java
Log Message:
Synching with aptana svn repo for release 1.3.22 (see http://pydev.sourceforge.net/developers.html)
Index: PyDevBuilderPrefPage.java
===================================================================
RCS file: /cvsroot/pydev/org.python.pydev/src/org/python/pydev/builder/PyDevBuilderPrefPage.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** PyDevBuilderPrefPage.java 28 Sep 2008 12:45:46 -0000 1.6
--- PyDevBuilderPrefPage.java 3 Oct 2008 00:43:54 -0000 1.7
***************
*** 32,36 ****
public static final String ANALYZE_ONLY_ACTIVE_EDITOR = "ANALYZE_ONLY_ACTIVE_EDITOR";
! public static final boolean DEFAULT_ANALYZE_ONLY_ACTIVE_EDITOR = true;
/**
--- 32,36 ----
public static final String ANALYZE_ONLY_ACTIVE_EDITOR = "ANALYZE_ONLY_ACTIVE_EDITOR";
! public static final boolean DEFAULT_ANALYZE_ONLY_ACTIVE_EDITOR = false;
/**
***************
*** 70,75 ****
s = "If only open editors are analyzed, markers will only be added\n" +
! "to the opened Pydev editors and will be removed upon close.\n" +
! "(note that a full rebuild may be needed to remove existing markers)";
addField(new LabelFieldEditor("ActiveBufferLabelFieldEditor", s, p));
--- 70,74 ----
s = "If only open editors are analyzed, markers will only be added\n" +
! "to the opened Pydev editors and will be removed upon close.\n";
addField(new LabelFieldEditor("ActiveBufferLabelFieldEditor", s, p));
|