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 - Implement editor/indent API by Schlieman
Summary: Implement editor/indent API by Schlieman
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: languages (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jan Jancura
URL:
Keywords:
Depends on:
Blocks: 102058
  Show dependency tree
 
Reported: 2007-07-10 09:32 UTC by Marek Fukala
Modified: 2007-07-16 14:15 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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