Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7182921
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T17:52:23+00:00 2026-05-28T17:52:23+00:00

How to combine Free Pascal compiler and NP++ (or maybe other editor, Vim, Geany,

  • 0

How to combine Free Pascal compiler and NP++ (or maybe other editor, Vim, Geany, …)? i.e. I want something like IDE: compiling, running from NP++, list of errors\warnings. I tried http://sourceforge.net/projects/notepad-plus/forums/forum/331753/topic/2084061?message=5036415 but it doesn’t work. Also tried some different code

cd $(CURRENT_DIRECTORY)
fpc $(NAME_PART).pas

but the same issue occurs

enter image description here

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T17:52:24+00:00Added an answer on May 28, 2026 at 5:52 pm

    Hm, looks like np++ plugin mentioned in the question works, not sure what was the problem and why it did not create .exe when I first tried, but now everything works.

    Also found SciTE editor, where it is possible to add something like

    #using free pascal
    
    # compile
    command.compile.*.pas=fpc "$(FilePath)"
    
    # normal execute
    if PLAT_WIN
        command.go.*.pas="$(FileName).exe"
        command.go.subsystem.*.pas=2
    if PLAT_GTK
        command.go.*.pas="kvt -e $(FileName)"
    
    # build
    command.build.*.pas=fpc -B "$(FilePath)"
    command.build.subsystem.*.pas=1
    
    command.name.0.*.pas=Debug Compile
    command.0.*.pas=fpc -g "$(FilePath)"
    command.name.1.*.pas=Debug Build
    command.1.*.pas=fpc -g -B "$(FilePath)"
    command.name.2.*.pas=GDB
    if PLAT_WIN
        command.2.*.pas=gdbpasw "$(FileName)"
    if PLAT_GTK
        command.2.*.pas=gdb "$(FileName)"
        command.name.3.*.pas=DDD
        command.3.*.pas=ddd "$(FileName)"
    

    to pascal.properties. Or here it is already included: http://code.google.com/p/scite-ru/downloads/list

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to combine a list of functions like so. I have this: Func<int,
I want to combine these: keys = ['name', 'age', 'food'] values = ['Monty', 42,
Can I combine code that uses System.Drawing.Bitmap together with other code in a program
I want to combine two ggplots, from two different data.frames, into one plot. Below
How does one combine using $ and point-free style? A clear example is the
I want to combine a content slider with a fancybox, lightbox type plugin. Does
To combine stderr and stdout into the stdout stream, we append this to a
Is there anyway to combine all resources into a single exe file such as
How do you combine two jQuery search results? eg: var $allFoos = $('.foo'), $allBars
I am trying to combine some of my CSS and it is kind of

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.