Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Autocomplete/intellisence in a multiline edit box

Autocomplete/intellisence in a multiline edit box

Scheduled Pinned Locked Moved C#
tutorialcsharplinuxbeta-testingquestion
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    djkno3
    wrote on last edited by
    #1

    Does anyone know how to do this? I'm trying to make a source code editing program and I would like intellisence/autocomplete intregrated into it. I have looked at the shell extensions example here and it will only work with the first word you type. The .net 2.0 Express beta only had auto complete for single lines (and only the first letter as well). I just had an idea to put the currently typed(ing) word into a buffer and use autocomplete on that. Can anyone think of a better way?

    A 1 Reply Last reply
    0
    • D djkno3

      Does anyone know how to do this? I'm trying to make a source code editing program and I would like intellisence/autocomplete intregrated into it. I have looked at the shell extensions example here and it will only work with the first word you type. The .net 2.0 Express beta only had auto complete for single lines (and only the first letter as well). I just had an idea to put the currently typed(ing) word into a buffer and use autocomplete on that. Can anyone think of a better way?

      A Offline
      A Offline
      Ashok Dhamija
      wrote on last edited by
      #2

      You can have a look at this project[^]), where similar features are available in the source-code editor.

      D 1 Reply Last reply
      0
      • A Ashok Dhamija

        You can have a look at this project[^]), where similar features are available in the source-code editor.

        D Offline
        D Offline
        djkno3
        wrote on last edited by
        #3

        gah, I feel so dumb ;)I never even thought of that ;)

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups