English 中文(简体)
免费文本编辑,以纠正迷魂药性材料吗?
原标题:Free text editor to fix indentation of messy JSPs?

I m 在Eclipse开发VXMLIVR应用系统,并采集全色的大型合成苯胺。 我的一些人(继承!) 来源:

<%if (useLegacy) {%>
<form id="getLegacy">
<block>
<if cond="gblFirstRunThroughFlag== true ">
<%--Use special "extra info" menu to retrieve the legacy ID--%>
<goto next="getLegacyInfoFirst.jsp"/>
<else>
<goto next="getLegacyInfo.jsp"/>
</if>
</block>
</form>
<%}%>

我很想找到一种工具,用以固定tation子,使文字和标志更容易阅读:

<%if (useLegacy) {%>
    <form id="getLegacy">
        <block>
            <if cond="gblFirstRunThroughFlag== true ">
                <%--Use special "extra info" menu to retrieve the legacy ID--%>
                <goto next="getLegacyInfoFirst.jsp"/>
            <else/>
                <goto next="getLegacyInfo.jsp"/>
            </if>
        </block>
    </form>
<%}%>

视窗世界是否存在这种工具?

Thanks!
IVR Avenger

最佳回答

我不敢说是自由的,但是,JPadPro确实与共同财产调查局自动开具标签,你可以下载自由的词汇。

我无法说明如何作出这一评论,因为它不是你重新寻找自由文本编辑时的答案。

问题回答

由于你已经使用过Eclipse,你有一个免费编辑。 您可在联合调查组编辑中点击CTRL+SHIFT+F,并将加以编排,同时增加登站。

你们可能不得不为一些长的标签做一些手.(这些标签将按更多的可读性划分),但如果你的共同财产调查方案没有完整的信息,通常会做相当好的格式工作。





相关问题
Convert typed-in Text to lowercase

I ve got an index.jsp with [snip] <% String name = request.getParameter("name"); String pass = request.getParameter("pass"); String globalname = "webeng"; String globalpass = "2009"; ...

session transfer issue from Tomcat to ASP.Net

I am using Tomcat to host JSP and using IIS 7.0 to host aspx (C# + .Net 3.5 + VSTS 2008), and I have some session transfer issue from JSP page to ASPX page. JSP page is in one domain and all other ...

Setting the default value in Struts2

I am setting the value(kind of default value) for a drop down select value from action class in a page(given below). When the page loads the value is beig displayed but the other elements of the ...

Evaluate dynamically constructed JSP at runtime

I have a requirement where in the JSP page itself is created by the user and stored in the database. When viewing results we need to render this JSP to the client, evaluating all tags inside this JSP. ...

How to Pack/Encrypt/Unpack/Decrypt a bunch of files in Java?

I m essentially trying to do the following on a Java/JSP-driven web site: User supplies a password Password is used to build a strongly-encrypted archive file (zip, or anything else) containing a ...

JSP exception - class not found (tomcat)

I m setting up an existing application on a new Tomcat 5.5 server connecting to a Postgres database (running on Debian Lenny). When I access it I get a series of stack traces with the following root ...

ArrayList to Table in JSP

I have an ArrayList and i am trying to display it in a table ..... ArrayList rows = .... ..... <table cellspacing="1" cellpadding="4" border="3"> <tr> <TH>...

热门标签