File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed 
plugins/com.aptana.editor.common/src/com/aptana/editor/common Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -350,7 +350,7 @@ public void createPartControl(Composite parent)
350350		this .fThemeableEditorFindBarExtension .activateContexts (new  String [] { ScriptingActivator .EDITOR_CONTEXT_ID ,
351351				ScriptingUIPlugin .SCRIPTING_CONTEXT_ID , partId  + ".context"  }); //$NON-NLS-1$ 
352352
353- 		if  (isWordWrapEnabled ())
353+ 		if  (isWordWrapEnabledAptana ())
354354		{
355355			setWordWrapEnabled (true );
356356		}
@@ -1334,11 +1334,11 @@ protected IVerticalRulerColumn createLineNumberRulerColumn()
13341334		return  fLineNumberRulerColumn ;
13351335	}
13361336
1337- // 	private boolean isWordWrapEnabled ()
1338- // 	{
1339- // 		return Platform.getPreferencesService().getBoolean(CommonEditorPlugin.PLUGIN_ID,
1340- // 				IPreferenceConstants.ENABLE_WORD_WRAP, false, null);
1341- // 	}
1337+ 	private  boolean  isWordWrapEnabledAptana ()
1338+ 	{
1339+ 		return  Platform .getPreferencesService ().getBoolean (CommonEditorPlugin .PLUGIN_ID ,
1340+ 				IPreferenceConstants .ENABLE_WORD_WRAP , false , null );
1341+ 	}
13421342
13431343	public  void  refreshOutline (final  IParseRootNode  ast )
13441344	{
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments