Menu

3Quetions

Help
d00h
2005-03-31
2013-04-26
  • d00h

    d00h - 2005-03-31

    1. How can i create a link to file folder?
      Pls advise how to use identifier
      I need this for dynamic generation of the error file.
    2. Can code browser work in cyrillic charset?
    3. How can i create a folder that opens in the next browser window (instead of the last bottom one )

     
    • d00h

      d00h - 2005-03-31
       
    • Marc Kerbiquet

      Marc Kerbiquet - 2005-04-06

      1. Ok, the documentation is a bit limited and incomplete.
      To generate an error file, the use of identifiers is not mandatory, you can use the following syntax for the URL:
      <filename>?aln=<absolute-line-number>
      where <filename> is a relative url to the filename and <absolute-line-number> is the line number to target ignoring subfolders. The editor will open automatically the right subfolder.
      e.g.:
      ///usr/include/stdio.h?aln=24

      To generate dynamically a file with links, you must use the following syntax:
      <comment-prefix>[l]:<URL>
      where <comment-prefix> depends on the extension you choose and <URL> must be escaped because colons are field separators:
      \ must be replaced by \\ : must be replaced by \:

      2. Sorry, Code Browser has been developed with only latin1 encoding in mind. On Windows platform it should work without problem, but on Linux the encoding is hard coded. Until I fix that, you can replace the '8859-1' occurrences in source files by '8859-5' and rebuild the project.

       
    • d00h

      d00h - 2005-04-07

      1.Thx
      but I need a link to folder anyway
      all actual sources are written to hypertext union fund: )

      a) I need variable $(RootFileDir): upper editor file for
      project-context scripts.

      b) Can user-preferences.cb-config from the current  directory be read when file opens.

      c) I found a slight error  with gererated files: when deleting error.txt code browser shows the old file context.

      2.There are also some problems ubder windows :) .
      When testing  Tahoma, Verdana, Andale Mono etc fonts.
      By default program runs in
      charset 1250.
      The problem is solved by chaning registry value
      HKLM\SYSTEM\CurrentControlSet\Control\Nls\CodePage\1250 to c_1251.nls

      p.s:  I'd like to customize keys and default view  for my self.
      thanks for the reply ang the programm.

       
    • Marc Kerbiquet

      Marc Kerbiquet - 2005-04-11

      1. To create a link to a subfolder, all the folders in the hierarchy must have identifiers. Then use the following syntax for the path:
      <filename>#<id1>/<id2>/.../<idn>
      a) Sorry, there is still no notion of project
      b)  Do you mean 'when editor starts' ?
      c)  The editor ignores file deletions
      2. I've fixed the bug, it will be integrated in the next release. If you can build Code Browser from the source, in lib\swift\win32\graphics\font.zc, replace  ANSI_CHARSET by DEFAULT_CHARSET.
      3. Key customization and default layout  features are in my todo list. It won't be implemented in next release (1.4) but it should be implemented in v1.5.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.