NO strike and s HTML tags?

I have Dreamweaver CS5 and I don't see strike and s html tags, why they aren't available in Dreamweaver CS5 ?

mari8899 wrote:
html 4.01 supports both tags, see here
And expecting that all website world wide will just jump into html5 or xhtml1 is not realistic.
If you look at the list of elements you link to above, you'll see that both strike and s are marked with a D, which means deprecated. For an explanation of deprecated, see the HTML 4.01 specification here: http://www.w3.org/TR/1999/REC-html401-19991224/conform.html#deprecated.
In short, it says "A deprecated element or attribute is one that has been outdated by newer constructs." Note that the specification is dated December 1999. Nobody expects everyone to start using HTML5 immediately, but demanding support in Dreamweaver CS5 for tags that were considered outdated 11 years ago is certainly not realistic.
If you don't want to use CSS to strike through your text, use the <del> tag instead. It's still valid: http://www.w3.org/TR/1999/REC-html401-19991224/struct/text.html#edef-del.

Similar Messages

  • BC won't allow me to insert code (scripts) between the /body and the /html tags.

    Hi guys,
    So I have this weird problem. I'm trying to insert some codes between the </body> and the </html> tags in the page templates. It's saving it. But if you check the page, the code is showing before the </body>, not after. Here's the code that I'm trying to insert.
    <script src="http://i.simpli.fi/dpx.js?cid=1534&action=100&segment=198566&m=1"></script>
    I have also tried adding this code by downloading the templates through ftp, adding the code, then uploading it to the server. Same thing. I even added type="text/javascript" in the code. Still no go. BC wouldn't insert it between </body> and </html>. Any ideas guys?
    - Jeff

    So an update.
    I was told by Adobe chat support to try adding the script after the body via javascript.
    So I added this before </head>
    <script type="text/javascript">
    var script = document.createElement('script');
    script.src = '//i.simpli.fi/dpx.js?cid=1534&action=100&segment=198566&m=1';
    script.type = 'text/javascript';
    $("html").append(script);
    </script>
    Still not working. Any ideas guys?

  • Is there any class in java named State .and also HTML tag

    while reading a code of Servlet
    I came across a class called State in the code which is added in the Vector
    vector.addElement(new State("instating"));
    I have never heared of this class.
    and also in the same code I came across This 2 tag's of HTML
    out.println("<META HTTP-EQUIV=\"Pragma\" CONTENT=\"no-cache\">");
    out.println("<a href=\"/lifecycle/servlet/freak\">Reload</a></p>");
    please if any one can explain me this tags as I don't know HTML.

    Thank for Gussing actually there is a method in the application which take String as a parameter.name of the method is createState(String message) .I thik they have written wrong code by adding State ("string")
    in the book .the book is from the WROX press the name of the book is
    Java server programming J2EE edition but so far there was'nt any mistake in the book.
    any what about those HTML tag.

  • How to display sub and sup HTML tags?

    Hallo,
    I use the htmltext property of the text control a lot for displaying Infotext, but this property can not render then <sub> and <sup> Tags. How can I display Infotext where I need, for example, math formulas within the text flow???
    Thanks
    Hans

    Alex,
    Thanks for this information. This framework should meet a lot of my demands, but for this actual project, it's too complex, I only need this 2 tags additional to the existing, and I substituted the <sub> tag by a <font size='-2'> and the <sup> tag by drawing a spezial character (&#8593;). With this drawing of special characters, I can also do a lot.
    But nevertheless that's the framework I need for future projects!
    Thanks
    Hans

  • HTML Editor and getting HTML Tags

    Hi
    i am using JTextPane to create Text Editor.I have added button to add Bold,or Italic Text.Text is shown as bold in the editor. I want to get the text of this Text Pane with HTML Text i mean in the form of Tags <B> text</b> for example.
    But on the view it should not display those tags in the editor
    Can any one please tell me how can i do it
    Regards

    I want to get the text of this Text Pane with HTML Text i mean in the form of Tags <B> text</b> This must be basic JTextPane question ! The method getText() will do this work for you.It will return the content within <html></html> with all required formatting.
    Again ,if you like to place the content in the JTextPane ,us setText(String content) and it will be reflected as you liked.
    But,the thing is your JTextPane's content type should be "text/html"
    PS. Please post the swing related issues in PROJECT SWING forum.
    Regards.

  • Lilbrary and Duplicated HTML Tags

    Hi,
    I have built libraries and templates. each library is viewed
    correctly in Design mode, but after all libraries are merged into a
    page, it is not displayed correctly. I have found there are so many
    duplicated <div> tags.
    Anyone has a solution?
    Thanks,
    Jae

    > The css files are duplicated. I do need css file for
    each library to
    > display
    > in Design View, but should not be duplicated in final
    html file.
    Use Design-time stylesheets for your Library items (hit F1
    Help and read
    about them).
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Jae Joo" <[email protected]> wrote in
    message
    news:[email protected]...
    > Here is a code.
    > The css files are duplicated. I do need css file for
    each library to
    > display
    > in Design View, but should not be duplicated in final
    html file.
    >
    > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    > "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    > <html>
    > <head>
    > <title>Company Profile</title>
    > <style media="all" type="text/css">@import
    > "
    http://www.manta.com/manta/stylesheets/dnb_company2.css";</style>
    > <link rel="icon" href="
    http://www.manta.com/manta/images/favicon.gif"
    > type="image/gif">
    > <!-- Definition of CSS style sheet -->
    > <link rel="shortcut icon"
    > href="
    http://www.manta.com/manta/images/favicon.ico"
    >>
    > </head>
    > <body>
    > <div id="page"><!-- #BeginLibraryItem
    "/Library/manta_header_logo.lbi" -->
    > <link href="
    http://www.manta.com/manta/stylesheets/styles.css"
    > rel="stylesheet" type="text/css">
    > <link
    > href="
    http://www.manta.com/manta/stylesheets/default_no_left_nav.css"
    > type="text/css" rel="stylesheet" />
    > <link href="
    http://www.manta.com/manta/stylesheets/default.css"
    > type="text/css" rel="stylesheet" />
    > <link href="
    http://www.manta.com/manta/stylesheets/dnb_company.css"
    > type="text/css" rel="stylesheet" />
    > <!-- #EndLibraryItem -->
    >
    > <!-- #BeginLibraryItem "/Library/manta_top_nav.lbi"
    -->
    > <link href="
    http://www.manta.com/manta/stylesheets/styles.css"
    > rel="stylesheet" type="text/css">
    > <link
    > href="
    http://www.manta.com/manta/stylesheets/default_no_left_nav.css"
    > type="text/css" rel="stylesheet" />
    > <!-- TOP GLOBAL NAVIGATION -->
    > <ul id="subnav">
    > <li class="companies">Companies: <a
    > href="
    http://www.manta.com/mb">U.S.</a>,
    > <a href="
    http://www.manta.com/public">Public</a>,
    <a
    > href="
    http://www.manta.com/coms2/page_search_form">Worldwide</a></li>
    > <li class="jobs">Find Jobs: <a
    > href="
    http://www.manta.com/jobs">U.S.</a></li>
    > <li class="browse">Browse: <a
    > href="
    http://www.manta.com/coms2/industrybrowse">Industries</a>,
    <a
    > href="
    http://www.manta.com/coms2/page_publishers">Publishers</a>,
    <a
    > href="
    http://www.manta.com/coms2/page_newsbrowse">News</a></li>
    > <li class="resources">Resources: <a
    > href="
    http://www.manta.com/resources">Business</a>,
    <a
    > href="
    http://www.manta.com/career-resources">Career</a></li>
    >
    > <!-- #EndLibraryItem -->
    > <div id="container">
    > <div id="content">
    > <!-- #BeginLibraryItem
    "/Library/manta_company_info.lbi" -->
    > <link href="
    http://www.manta.com/manta/stylesheets/styles.css"
    > rel="stylesheet" type="text/css">
    > <link
    > href="
    http://www.manta.com/manta/stylesheets/default_no_left_nav.css"
    > type="text/css" rel="stylesheet" />
    > <h1>company.company_name</h1>
    > <div class="descr">
    > <p>company.company_address</p>
    > <p>
    Phone:....</p>
    > <p>
    Ticker Symbol:....</p>
    > </div>
    > <!-- #EndLibraryItem -->
    > </div>
    > </div>
    > </div>
    > </body></html>
    >
    >
    >
    >

  • How to group Page Items with fieldset and legend HTML tags ?

    I have 7 Page Items (i.e. select list, input text....) defined in Side Bar Region of my Page Zero,
    for clarity I would like to group these items as follows:
    1) <fieldset>
    <legend>Costs</legend>
    <input ..... item1 >
    <input .... item2 >
    <input..... item3 >
    </fieldset>
    1) <fieldset>
    <legend>Technical Attributes</legend>
    <input ..... item4 >
    <input .... item5 >
    <input..... item6 >
    <input..... item7 >
    </fieldset>
    I appreciate if you can tip me  with  a URL link or codes examples i.e. javascript, Side Bar template #BODY# customization.
    Thanks for your tips.

    What if you need to access more than one data source?
              <sql:query var="myQuery" dataSource="myDataSource">
              </sql:query>
              <sql:query var="myOtherQuery" dataSource="myOtherDataSource">
              </sql:query>
              If you specify one data source as the default, how do you access the other
              one?
              -- Craig
              "thanh nguyen" <[email protected]> wrote in message
              news:3fa18529$[email protected]..
              > I believe you can set up a default datasource for the application context
              in the web.xml and weblogic.xml. That way, on your JSP, you will not need to
              set the datasource. The connection pool will handle all of that for you.
              >
              > 1. modified weblogic.xml
              > <reference-descriptor>
              > <resource-description>
              > <res-ref-name>jdbc/hr</res-ref-name>
              > <jndi-name>jdbc/hr</jndi-name>
              > </resource-description>
              > </reference-descriptor>
              > 2. modified web.xml
              > <context-param>
              > <param-name>javax.servlet.jsp.jstl.sql.dataSource</param-name>
              > <param-value>jdbc/hr</param-value>
              > </context-param>
              >
              > <resource-ref>
              > <res-ref-name>jdbc/hr</res-ref-name>
              > <res-type>javax.sql.DataSource</res-type>
              > <res-auth>CONTAINER</res-auth>
              > </resource-ref>
              > 3. redeploy app
              

  • How to hide html tags in RSS reader

    Hello everyone!
    I need a help. I`m not a programmer, but I make a very simple RSS reader based on this tutorial http://mobile.dzone.com/articles/building-mobile-rss-reader ... Application works perfect, but I have a problem into DetailsView (rss feed item)... In this view application show me a all html tags into rss feed (or articles on my website)... Content into Description (in application) begins with <p> margin-left: 4px,.... and other html tags. Please, tell me how I set to hide this tags and show only a article content (text)..I
    I will be really greatful for any help!
    Best regards,
    Rok

    Unfortunately no, there is not. It's absolutely needed so that site studio knows how to load the pages. One thing you can do is to use SSPU (site studio publishing utility) to generate static pages and then use a scripting language, such as perl, to strip out all the site studio-specific code from those pages.
    Sorry, but that's one big downside to using site studio.

  • HTML tags displayed with the text in "Notification" area

    We want to display an HTML formatted message in the "notification" area, but the HTML tags are being escaped and thus are displayed along with the text. We are using Application Express 2.2.1.00.04. The application has been handed off to us to support and we have no experience with APEX. So I hope I am explaining this correctly.
    The process to display the message is as follows:
    After submission, a page validation fires, which is of type "function returns boolean": "return some_function('P100_MESSAGE',2nd_arg);".
    In "Error Message" is "&P100_MESSAGE."
    The function returns true when the validation is successful. When validation fails, it returns false, setting 'P100_MESSAGE' to some error message - for example: "&lt;li&gt;Phone number is not numeric&lt;/li&gt;&lt;li&gt;Email address is not valid&lt;/li&gt;".
    Our template has this in the body definition:
    #NOTIFICATION_MESSAGE##SUCCESS_MESSAGE##BOX_BODY#
    As I understand it, #NOTIFICATION_MESSAGE# will be replaced with the value of 'P100_MESSAGE'.
    I've displayed 'P100_MESSAGE' on my page to confirm its contents and it is rendered correctly with bullets. But the notification area does not show bullets. It displays the text and the HTML tags.
    Is there anything obvious we can do to fix this problem? Thanks

    I 've changed P100_MESSAGE to text field, text field (disabled, saves state), text field (disabled, does not save state), and textarea, display as text, etc. It is originally set to Hidden type (because it is only to be displayed in the notification area). But changing it to various types makes no difference as to how it is displayed in the notification area. Of course, when it's not hidden, then it's also displayed on the page, among to other page elements,which is not acceptable.
    Thanks-
    -j

  • Html tags in oracle reports

    If fields of tables in my database contain html tags such as 'H2O' (here is html tag 'sub') or 'sometext'(here is html tag 'b') how can I to make Report Builder 6i to understand these tags? In other words - can Report Builder understand and treat html tags to format output layout?
    Or how in another way I can format a part of text inside the field?
    Example:
    The below text comes from database and contains html tags.
    <B> THIS IS DEMO TEXT TO TEST HTML TAGES IN REPORTS </B>
    <TD ><B><FONT COLOR="#336699" FACE="Arial, Helvetica, sans-serif" SIZE="2">Technology Centers
    </FONT></B></TD>
    <html><body dir=&Direction bgcolor="#ffffff"> </body></html>
    <html><body dir=&Direction bgcolor="#ffffff">this is test</body></html>

    Hello Learnotd,
    Depending on your requirements, you can do one of the following:
    1. In Reports Builder, you can set the default values for the DESFORMAT system parameter to HTML, DESTYPE to FILE and DESNAME to the desired output file name, in the object navigator. Now, running the report will generate it to the HTML file, instead of displaying it in the previewer.
    2. If you are using the command-line executables, 'destype=file' and 'desformat=html' arguments will produce HTML output (using rwcli60, rwcgi60 or rwrun60) to the file specified by desname.
    3. If you calling Reports from Forms, desformat=html should be included in the run_report_object call.
    Thanks,
    The Oracle Reports Team.

  • HTML Tags in data field

    Does Documaker support reading and applying HTML tags in data fields? For example, we are publishing a list of questions that are being passed to me from the database. These questions contain embedd HTML formatting tags:
    Are you a member or do you intend to become a member of the armed forces <.i>including reserves</.i>?
    ** Please note: I had to add the . into the tag because the forum was formatting italics tag appropriately.
    I want Documaker to read the sting and apply the formats that the tags specify.
    Any help would be appreciated.
    Dave

    Dave,
    Have a look at the rule MessageFromExtr, it may help you.
    Gaétan

  • Text Search skiping HTML tags

    I have a table containing clob column.
    select code, details from search order by code;
    CODE DETAILS
    4 just a <b>test </b>insert
    5 just a <b>test</b> insert
    9 <HTML>just a <i>test</i> insert</HTML>
    10 checking test insert
    I have created a context index and add html tags in the stop list.
    exec ctx_ddl.create_stoplist('mystop', 'BASIC_STOPLIST');
    exec ctx_ddl.add_stopword('mystop', '<b>');
    exec ctx_ddl.add_stopword('mystop', '</b>');
    CREATE INDEX searchi ON search(details)
    INDEXTYPE IS CTXSYS.CONTEXT PARAMETERS
    ('FILTER CTXSYS.AUTO_FILTER SECTION GROUP CTXSYS.AUTO_SECTION_GROUP STOPLIST MYSTOP');
    But when I search 'test insert' it only shows the following rows
    SQL> SELECT score(1), code, details FROM search WHERE CONTAINS(details, 'test insert', 1) > 0 ORDER BY score(1);
    SCORE(1) CODE DETAILS
    5 10 checking test insert
    5 9 <HTML>just a <i>test</i> insert</HTML>
    I would like to define a text index which skips the html keywords and returns all the rows contain the searching phrase

    Since you did not use code tags in your post, most of your html does not show, so it is difficult to tell what html is in your data or what values you set for your stopwords. One problem with stopwords is that, although the word is not indexed, it still expects some word where the stopword was, so searching for "word1 word2" will not find "word1 removed_stopword word2". How about using a procedure_filter as demonstrated below? I only removed a few tags, so you would need to either expand it to include others or searching for starting and ending tags and remove what is inbetween.
    SCOTT@orcl_11g> CREATE TABLE search
      2    (code      NUMBER,
      3       details  CLOB)
      4  /
    Table created.
    SCOTT@orcl_11g> INSERT ALL
      2  INTO search VALUES (4, 'just a <b>test</b> insert')
      3  INTO search VALUES (5, 'just a <i>test</i> insert')
      4  INTO search VALUES (9, '<HTML>just a test insert</HTML>')
      5  INTO search VALUES (10, 'checking test insert')
      6  SELECT * FROM DUAL
      7  /
    4 rows created.
    SCOTT@orcl_11g> CREATE OR REPLACE PROCEDURE myproc
      2    (p_rowid    IN ROWID,
      3       p_in_clob  IN CLOB,
      4       p_out_clob IN OUT NOCOPY CLOB)
      5  AS
      6  BEGIN
      7    p_out_clob := REPLACE (p_in_clob, '<html>', '');
      8    p_out_clob := REPLACE (p_out_clob, '</html>', '');
      9    p_out_clob := REPLACE (p_out_clob, '<HTML>', '');
    10    p_out_clob := REPLACE (p_out_clob, '</HTML>', '');
    11    p_out_clob := REPLACE (p_out_clob, '<b>', '');
    12    p_out_clob := REPLACE (p_out_clob, '</b>', '');
    13    p_out_clob := REPLACE (p_out_clob, '<B>', '');
    14    p_out_clob := REPLACE (p_out_clob, '</B>', '');
    15    p_out_clob := REPLACE (p_out_clob, '<i>', '');
    16    p_out_clob := REPLACE (p_out_clob, '</i>', '');
    17    p_out_clob := REPLACE (p_out_clob, '<I>', '');
    18    p_out_clob := REPLACE (p_out_clob, '</I>', '');
    19  END myproc;
    20  /
    Procedure created.
    SCOTT@orcl_11g> SHOW ERRORS
    No errors.
    SCOTT@orcl_11g> BEGIN
      2    CTX_DDL.CREATE_PREFERENCE ('myfilter', 'PROCEDURE_FILTER');
      3    CTX_DDL.SET_ATTRIBUTE ('myfilter', 'PROCEDURE', 'myproc');
      4    CTX_DDL.SET_ATTRIBUTE ('myfilter', 'ROWID_PARAMETER', 'TRUE');
      5    CTX_DDL.SET_ATTRIBUTE ('myfilter', 'INPUT_TYPE', 'CLOB');
      6    CTX_DDL.SET_ATTRIBUTE ('myfilter', 'OUTPUT_TYPE', 'CLOB');
      7  END;
      8  /
    PL/SQL procedure successfully completed.
    SCOTT@orcl_11g> CREATE INDEX searchi
      2  ON search (details)
      3  INDEXTYPE IS CTXSYS.CONTEXT
      4  PARAMETERS ('FILTER myfilter')
      5  /
    Index created.
    SCOTT@orcl_11g> SELECT token_text FROM dr$searchi$i
      2  /
    TOKEN_TEXT
    CHECKING
    INSERT
    TEST
    3 rows selected.
    SCOTT@orcl_11g> COLUMN details FORMAT A35
    SCOTT@orcl_11g> SELECT score (1), code, details
      2  FROM   search
      3  WHERE  CONTAINS (details, 'test insert', 1) > 0
      4  ORDER  BY score (1)
      5  /
      SCORE(1)       CODE DETAILS
             3          4 just a <b>test</b> insert
             3          5 just a <i>test</i> insert
             3          9 <HTML>just a test insert</HTML>
             3         10 checking test insert
    4 rows selected.
    SCOTT@orcl_11g>

  • HTML Tag Closing

    I have been given the task of updating several web pages (and
    learning Dreamweaver) and have a general question about code
    Some of the pages (created by different people over time)
    will have open and closed HTML tags, such as (not using angle
    brackets brackets here since I don't know if they will show) (li)
    and (/li) in a list, while other pages just have the (li) at the
    beginning of each line
    Plus some pages just have the (p) paragraph marker, other
    have (p) with (/p) at the end of the paragraph
    I don't see any difference on the pages in my web browser, so
    is it really necessary to have these kinds of HTML tags closed?
    Also, DWCS3 has a function to show me unbalanced or unneeded
    code, but it is rather cumbersome to use... does anyone know of a
    utility program to read a file and show me an analysis of the code?
    (I prefer free, since getting the organization to buy anything that
    is not on the vendor list is difficult)
    Thanks, John

    > Some of the pages (created by different people over
    time) will have open
    > and
    > closed HTML tags, such as (not using angle brackets
    brackets here since I
    > don't
    > know if they will show) (li) and (/li) in a list, while
    other pages just
    > have
    > the (li) at the beginning of each line
    Any block tag occuring after <li> will implicitly close
    the <li>, but it's
    invalid markup to omit that closing tag.
    > Plus some pages just have the (p) paragraph marker,
    other have (p) with
    > (/p)
    > at the end of the paragraph
    Ditto.
    > I don't see any difference on the pages in my web
    browser, so is it really
    > necessary to have these kinds of HTML tags closed?
    If you want a) valid code, and b) reliable rendering, yes.
    Try this -
    http://validator.w3.org
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "John T Smith" <[email protected]> wrote in
    message
    news:[email protected]...
    >I have been given the task of updating several web pages
    (and learning
    > Dreamweaver) and have a general question about code
    >
    > Some of the pages (created by different people over
    time) will have open
    > and
    > closed HTML tags, such as (not using angle brackets
    brackets here since I
    > don't
    > know if they will show) (li) and (/li) in a list, while
    other pages just
    > have
    > the (li) at the beginning of each line
    >
    > Plus some pages just have the (p) paragraph marker,
    other have (p) with
    > (/p)
    > at the end of the paragraph
    >
    > I don't see any difference on the pages in my web
    browser, so is it really
    > necessary to have these kinds of HTML tags closed?
    >
    > Also, DWCS3 has a function to show me unbalanced or
    unneeded code, but it
    > is
    > rather cumbersome to use... does anyone know of a
    utility program to read
    > a
    > file and show me an analysis of the code? (I prefer
    free, since getting
    > the
    > organization to buy anything that is not on the vendor
    list is difficult)
    >
    > Thanks, John
    >

  • How to add html tags to textarea item

    hello,
    i want to have links or bottons that will put html tags in my textarea item
    for example if i will press a link name bold it will put the bold open and close html tag.
    i want to be able doing so without erasing the already text i have in my textarea item.
    thanks
    p.s
    i can't use the textarea with html editor item.

    thanks it works ( still have one more question)
    i used Balaji Chellappa suggestion
    but change it a little bit :
    a href="#" onclick="javascript:document.getElementById('P3_MESSAGE_DESC').value=document.getElementById('P3_MESSAGE_DESC').value + ' B> /B>';">Bold /a>
    one more question:
    this javascript add the bold tag to the end of the textarea item.
    how can i add it the tag where the cursor is ?
    if it's to hard (i'm not javascript expert) i just want to add the tag a line under the text
    for example:
    if my test is : test test test
    and i push the bold link it will be:
    test test test
    b> /b>
    instead of :
    test test test b> /b>
    thanks
    p.s
    how can i put html tag in my posts ?

  • SCITE: adding projects - html tags (like jedit's clipper) snippets?

    Hi everyone!
    I really do like SciTe ... I really like JEdit though in all the tiling DMs jedit does only a small window regardless of how big the tile is... as you may know. There's some hack that might work so if anyone knows how to do the:
    [you can set the following environment variable (to use the older Motif backend instead): AWT_TOOLKIT=MToolkit.]
    that would be solution...
    Though really, I'd love to get scite doing projects... ie. simply open up a bunch of files at once etc.
    Also, in jedit there is an addon that is called: clipper... it's great as I can add html tags with a click... they're all there.
    Then my third wish for scite is to be able to have snippets available...  no a big one that as really, I'm useing scite to manage projects that are just text mostly. And, groups of css and html.
    ANY thought on jedit fix and how to do it... OR, potentially WAY better for me  >>> tricking out SciTe...???
    There's one extension for scite that needs ruby... may as well use jedit is I have to use ruby for a scite feature I think.
    thanks!
    Last edited by yvonney (2009-02-06 00:53:22)

    Hi skottish !!
    whew, thought about writing and have now found the info and the time....
    The info being where I actually put:
    export AWT_TOOLKIT=MToolkit
    FOR JEDIT: (using the latest 4.3r16 beta) Which is my option to SciTe as it has some amazing plugins, with projects and html tags in the 'clipper' plugin .... and ...the problem is with dwm my tiling wm is oes the..'weird sized windows' thing... seems to do this with many WMs and also with all java apps.... um, generally that is.... who knows quite the extent...
    long one short:
    I put:
    export AWT_TOOLKIT=MToolkit
    in both my ~/.bashrc        and also in  the file: /etc/environment
    and voila....very nice jedit!
    I've read that putting the same line in   /etc/profiles might be needed or useful for some things...
    Anyways.... riushing here...
    I love scite, have discovered anew Geany... and will be using jedit for my ridiculously simply collections of text files until something simple that covers the  projects grouping and the html tags thing i'd like to have.
    so!!!!!!
    best wishes....
    and now back to much crazy business again.... thanks for the fun break from it all!

Maybe you are looking for

  • How to hide some variables on variables screen in web report (in WAD)

    I need to hide some optional variables (not all of them) on variables screen in web template. Hiding the whole selection screen is not an option, since users have to populate other variables and some variables are mandatory. Web template is based on

  • Building arguments of URL when using HTTP Adapter

    I am using the HTTP adapter in one of my interfaces and need to call an url that has arguments. For e.g. http://dpw6716.roseville.mycompany.com:8058/accelis/servlet/publish?type=create&ItemId=1018&Name=Harshad&Desc=FromXI In the above URL the <b>Item

  • Change All Field Names in a Table to have a Lowercase First Letter

    I have an SQL database with many tables.  All of the field names in each table start with an Uppercase letter. I would like to programmatically change all of the field names in each table to start with a lowercase letter.  Can this be done? E.g.:  "F

  • Report's solution on linux

    Hello, I'm using oas3.0.2 on Linux with java cartridges. I'm searching a reporting solution. I want to edit and print documents (like excel or word documents) built dynamically with datas from oracle8.0.5. Is there a report's solution on linux ? Than

  • Integration of JDeveloper 10G (UIX) with Crystal Reports 10

    My problem here is a conflict between the Oracle xml parser library (xmlparserv2.jar ) and the Crystal Reports 10 xml parser library (xmlParserAPIs.jar). The Oracle library is included in my project library list by default. If I add in the Crystal Re