This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 109207

Summary: Implement editor/indent API by Schlieman
Product: obsolete Reporter: Marek Fukala <mfukala>
Component: languagesAssignee: Jan Jancura <jjancura>
Status: RESOLVED FIXED    
Severity: blocker CC: mschovanek
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 102058    

Description Marek Fukala 2007-07-10 09:32:22 UTC
Schlieman needs to implement the new editor/indent API so heterogeous languages like JSP, RHTML, HTML can indent the
embedded Schlieman based languages (css, javascript). 

This issue blocks issue #102058 which is a missing feature necessary to be fixed into upcoming beta release. Please try
to address this issue asap. Thanks.
Comment 1 Jan Jancura 2007-07-13 11:15:32 UTC
i am working on that
Comment 2 Jan Jancura 2007-07-16 14:15:59 UTC
fixed in trunk:

my code is called twice times, so indentation does not work correctly. I will fire a issue for it.


IDE:-------------------------------------------------
IDE: [7/16/07 1:54 PM] Committing "Generic Languages Framework" started
cvs server: scheduling file `IndentFactory.java' for addition
cvs server: use 'cvs commit' to add this file permanently
Checking in src/org/netbeans/modules/languages/dataobject/MimeLookupInitializerImpl.java;
/cvs/languages/engine/src/org/netbeans/modules/languages/dataobject/MimeLookupInitializerImpl.java,v  <-- 
MimeLookupInitializerImpl.java
new revision: 1.6; previous revision: 1.5
done
Checking in src/org/netbeans/modules/languages/dataobject/LanguagesEditorKit.java;
/cvs/languages/engine/src/org/netbeans/modules/languages/dataobject/LanguagesEditorKit.java,v  <--  LanguagesEditorKit.java
new revision: 1.16; previous revision: 1.15
done
Checking in nbproject/project.xml;
/cvs/languages/engine/nbproject/project.xml,v  <--  project.xml
new revision: 1.16; previous revision: 1.15
done
RCS file: /cvs/languages/engine/src/org/netbeans/modules/languages/features/IndentFactory.java,v
done
Checking in src/org/netbeans/modules/languages/features/IndentFactory.java;
/cvs/languages/engine/src/org/netbeans/modules/languages/features/IndentFactory.java,v  <--  IndentFactory.java
initial revision: 1.1
done
IDE: [7/16/07 1:54 PM] Committing "Generic Languages Framework" finished